/* 	
CSS PlayShakespeare.com 2023 
Copyright 2005-2023 by PlayShakespeare.com
*/

/* ----------- CSS Variables ----------- */

:root {

 /*  Colors */
--black: 				#000000; 
--white: 				#FFFFFF;
--mustard: 			#e08900;
--dark: 				#1B1B1B;
--red: 					#980703;

--body-text: 		#1B1B1B;



 /*  Fonts  */
--thin: 					100;
--ultra-light: 		200;
--light: 					300;
--normal: 			400;
--medium: 			500;
--semi-bold: 		600;
--bold: 				700;
--ultra-bold: 		800;
--black-heavy: 	900;

 /*  z-index  */
--below: 					-1;
--base: 					1;
--sidemenu: 			1000;
--mobilemenu: 		1000;
--headermenu: 		1048;
--scenemenu: 			2000;
--top: 						9999;
--pagescrollbtn: 		16777272;

}

/* ----------- General ----------- */

html {
	scroll-behavior: smooth;
}
body {
	color: var(--body-text);
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
	color: var(--dark);
}
.h2, h2, .h3, h3, .h4, h4 {
	margin-top: 2rem;
}
.h1, h1 {
	font-size: 2.2rem;
}
.h2, h2 {
	font-size: 1.6rem;
}
.h3, h3 {
	font-size: 1.4rem;
}
.h4, h4  {
	font-size: 1.2rem;
	font-weight: var(--semi-bold);
}

a, p, span {
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	hyphens: none !important;
}

a, a:link, 
a:visited, 
a:hover, 
a:active {
	color: var(--mustard);
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
}
b, strong {
	font-weight:var(--bold);
}
p.readmore .icon-chevron-right {
	display: none;
}
pre {
	font-size: 90%;
/* 
	color: var(--white);
	background-color: var(--black);
 */
	padding: 10px;
}
blockquote {
	font-style: italic;
	font-size: 95%;
	border-left: 5px solid var(--grey);
	padding-left: 15px;
}
code,xmp {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}


/* -------------- Joomla Core  -------------- */

.pagination {
	margin-top: 40px;
	display: block;
	text-align: center;
}
.pagination p.counter {
	float: none;
	font-size: 90%;
	text-align: center;
	margin-bottom: 5px;
}
.pagination li {
	display: inline-block;
	padding: 0 5px;
}
.pagination span.pagenav {
	font-weight: var(--bold);
}

/* Hide frontend editing */

.items-leading .icons,
.items-row .icons,
.item-page .icons,
table.category th#categorylist_header_edit,
table.category td.list-edit,
tr.system-unpublished,
span.hasTooltip {
	display: none;
}

/* Frontend editing */

.btn-group.pull-right:hover .dropdown-menu {
	display: block;
	right: 0;
}
.edit.item-page .nav.nav-tabs li {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    padding: 10px 20px;
}
.nav.nav-tabs li.active{
   background-color: #f9f7f7;
}
#adminForm .btn-toolbar .btn {
	margin-right: 30px;
}


/* Pagination */
ul.pager.pagenav {
	padding: 50px 0;
}
ul.pager.pagenav li {
	list-style-type: none;
	display: inline-block;
}
ul.pager.pagenav li.next {
	float: right;
}
.icon-chevron-left::before {
	content: "«";
}
.icon-chevron-right::after {
	content: " »";
}
.pagination {
	margin-top: 40px;
	display: block;
	text-align: center;
}
.pagination p.counter {
	float: none;
	font-size: 90%;
	text-align: center;
	margin-bottom: 5px;
}
.pagination li {
	display: inline-block;
	padding: 0 5px;
}
.pagination span.pagenav {
	font-weight: var(--bold);
}

/* Search */

div.search {
	margin-bottom: 80px;
}
div.search .element-invisible,
span.icon-search {
	display: none;
}
div.search .btn {
	color: var(--grey-blue-dk);
	border-color: var(--grey-blue-dk);
}
#searchForm .btn-toolbar .btn-group:first-child {
	flex-grow: 4
}
#search-searchword {
	width: 100%;
	margin-right: 20px;
	border-radius: 5px;
	border: 1px solid silver;
	padding-left: 10px;
}
div.search .btn-toolbar {
	margin-bottom: 20px;
}
#searchForm .form-limit,
#searchForm p.counter {
	display: inline-block;
	margin-right: 30px;
}
dl.search-results {
	margin-top: 40px;
	margin-left: 20px;
}
dt.result-title  {
	margin-left: -20px;
	color: var(--grey);
}
dt.result-title a {
	font-size: 1.3rem;
	font-weight: var(--normal);
}
dd.result-category {
	margin-bottom: 5px;
	color: var(--grey-dark);
}
dd.result-text {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: .9rem;
}
dd.result-text .highlight {
	background-color: var(--yellow);
	padding: 0px 4px;
}


/* Login */
#login-form {
	margin: 30px 0;
}
.pretext, .posttext {
	font-size: 80%;
	font-weight: var(--bold);
}
#form-login-username label,
#form-login-password label,
#form-login-remember label {
	justify-content: left;
	margin-top: 15px;
	font-size: 90%;
}
#form-login-remember label {
	font-size: 80%;
	display: inline-block;
	margin-bottom: 10px;
}
#login-form .userdata ul  {
	padding-left: 0;
	margin-top: 10px;
}
#login-form .userdata ul li {
	list-style-type: none;
	font-size: 80%;
}
.login .control-label label {
	margin-top: 20px;
}
.login .control-group:nth-child(3) .control-label,
.login .control-group:nth-child(3) .controls {
	display: inline-block;
	margin-top: 15px;
}
.login + div .nav.nav-tabs {
	display: block;
	margin: 15px 0;
	font-size: 85%;
}

/* System error messages  */
#system-message .alert {
	background-color: #eaecfc;
}
#system-message .alert.alert-error {
	background-color: #fef0c7;
}
#system-message h4.alert-heading {
	display: inline;
	line-height: 32px;
}
.alert.alert-message {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

/* Edit article button menu */
.icons {
	text-align: right;
}
.icon-cog::before {
	content: "⁕";
	color: #0056b3;
}
.icon-edit.tip {
	width: 1px;
}

/* Component only view  */
body.component-only {
	margin-bottom: 60px;
}



/* -------------- Footer menu -------------- */
footer small {
	margin: 0 auto;
	display: inline-block;
}
#footermenu {
	text-align: center;
	width: 100%;
	display: block;
}
#footermenu li {
	list-style-type: none;
	display: inline-block;
	padding: 0 8px;
	white-space: nowrap;
}
#footermenu li a {
	font-size: 80%;
	padding: 2px 0;
}
#footermenu li a:before {
	content: none !important;
}



/* -------------- Shaksper -------------- */

.container-component {
	padding: 0 3em;
}

body {
	font-family: 'Merriweather', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	min-width: 100px;
	margin: 0;
	color: #333;
	background-color: #F5F5F5;
}
.container-main {
	background-color: #FFFFFF;
}
footer >.row,
.container-header {
	background-color: #fdf2df;
	margin: 0;
}
footer {
	margin: 0 0 20px 0;
}
#sitehead-shakes {
	float: right;
	margin-top: 10px;
}

/* Main menu */
#headermenu.mod-menu.mod-list.nav {
	width: 100%;
	position: relative;
}
.nav-item.item-12 .mod-menu__sub {
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#headermenu.mod-menu.mod-list.nav > .nav-item {
	display: inline-block;
	margin: 0 15px 15px 15px;
	padding: 5px;
	line-height: 30px;
	z-index: 101;
	font-size: 14px;
}
#headermenu.mod-menu.mod-list.nav > .nav-item:hover {
	filter: drop-shadow(0 0 0.75rem #ccc);
}
#headermenu.mod-menu.mod-list.nav > .nav-item:not(:hover) {
	filter: none;
}
li.nav-item > a {
	text-decoration: none;
}
li.nav-item:hover > a {
	text-decoration: underline;
}
#headermenu li.nav-item.parent > .current.active {
	background: #fff;
}
li.nav-item.parent > .mod-menu__sub {
	display: none;
}
#headermenu li.nav-item.parent:hover > .mod-menu__sub {
	display: block;
	position: absolute;
	top: 1;
	left: 1;
	background: #fff;
	z-index: 100;
	padding: 5px;
	margin-left: -5px;
	font-size: 14px;
}
#headermenu li.nav-item.parent:hover {
	background: #fff;
}
li.nav-item a:before {
	content: "\f138";
	font-family: "Font Awesome 6 Free";
	font-size: 12px;
	font-weight: var(--normal);
	margin-right: 10px;
	display: inline;
	text-decoration: none;
}

.bg-info {
	background-color: var(--red)!important;
}

footer li.nav-item {
	display: inline-block;
	margin: 20px;
}

.fltlft { float: left}
.padlft {
	padding-right: 20px;
	padding-bottom: 20px;
}
.jmodedit,
div[role=tooltip] {
	display: none;
}

.icon-angle-left,
.icon-angle-double-left,
.icon-angle-right,
.icon-angle-double-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-angle-double-left:before {
	content: "\f100";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-angle-double-right:before {
	content: "\f101";
}

.page-link {

}
.page-item {

}
.disabled.page-item {

}
.active.page-item {

}



/* Contact Page */
#contact-form .control-label {
	margin-top: 15px;
}
#contact-form .control-group > * {
	display: block;
}
#contact-form .control-group:nth-child(7) > * {
	display: inline-block;
}
#contact-form .control-group:nth-child(7) > .controls {
	margin-top: 15px;
}
#jform_contact_email_copy {
	margin-top: 1em;
}
#contact-form .btn {
	margin-top: 30px;
}

#contact-form fieldset legend {
	display: none;
}


/* PlayShakespeare Page */

#passport-logo img {
	float: left;
	padding: 0 20px 20px 0;
	width: 150px;
	height: 150px;
}
.passport sup {
	font-size: 45% !important;
	top:-0.9em !important;
}
#psapps, #psapps2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#psapps li p,
#psapps2 li p {
	font-size: 140%;
	margin: 0;
	padding: 0;
}
#psapps li {
	display: inline-block;
	width: 30%;
	height: 200px;
	text-align: center;
}
#psapps2 li {
	display: inline-block;
	width: 100%;
	text-align: center;
}
#psapps li img {
	width: 128px;
	height: 128px;
	margin-bottom: 20px;
}
#psapps2 li img {
	width: 256px;
	height: 144px;
	margin-bottom: 20px;
}




/*  PayPal button  */
#rt-sidebar-a input {
	border: 0 none !important;
}


/*  Article styling overrides for TinyMCE  */
body.option-com-content.menu-current-postings article p {
	margin: 0px;
	font-size: 14px;
	line-height: normal;
	font-family: Helvetica, Arial, san-serif;
	min-height: 17px;
}





/* -------------- Mobile Menu -------------- */

#mobilemenu {
	display: none;
}
	
@media (max-width: 767px) {
 	#mobilemenu {
		position:absolute;
		left: 0;
		display: block;
		z-index: var(--mobilemenu);
	}
	#mobilemenu button {
		margin-top: 15px;
	}
	#mobilemenu i.fas.fa-bars {
		color: var(--white);
	}
	#mobilemenu #navbarToggleExternalContent {
		position: absolute;
		top: 65px;
		min-width: 300px;
		border-right: 1px solid var(--black);
		-webkit-box-shadow: 36px 13px 66px -24px rgba(0,0,0,0.56);
		-moz-box-shadow: 36px 13px 66px -24px rgba(0,0,0,0.56);
		box-shadow: 36px 13px 66px -24px rgba(0,0,0,0.56);
	}
	#mobilemenu #navbarToggleExternalContent.show { }
	#mobilemenu .contents {
		background-color: var(--white);
	}
	#mobilemenu .contents ul.nav {
		display: block;
	}
	#mobilemenu ul.menu li {
		font-size: 16px;
		list-style-type: none;
		line-height: 30px;
	}
	#mobilemenu ul,
	#mobilemenu li.deeper.parent ul {
		padding-left: 20px;
	}
	#mobilemenu li.deeper.parent > a {
		font-weight: var(--bold);
	}
	#mobilemenu ul.nav.menu > li:last-child {
		margin-bottom: 40px;
	}
	#mobilemenu ul.nav-child > li.deeper.parent,
	#mobilemenu ul.nav.menu > li.deeper.parent {
		border-top: 1px solid var(--grey-light);
		padding-top: 5px;
		margin-top: 5px;
	}
}



/* -------------- Mobile Device Media Queries -------------- */

.navbar-toggler {
	font-size: 1.5rem;
}

@media only screen and (max-width: 480px) {
	.mainbody {
		padding: 1rem !important;
	}
	a[href] {
		word-wrap: break-word;
	}
}

@media only screen and (max-width: 767px) {


}


/* Small devices (landscape phones, 576px and up)  */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up)  */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up)  */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px) {

}

/* Native dark mode - Add customizations here for dark mode if browser supports it */
@media(prefers-color-scheme:dark){ }





