/*
 * Category page styling.
 *
 * Every <style> block the page carried, verbatim: two that were in the page's own content in
 * the database, and one from page.php, which template-categories.php does not go through.
 * Enqueued after the theme's main stylesheet, which is where they all sat.
 *
 * Build: 2026.08.26.04
 */
.sole-category { padding: 0 !important; }
.sole-category .inner-opener { border-bottom: none !important; letter-spacing: .5px !important;}
a.opener.sole-category { display: none !important; }
.sole-category a.inner-opener { }
/*.js-acc-hidden { position: static !important; left:  auto !important; top:  auto !important; display: block  !important; } */
.category {
    position: relative;
    border: 4px solid #000;
    border-bottom: none;
    margin: 0;
    padding: 0;
    list-style: none;
}
.info { font-weight: bold !important; font-size:19px !important;}
.category .category-slide {
    margin: 0;
    padding: 0;
    list-style: none;
}
.category .category-slide {
    border-bottom: 4px solid #000;
    margin: 0;
    padding: 10px 20px;
}
.category li.active div.multi-category ul li.active,
.category li.active div.multi-category {
    background:none;
    background-color:#fff ;
}
.category .inner-opener {
    display: block;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #000;
    font-size: 14px;
}
.category .sole-category .inner-opener,
.category .opener {
    position: relative;
    display: table;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    border-bottom: 4px solid #000;
    padding: 15px 0 15px 15px;
    width: 100%;
}
.category a.inner-opener:hover {
       color:#ef1e40;
}
.category li.active,
.category li .sole-category .inner-opener:hover, 
.category li .opener:hover {
	background: -webkit-linear-gradient(315deg, #c63591 0%, #cf307f 41%, #cf307f 41%, #e62352 73%, #ed1f43 100%);
	background: linear-gradient(135deg, #c63591 0%, #cf307f 41%, #cf307f 41%, #e62352 73%, #ed1f43 100%);
	color: #fff;
}
.right-col .holder > ul .tab-list a {
      font-size: 17px;
}
.right-col .holder > ul > li.small-col {
      width: 16% !important;
}
.multi-category .category-inner-accordion li {
      margin-left: 15px !important;
}
@media (min-width: 768px) {
     .right-col .holder .info { margin: 0 165px 0 0; }
      .category .sole-category .inner-opener,
     .category .opener {
         padding: 15px 55px 15px 20px;
     }
    .right-col {
       padding: 25px 15px 40px 15px;
    }
    .right-col .holder > ul > li {
       width:28%;
    }
}
@media (min-width: 1024px) {
    .category .category-slide {
        padding: 15px 20px 15px 20px;
    }
    .category .inner-opener {
        letter-spacing: 2px;
        font-size: 14px;
    }
    .category .sole-category .inner-opener,
    .category .opener {
        font-size: 20px;
    }
    .right-col {
       padding:43px 45px 19px 45px;
    }
}
@media (min-width: 1200px) {
    .category .inner-opener {
        font-size: 16px;
    }
    .category .sole-category .inner-opener,
    .category .opener {
        font-size: 22px;
    }

}
@media (min-width: 1500px) {
    .category .category-slide {
        padding: 40px 30px 30px 47px;
    }
    .category .inner-opener {
        font-size: 18px;
    }
    .category .sole-category .inner-opener,
    .category .opener {
        font-size: 30px;
        padding: 20px 85px 20px 47px;
    }

}

.button-container { position:absolute; width:150px; top:-30px; right:50px; }
.button {
    display: block;
    position: relative;
    top: 65px;
    border: 1px solid #cecece;
    padding: 10px 20px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    border-radius: 25px;
}
@media screen and (max-width: 800px) {
.button {
    top: -5px;
    right: -300px;
}
}

/* From page.php, which this template does not go through. */
body.categories .right-col .holder .info { position:relative;}
body.categories  .button-container { top:-70px; right:-130px; }
@media (max-width: 800px) {
body.categories .right-col .holder > ul > li.small-col { width:80% !important; }
}
@media (min-width: 1024px) {
body.categories .right-col .holder .info, body.categories .right-col .holder .add-info {
	margin: 0 180px 28px 0;
}
body.categories  .button-container { right:-170px; }

}
