/* ----------------------------
   Theatre Stages Custom Pages
-------------------------------*/

/* - FONT AWESOME - */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.css');

div[style*="clear: both;"] {
	grid-column: 1 / -1;
	margin-top: 50px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

:has(> #stage-content) {
    border-top: none !important;
    background: none !important;
    padding-top: 0 !important;
}

:has(> #stage-content) > hr,
:has(> #stage-content) > .divider,
:has(> #stage-content) > span {
    display: none !important;
}

#stage-content .fa-solid,
#stage-content .fa-brands,
#stage-content .fa-regular,
#stage-content .fab,
#stage-content .fas,
#stage-content .far {
    display: inline-block!important;
}

.custom_stage_pagination {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.previous i,
.previous i:hover,
.next i,
.next i:hover {
	color: inherit !important;
    opacity: 0.6 !important;
}

.custom_stage_pagination .previous,
.custom_stage_pagination .next {
    border: 0 !important;
    flex: 1;
}

.custom_stage_pagination .previous {
    text-align: left;
}

.custom_stage_pagination .next {
    text-align: right;
}

.custom_stage_pagination .fa-solid {
    opacity: .4;
    margin: auto 3px;
}

.previous a,
.next a {
    -webkit-transition: opacity 0.4s linear;
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.stage-title {
    font-size: 1.45em;
    padding-top: 2%;
    text-align: center;
    font-weight: bold;
}

.stage-title span {
    font-size: .55em!important;
    text-transform: uppercase;
    font-family: 'Tahoma', sans-serif;
    opacity: .8;
}

.stage-info,
.stage-content,
.stage-images {
    padding: .5% 5%;
    font-size: .90em;
    line-height: 185%!important;
}

.stage-links {	
	margin: 8px auto 0;
    text-align: center;
}

.stage-links p {
	margin: 2px 0 0 0!important;
    display: inline-block!important;
}

.stage-links a {
    font-family: 'Tahoma', sans-serif;
    font-size: .89em;
    text-transform: uppercase;
    background-color: rgba(128, 128, 128, 0.2);
    border: 1px solid rgba(97, 97, 97, 0.08);
    border-radius: 3px;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    display: inline-block;
    height: 29px;
    outline: 0;
    overflow: hidden;
    padding: 3px 11px 0;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
    transition: all 0.4s ease-out;
    margin-right: 5px;
}

.stage-info b {
    text-transform: uppercase;
    font-family: 'Tahoma', sans-serif;
    font-size: .85em;
}

.stage-info .span,
.stage-images .span,
.stage-content .span {
    position: relative;
    text-transform: uppercase;
    font-family: 'Tahoma', sans-serif;
    font-size: .85em;
    text-align: center;
    font-weight: bold;
}

.stage-info .span:before,
.stage-images .span:before,
.stage-content .span:before,
.stage-info .span:after,
.stage-images .span:after,
.stage-content .span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    border-top: 1px solid rgba(97, 97, 97, 0.15);
}

.stage-info .span:before,
.stage-images .span:before,
.stage-content .span:before {
    left: 0;
}

.stage-info .span:after,
.stage-images .span:after,
.stage-content .span:after {
    right: 0;
}

.stage-images {
    margin: 8px auto;
    text-align: center;
    font-family: 'Tahoma', sans-serif;
    font-size: .85em;
    text-transform: uppercase;
}

.stage-images img {
    width: 6.5vw;
    height: auto;
    padding: 0px!important;
    margin: 5px;
}

.stage-images .fa-solid,
.stage-title .fa-solid {
    opacity: .4;
    margin-right: 3px;
}
/* ---- Credits ---- */

.stage-credit {
	text-align: center;
	font-size: 11px;
	margin: 15px auto;
	font-family: 'Arial', sans-serif;
	display: block;
	clear: both;
	filter: opacity(80%);
}

.stage-credit span {
	background: rgba(128, 128, 128, 0.3);
	padding: 3px;
}

/* -- List -- */

table.stage-list {
	 padding: 5px;
	 font-size: 100%;
}

/* -- stage Category List -- */

.stage-cat-list {
	display: block;
	width: 90%;
	margin: .5% auto;
}

.stage-cat-list li {
	display: block;
	clear: both;
	padding: 15px 3px;
	list-style: none;
	border-bottom: 1px solid rgba(97, 97, 97, 0.15);
}

.stage-cat-list li a::before {
	content: '\2192';
	font-size: .75em;
	vertical-align: text-bottom!important;
	opacity: .4;
	margin-right: 4px;
}

/* -- stage Category List by Photo -- */

.stage-list-column {
	width: 100%;
	clear: both;    
	display: grid;	
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 3rem 1rem;
    margin: 3% 0 0;
    padding: 0;
}

.stage-column {
    text-align: center;
}

.stage-column .fa-solid {
    opacity: .3;
}

.stage-column-info {
	font-size: .80em;
    font-family: 'Tahoma', sans-serif;
}

/*************************************
   Don't touch anything from here on
 *************************************/

/* ------------------------------
           PC Screen
 ---------------------------------*/

@media (max-width : 1366px), (max-width : 1200px) {
	
.stage-images img {
	width: 8vw;
}
}

/* ------------------------------
     Responsive: Devices View
---------------------------------*/

@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
	
.custom_stage_pagination .previous,
.custom_stage_pagination .next {
    border: 0px!important;
    display: table-cell;
    width: 45.33%!important;
}
}

@media (max-width: 600px) {
    .custom_stage_pagination {
        flex-direction: column;
        gap: 15px;
    }

    .custom_stage_pagination .previous,
    .custom_stage_pagination .next {
        width: 100% !important;
        text-align: center;
    }
}