/* ----------------------------
   Closet Custom Pages
-------------------------------*/

/* - FONT AWESOME - */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.css');

.clear {
    clear: both;
    width:100%;
}

.image {
	float: left;
	margin-right: 5px!important;
	width: 24.99%;
	text-align: center;
	opacity: .3;
}

.image img,
.image img:hover {
	width: 145px;
	height: auto;
	border: 0px!important;
	padding: 0px!important;
	box-shadow: none!important;
    background: none!important;
    filter: grayscale(100%) brightness(1.1)!important;
}

.box-info {
	width: 73.33%;
	float: right;
}

.box-info .span,
.box-images .span {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-family: 'Tahoma', sans-serif;
    font-size: .65em;
    margin: 4% auto .5%;
    font-weight: 300;
}

.box-info .span span,
.box-images .span span {
    z-index: 2;
    background: #000000;
    padding: 5px;
}

.box-images {
    margin: 8px auto;
    text-align: center;
    width: 100%;
	display: block;
	clear: both;
}

.box-images img {
    width: 4.5vw;
    height: auto;
}

.box-images .span {
    text-align: center!important;
}

/* ---- Credits ---- */

.closet-credit {
	text-align: center;
	font-size: 0.85em;
	margin: 15px auto;
	display: block!important;
	clear: both!important;
	filter: opacity(50%);
}

.closet-credit a {
	color: #4c835c!important;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.68s ease-out;
	-moz-transition: all 0.68s ease-out;
	-o-transition: all 0.68s ease-out;
}

.closet-credit a:hover {
	color: #e2e2e2!important;
	text-decoration: underline;
}

/* -- List -- */

table.closet-list {
	 padding: 5px;
	 font-size: 100%;
}

.closet-list span {
    opacity: .3;
    margin-right: 3px;
}

/* -- Outfits Category List -- */

.outfit-list-column {
	width: 100%;
	clear: both!important;    
	display: grid;	
    grid-template-columns: 23.33% 23.33% 23.33% 23.33%;
    gap: 3rem 1rem;
    margin: 3% 0 0;
    padding: 0;
}

.outfit-column,
.outfit-column div {
    text-align: center!important;
	margin: 0 auto;
}

.outfit-column-info {
	font-size: .80em;
    text-align: center!important;
}

/* -- Main Index List -- */

.closet-cat-list {
	width: 100%;
	clear: both!important;    
	display: grid;	
    grid-template-columns: 18.33% 18.33% 18.33% 18.33% 18.33%!important;
    gap: 3rem 1rem;
    margin: 3% auto 0!important;
    padding: 0;
	text-align: center;
}

.closet-cat-list li {
	margin: 0px 5px;
	padding: 5px;
	border-bottom: 1px solid #111;
	background-image: none!important;
	background-position: left center;
	background-repeat: no-repeat;
	list-style: none;
}

.closet-counter {
	margin: 3% auto;
	text-align: center;
}

.closet-counter span {
	background: #111;
	padding: 7px;
	border-radius: 5px;
}

.closet-counter b {
	color: #4c835c;
}

/* -- Styling for the theme -- */

hr {
	background-color: #bdbcbc;
	color: #bdbcbc;
	border: 0;
	width: 92%;
	height: 1px;
	opacity: .15;
}

/*************************************
   Don't touch anything from here on
 *************************************/

/* ------------------------------
           PC Screen
 ---------------------------------*/

@media (max-width : 1366px), (max-width : 1200px) {
	
.box-right {
	width: 73%!important;
	float: right!important;
}

.box-left .image {
	max-width: 10vw;
}

.box-right img {
	width: 8vw;
}

.box-left .catlinks {
	width: 20%;
}

.film-photos-cover a img,
.film-photos-cover a img:hover {
    width: 180px!important;
    height: 247px!important;
}
}

/* ------------------------------
     Responsive: Devices View
---------------------------------*/

@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
	
#box-column {
	display: block!important;
	text-align: center!important;
	width: 100%!important;
}
	
.box-right {
	width: 70%!important;
	text-align: left;
}

.box-left {
	width: 28%!important;
	text-align: left;
}

.box-left .image {
	max-width: 100%!important;
	width: 100%!important;
	text-align: center;
}

.box-left .film-links {
	max-width: 100%!important;
	width: 100%!important;
}

.box-left .image img {
	width: 10vw;
	margin: 0 auto;
}

.box-left .film-links a {
	font-size: 0.95em!important;
}
	
.film-photos-cover a img,
.film-photos-cover a img:hover {
    width: 100%!important;
	height: auto!important;
}

}