/* ----------------------------
   Theatre Stages 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%;
}

.custom_stage_pagination {
    display: table;
    width: 100%;
}

.previous i,
.previous i:hover,
.next i,
.next i:hover {
	color: #4e4e4e!important;
}

.custom_stage_pagination .previous,
.custom_stage_pagination .next {
    border: 0px!important;
    display: table-cell;
    width: 48.33%!important;
}

.custom_stage_pagination .previous {
    text-align: left;
}

.custom_stage_pagination .next {
    text-align: right;
}

.custom_stage_pagination .fa-solid {
    opacity: .4;
    margin: auto 3px;
    color: #267d98!important;
}

.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-family: 'Caveat', cursive;
	font-size: 1.75em;
	color: #2f1c16;
    padding-top: 2%;
    text-align: center;
}

.stage-title span {
    font-size: .35em!important;
    text-transform: uppercase;
    font-family: 'Tahoma', sans-serif;
}

.stage-title span .fa-solid {
    color: #b584c5;
}

.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-image: linear-gradient(#f7f8fa ,#e7e9ec);
    border-color: #adb1b8 #a2a6ac #8d9096;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
    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;
    -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-links a:active {
  border-bottom-color: #a2a6ac;
}

.stage-links a:active:hover {
  border-bottom-color: #a2a6ac;
}

.stage-links a:hover {
  border-color: #a2a6ac #979aa1 #82858a;
}

.stage-links a:focus {
  border-color: #e77600;
  box-shadow: rgba(228, 121, 17, .5) 0 0 3px 2px;
  outline: 0;
}

.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;
    z-index: 1;
    text-transform: uppercase;
    font-family: 'Tahoma', sans-serif;
    font-size: .85em;
    text-align: center;
    margin: 4% auto .5%;
    font-weight: bold;
}

.stage-info .span:before,
.stage-images .span:before,
.stage-content .span:before {
    border-top: 1px solid rgba(0,0,0,.1);
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 98%;
    z-index: -1;
}

.stage-info .span span,
.stage-images .span span,
.stage-content .span span {
    z-index: 2;
    background: #fff;
    padding: 5px;
}

.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;
    border: 1px solid #ddd;
    margin: 5px;
}

.stage-images .fa-solid,
.stage-title .fa-solid {
    opacity: .4;
    margin-right: 3px;
}
/* ---- Credits ---- */

.stage-credit {
	text-align: center;
	font-size: 0.85em;
	margin: 15px auto;
	font-family: 'Arial', sans-serif;
	display: block!important;
	clear: both!important;
	filter: opacity(50%);
}

/* -- 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 #eee;
}

.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: 22.33% 22.33% 22.33% 22.33%;
    gap: 3rem 1rem;
    margin: 3% 0 0;
    padding: 0;
}

.stage-column {
    text-align: center;
}

.stage-column .fa-solid {
    opacity: .5;
    background: -webkit-linear-gradient(right, #762a84, #277e99);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stage-column-info {
	font-size: .80em;
    font-family: 'Tahoma', sans-serif;
}

/* -- 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) {
	
.stage-images img {
	width: 8vw;
}
    
.custom_stage_pagination .previous,
.custom_stage_pagination .next {
    border: 0px!important;
    display: table-cell;
    width: 45.33%!important;
}
}

/* ------------------------------
     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;
}

}