/*
Theme Name: Twenty Sixteen Child
Theme URI: https://example.com/twenty-sixteen-child
Description: A child theme for the Twenty Sixteen theme
Author: Developed by Ramjan Ali
Author URI: https://bluepierecords.com
Template: twentysixteen
Version: 1.0.0
*/

/* ===== RESET ================================================== */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
button,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
  background: transparent;
  border: 0 none;
  margin: 0;
  padding: 0;
  line-height: 16px;
  vertical-align: baseline;
  outline: none;
  font-size: 100%;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
q:before {
  content: '';
  content: none;
}

blockquote:after,
q:after {
  content: '';
  content: none;
}

ins {
  text-decoration: none;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  margin: 0;
}

ol,
ul,
li {
  list-style: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* ===== GLOBAL ================================================== */
@font-face {
  font-family: '28_days_laterregular';
  src: url('fonts/28_days_later-webfont.eot');
  src: url('fonts/28_days_later-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/28_days_later-webfont.woff2') format('woff2'),
    url('fonts/28_days_later-webfont.woff') format('woff'),
    url('fonts/28_days_later-webfont.ttf') format('truetype'),
    url('fonts/28_days_later-webfont.svg#28_days_laterregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Arial;
  font-size: 15px;
  color: #fff;
  background: url("https://www.leeconway.net/wp-content/themes/twentysixteen/images/Lee Conway website background.jpg");
  background-size: cover
}

:focus {
  outline: 0 none;
}

:focus,
a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #f0c975;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: normal;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

p {
  margin-bottom: 15px;
  line-height: 20px;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.clear {
  clear: both;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.full-width {
  float: left;
  width: 100%;
}

.hide {
  display: none !important;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: table;
  background: rgba(2, 0, 1, 0.7);
  -moz-box-shadow: 0 0 15px 0 #454444;
  -webkit-box-shadow: 0 0 15px 0 #454444;
  box-shadow: 0 0 15px 0 #454444;
  margin-top: 242px;
}

 .social-icon-container {
    display: flex;
    gap: 5px;
    justify-content: flex-end;

  }
  .social-icon {
    border-radius: 50%;
  }


/* ===== BANNER ================================================== */
.flexslider {
  position: relative;
}

.loading .flexslider {
  max-height: 500px;
  overflow: hidden;
}

.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-direction-nav a {
  display: block;
  width: 33px;
  height: 59px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

.flex-direction-nav .flex-prev {
  background: url(images/previous.png) no-repeat;
  left: 3%;
}

.flex-direction-nav .flex-next {
  background: url(images/next.png) no-repeat;
  right: 3%;
}


/* ===== VIDEO ON HOME PAGE ================================================== */
.home-content {
  padding: 40px;
}

.home-content iframe {
  border: 1px solid #363636;
}

.widgets-container {
  margin: 0 auto 30px;
  display: table;
  width: 100%;
  padding: 0 40px;
}

.widgets-container li {
  float: left;
  width: 32.142857142857146%;
  margin-right: 1.7857142857142856%;
}

.widgets-container li:last-child {
  margin-right: 0;
}

/* ===== CONTENT PAGE ================================================== */
.content-page,
.music-main {
  padding: 20px 20px 10px;
}

.content-page h2,
.music-main h2 {
  border-bottom: 1px solid #c2c2c2;
  padding: 0 0 5px;
  margin: 0 0 20px;
}

.content-page h3 {
  padding-bottom: 10px;
  color: #fff;
}

.content-page .page-content-text img {
  float: left;
  margin: 0 20px 5px 0;
  border: 1px solid #c2c2c2;
  padding: 5px;
}

.content-page .page-content-text img.alignright {
  float: right;
  margin: 0 0 5px 20px;
}

.content-page .page-content-text li {
  list-style: disc;
  margin: 0 0 5px 18px;
}

.content-page .contact-page-content .address {
  float: left;
  width: 50%;
}

.content-page .contact-page-content img {
  padding: 0;
  border: 0;
}

.content-page .media-page ul.logos {
  float: left;
  width: 100%;
  padding: 0 0 20px;
}

.content-page .media-page .comp-cards li {
  float: left;
  width: 25%;
  padding: 10px;
}

.content-page .media-page .comp-cards li img {
  display: block;
  width: 100%;
}

.media-page .logos li,
.media-page .comp-cards li {
  list-style: none;
  margin: 0px;
}

.content-page .contact-page-content .address {
  float: left;
  width: 25%;
}

.content-page .media-page ul.catalogue {
  float: left;
  width: 100%;
  padding: 0 0 20px;
}

.media-page .catalogue li {
  list-style: none;
  margin: 0px 15px 0px 0px;
  width: 150px;
  float: left
}

.media-page .catalogue li div {
  width: 150px;
}

/* search page */
header.page-header {
  float: left;
  width: 100%;
  padding-top: 11px;
}

.search-field {
  margin-left: 10px;
  padding-left: 10px;
  height: 30px;
  color: #000;
  border: none;
}

.search-submit {
  background: #fff;
  padding: 0px 10px 3px 10px;
  line-height: 27px;
  color: #000;
  cursor: pointer;
}

.search-submit:hover {
  background: #ccc;
}

.page-title {
  border-bottom: 1px solid #c2c2c2;
  font-size: 24px;
  padding: 0 0 5px;
  margin: 0 0 20px;
}

/* ===== FOOTER ================================================== */
.footer {
  background: #252525;
  padding: 20px;
}

.footer ul {
  margin: 0px auto;
  display: table;
}

.footer .nav li {
  float: left;
  font-family: '28_days_laterregular', Arial;
}

.footer .nav li a {
  padding: 6px 12px 0;
  font-size: 20px;
  display: block;
  line-height: normal;
}

.footer .nav li:last-child a {
  border: 0;
}

.footer .nav li a:hover,
.footer .nav li.current-menu-item a {
  color: #f0c975;
}

.footer .social-icon {
  float: none;
  margin-top: 34px;
}

.footer-copy {
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
}

.footer-copy p#copytext {
  margin: 10px 20px;
  float: left;

}

.footer-copy #social {
  width: auto;
  margin-right: 17px;
  float: right;
}

/* ===== Music ================================================== */
.music-main .catalog-item {
  float: left;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 0 20px;
  width: 190px;
}

.music-main .catalog-item img {
  display: block;
  padding: 6px 0;
  margin: 0;
  max-width: 170px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 0;
  border-radius: 4px;
}

.music-main .catalog-item div {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  float: left;
  margin: 5px 0 0;
}

.music-main .catalog-item a.amazon {
  background: url(https://www.sweetpeachrecords.com/wp-content/uploads/2020/05/amazon.png) 0 0 no-repeat;
  width: 40px;
  height: 40px;
  float: left;
  margin: 6px 10px 6px 0px;
}

.music-main .catalog-item a.itune {
  background: url(https://www.sweetpeachrecords.com/wp-content/uploads/2020/05/itunes.png) 0 0 no-repeat;
  width: 40px;
  height: 40px;
  float: left;
  margin: 6px 10px 6px 0px;
}

.music-main .catalog-item a.spotify {
  background: url(https://www.sweetpeachrecords.com/wp-content/uploads/2020/05/spotify.png) 0 0 no-repeat;
  width: 40px;
  height: 40px;
  float: left;
  margin: 6px 10px 6px 0px;
}

.music-main .catalog-item div a {
  margin-right: 10px;
}

.music-main .catalog-item a.cat {
  background: url(https://www.sweetpeachrecords.com/wp-content/uploads/2020/07/catalogue-icon.png) 0 0 no-repeat;
  width: 40px;
  height: 40px;
  float: left;
  margin: 6px 10px 6px 0px;
}



/* ===== HEADER ================================================== */
.header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 20px;
}

.header img {
  display: block;
  max-width: 100%;
}

.header .logo {
  padding-top: 10px;
}

.header .header-right {
  display: flex;
  flex-direction: column;
}


.header .navigation {
  margin: 25px 0 10px;
  font-family: '28_days_laterregular', Arial;
  display: flex;
}

.header .navigation ul {
  display: flex;
   flex-direction: row; 
  padding: 0;
  margin: 0;
  list-style: none;
}

.header .navigation ul li {
  position: relative; 
  margin-left: 20px;
}

.header .navigation li a {
  font-size: 20px;
  padding: 10px 10px 2px;
  display: block;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  transition: color .3s ease, background-color .3s ease;
}

.header .navigation li:hover > a,
.header .navigation li.current-menu-item > a {
  color: #f0c975;

}

/* Logo h1 styling */
.leeconway-logo h1 {
  font-size: 4.6875em !important;
}

/* Submenu Styling */
.header .navigation ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  display: none; 
  min-width: 220px;
  padding: 8px 0;
  list-style: none;
  z-index: 10000; 
}


.header .navigation li:hover > ul,
.header .navigation li:focus-within > ul {
  display: block; 
}

/* Submenu links */
.header .navigation ul ul a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  white-space: nowrap;
  line-height: normal;
  margin-top: 1px;
}

.header .navigation ul ul a:hover {
  color: #f0c975; 
}

/* 3rd-level submenu (flyout) */
.header .navigation ul ul ul {
  left: 100%;
  top: 0;
}


.header .navigation > ul > li.current-menu-item > a,
.header .navigation > ul > li.current_page_item > a,
.header .navigation > ul > li.current-menu-parent > a,
.header .navigation > ul > li.current_page_parent > a,
.header .navigation > ul > li.current-menu-ancestor > a,
.header .navigation > ul > li.current_page_ancestor > a,
.header .navigation > ul > li > a[aria-current="page"],
.header .navigation > ul > li > a[aria-current="true"] {
  color: #f0c975 !important;
}


.header .navigation > ul > li:focus-within > a {
  color: #f0c975 !important;
}

/* Submenu active item */
.header .navigation ul ul li.current-menu-item > a,
.header .navigation ul ul li.current_page_item > a,
.header .navigation ul ul li > a[aria-current="page"],
.header .navigation ul ul li > a[aria-current="true"] {
  color: #f0c975 !important;
}


/* === NAV RESPONSIVE ================================================== */

/* For screens larger than 767px */
@media (min-width: 768px) {
  .header .navigation {
    display: block !important;
  }

  .header .navbar-toggle {
    display: none;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 96%;
  }

  .header .navigation ul li {
    margin-left: 8px;
  }

  .header .navigation li a {
    padding: 8px 8px 0;
  }
}


/* For screens up to 767px */
@media (max-width: 767px) {

    /* General container settings */
    .container {
        width: 100%;
    }

    /* Header styling */
    .header {
        padding: 15px;
        display: flex;
        flex-direction: column;
    }

    /* Social icon container */
    .social-icon-container {
        display: flex;
        gap: 5px;
        justify-content: flex-start;
    }

    /* Header-right and logo adjustments */
    .header .header-right {
        width: 100%;
    }

    .header .logo {
        width: 100%;
        padding: 0 0 20px;
    }

    .header .logo img {
        margin: 0 auto;
    }

    /* Toggle button */
    .header .navbar-toggle {
        float: left;
        margin: 15px 0 0;
        cursor: pointer;
    }

    .header .navbar-toggle span {
        background: #bebdbd;
        height: 3px;
        width: 30px;
        display: block;
        margin-top: 4px;
    }

    /* Navigation Menu */
    .header .navigation {
        width: 100%;
        float: left;
        background: #202020;
        padding: 10px;
        margin-top: 10px;
        display: none; /* Hidden by default */
    }

    .header .navigation.active {
        display: block; /* Show when active */
    }

    /* Vertical layout for navigation items when active */
    .header .navigation.active ul {
        flex-direction: column;
        padding: 10px 0;

    }

    .header .navigation ul li {
        width: 100%; /* Full-width for each item */
        margin-top: 10px;
        margin-left: 0;
    }

    .header .navigation li a {
        padding: 12px; /* Adjust padding for easier touch on mobile */
    }

    /* Submenu styling */
    .header .navigation ul ul {
        display: none; /* Hide submenus by default */
        position: absolute; /* Position submenus below parent */
        left: 10px;
        top: 100%;

        width: 100%;
        margin-top: -19px;
        text-align: left; /* Align text to the left in submenu */
        z-index: 1000; /* Make sure submenu appears above other content */
    }

    /* Show submenu when parent item is active */
    .header .navigation li.active > ul {
        display: block; /* Show submenu when parent is active */
    }

    .header .navigation ul ul li {
        width: 100%; /* Ensure submenu items take full width */
         padding: 10px 25px; /* Add padding for easier touch interaction */
    }

    .header .navigation ul ul a {
        padding: 12px 15px; /* Increase padding for submenu items */
        background: #444; /* Submenu background color */
        margin-top: -29px;
    }

    .header .navigation ul ul a:hover {
        color: #f0c975 ;
    }

    /* Home content adjustments */
    .home-content {
        padding: 15px;
    }

    .home-content iframe {
        height: 400px;
    }

    /* Responsive columns */
    .col-row .col-2,
    .col-row .col-1 {
        width: 100%;
    }

    .widgets-container li {
        width: 100%;
    }
}




/* For very small screens (up to 500px) */
@media (max-width: 500px) {
  .footer {
    padding: 15px;
  }

  .col-row .col-1 {
    width: 100%;
  }

  .widgets-container li {
    width: 100%;
  }

  .footer .nav li {
    width: 50%;
  }

  .footer .nav li a {
    padding: 0 0 8px 20px;
    border: 0;
  }

  .footer-copy p#copytext {
    margin: 10px 0;
    float: left;
  }

  .footer-copy #social {
    width: 100%;
    margin-left: -23%;
    float: left;
  }

  .content-page .contact-page-content .address {
    width: 100%;
  }
}

/* === NAV: proper dropdowns for .header .navigation (structure only) end === */


/* === ACTIVE PAGE LINK COLOR (footer) === */
.footer .nav .current-menu-item > a,
.footer .nav .current_page_item > a,
.footer .nav .current-menu-parent > a,
.footer .nav .current_page_parent > a,
.footer .nav .current-menu-ancestor > a,
.footer .nav .current_page_ancestor > a,
.footer .nav a[aria-current="page"],
.footer .nav a[aria-current="true"] {
  color: #f0c975 !important;
}



/* ===== FOOTER NAV: dropdown/submenu structure (no color changes) ===== */
.full-width.footer { position: relative; overflow: visible; z-index: 1; }

/* Top-level LIs anchor the absolutely positioned submenus */
.footer .nav li { position: relative; }

/* Submenus (nested ULs) – hidden by default, positioned under parent */
.footer .nav .sub-menu,
.footer .nav ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;               /* show on hover/focus */
  min-width: 220px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: inherit;         /* keep existing background/look */
  z-index: 9999;
}

/* Reveal on hover and keyboard focus */
.footer .nav li:hover > .sub-menu,
.footer .nav li:focus-within > .sub-menu,
.footer .nav li:hover > ul ul,
.footer .nav li:focus-within > ul ul {
  display: block;
}

/* Submenu items stack vertically (cancel the header/footer float) */
.footer .nav ul ul li {
  float: none;
  width: 100%;
  white-space: nowrap;
}

/* Make submenu links full-width click targets (no color changes) */
.footer .nav ul ul a {
  display: block;
  padding: 8px 16px;
  line-height: normal;
  text-decoration: none;
  /* Optional: avoid vertical separators inside dropdown items.
     Comment out next line if you want to keep the border-right. */
  border-right: 0;
}

/* 3rd-level (flyout) menus open to the right */
.footer .nav ul ul ul {
  left: 100%;
  top: 0;
}

/* Ensure dropdowns can overlay surrounding content */
.footer .nav { position: relative; z-index: 1000; }
/* ===== HEADER NAV: active + hover colors (force override) ===== */



