/*
PLAYlive Core front stylesheet
For use in the front end/public area of the site.
Reminder: there are 3 stylesheets: admin, front, and common. Devs use where applicable!
Gradients generated using colorzilla.com/gradient-editor
*/
@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
	background: rgb(0,0,0); /* Old browsers */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 10%,rgba(1,0,57,1) 40%,rgba(0,0,0,1) 70%); /* W3C */
	background-attachment: fixed;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
	letter-spacing: normal;
}
body.full {
	background: #000;
}
code {
    font-family: "Courier New",Courier,monospace;
    max-width: 100%;
    overflow: auto;
    white-space: pre;
}
#wpadminbar {
	background: url('../images/pl-footer-dottedbg-repeatx-21x50.gif') repeat-x scroll 0 top rgba(0,0,0,0);
	border-bottom: 1px solid #535353;
}
#wp-toolbar .ab-sub-wrapper {
	border: 1px solid #535353;
	box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.8)!important;
}
a {
	color:#a1d2ff;
	text-decoration:none;
	cursor:pointer;
}
a:visited {
	color:#a1d2ff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
	color:#F00;
}
h2 {
	font-size: 180%;
	font-weight: bold;
    margin: 20px 0 10px;
}
h3 {
	font-size: 130%;
	font-weight: bold;
    margin: 10px 0 10px;
}
table h2, table h3 {
    margin-top: 0;
}
sup {
	vertical-align: super;
    font-size: 0.6em;
}
.clearfix {  
  display: block;  
}
.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}
* html .clearfix {  
  height: 1%;  
}
.pre {
    white-space: pre;
	font-family: "Courier New", Courier, monospace;
}
iframe.anibanner {
    position: relative;
    right: 42px;
}
#pl-page-wrapper {
	font-size: 14px;
	width: 1022px;
    background-color: #000000;
    background-image: url("https://playlivenation.com/wp-content/themes/playlive-core/assets/images/bodywrap-bg-carbontile-8px.jpg");
    background-repeat: repeat;
	border-style: solid;
	border-width: 0 2px 2px;
	border-color: #404040;
    box-shadow: 1px 1px 5px 2px #000000;
    letter-spacing: normal;
    margin:0 auto;
	cursor: default;
}
#pl-page-wrapper p {
	line-height: 150%;
	margin-bottom: 5px;
}
.page-wrap-inner {
	line-height: normal;
	min-height: 250px;
}
.hover {
    opacity: 0.7;
}
.hover:hover {
    opacity: 1;
}
.sup {
    bottom: 1ex;
    display: inline-block !important;
    font-size: 70%;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
.pl_button {
	display: inline-block;
	background: url("../images/pl-button-bg-sprite.gif") repeat scroll 0 0 transparent;
	border-radius: 12px;
	border: 1px solid #2087e7;
	color: #FFF!important;
	font-size: small;
	margin:4px 0 0 0;
	padding: 6px 10px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
}
.pl_button:hover {
	background-position: 0 60px;
	text-decoration: none;
}
.pl_button:active {
	background-position: 0 30px;
	text-decoration: none;
}
.pl_button.big {
    font-size: 140%;
}
.pl_button.small {
    font-size: 85%;
    padding: 4px 7px;
}
.pl_infotable {
	width:100%;
	margin-top:10px;
	background:black;
	border-collapse:collapse;
	margin-bottom:20px;
}
.pl_infotable tr, .pl_infotable td {
	border:1px solid #333;
	padding:5px;
}
.pl_infotable td {
	display:table-cell;
	vertical-align:middle;
	
}
.pl_infotable tbody tr td ul li {
	list-style-type: disc;
    margin-left: 15px;
}
.pl_infotable tbody tr td {
	vertical-align:middle!important;
}

ul {
	margin: 8px 0 10px;
}
ul li {
    margin-left: 25px;
}
ul li.ul-title {
    font-size: 120%;
    font-weight: bold;
    list-style: none outside none !important;
    margin: 0 0 5px !important;
    text-decoration: underline;
}
ul.plain {
	margin: 0;
	padding: 0;
}
ul.plain > li {
    list-style: none outside none;
	margin: 0;
	padding: 0;
}
ul ul {
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 5px;
}
ul ul li {
	list-style: square;	
}
#tab-description ul { /* WooCommerce specific */
    line-height: 140%;
}
.pl-searchform input[type=text] {
    background: url("../images/searchbar-magnify-bg.gif") no-repeat scroll 100% 0 rgb(255, 255, 255);
    border-width: 0;
    font-size: 14px;
    padding: 3px 22px 3px 3px;
    width: 200px;
}
.postbox {
	box-shadow: none repeat scroll 0 0 #030307;
	background: #000;
    border: 1px solid #535353;
    color: #ffffff;
	position: relative;
	line-height: 1;
    margin-bottom: 20px;
    padding: 0;
}
.postbox .hndle {
	background: url("../images/pl-footer-dottedbg-repeatx-21x50.gif") repeat scroll center center #000;
	padding: 8px;
	margin: 0;
	font-size: 16px;
    text-shadow: 1px 1px 0 #000000;
	border-bottom: 1px solid #535353;
}
.postbox .inside {
	margin: 11px 0 0 0;
    position: relative;
	padding: 0 12px 12px;
	line-height: 1.2em;
}
.postbox .hndle span {
    float: right;
}
.postbox .hndle span a {
    color: #fff;
    font-size: 0.7em;
}
#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li {
	margin: 0;
}

/* BEGIN HEADER */
.nav-main, .sub-menu li {
	background: url("../images/glb-navi-menu-bg-sprite.gif") repeat-x scroll center top #000000;
}
.nav-main {
	height: 34px;
    width: 100%;
    border:2px solid #949494;
	border-width: 2px 0;
    width: 100%;
	margin:0;
	padding:0;
	clear:both;
    font-size: 14px;
	position: relative;
}
.nav-main {
	background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    border-color: #949494;
    border-style: solid;
}
.nav-main > li {
    display: inline-block;
	border-right: 1px solid #333333;
	border-left: 1px solid #535353;
	margin: 0;
	line-height: 14px;
	float: left;
}
.nav-main > li:last-of-type {
	border-right:none;
}
.nav-main > li:first-of-type {
	border-left:none;
}
.nav-main li a {
	text-shadow: 1px 1px 3px #000;
	font-weight: 600;
    color: #fff;
    text-decoration: none;
	display: block;
	padding: 10px 15px;
}
.nav-main > li
{
    border-right: 1px solid #777;
}
.nav-main > li.last
{
    border-right: none;
    border-left: 1px solid #777;
}
.nav-main > li > a
{
    letter-spacing: 0.03em;
    color: #fff;
    font-size: 15px;
    transition: color .15s;
}
.nav-main li:hover{
	background: linear-gradient(to bottom, rgba(72,101,142,1) 0%,rgba(80,112,156,1) 12%,rgba(88,122,170,1) 25%,rgba(69,97,137,1) 39%,rgba(55,77,107,1) 50%,rgba(30,42,58,1) 51%,rgba(38,54,78,1) 60%,rgba(54,76,106,1) 76%,rgba(45,63,89,1) 91%,rgba(41,56,79,1) 100%);
}
.nav-main li.current-menu-item {
	background: linear-gradient(to bottom, rgba(72,101,142,1) 0%,rgba(80,112,156,1) 12%,rgba(88,122,170,1) 25%,rgba(69,97,137,1) 39%,rgba(55,77,107,1) 50%,rgba(30,42,58,1) 51%,rgba(38,54,78,1) 60%,rgba(54,76,106,1) 76%,rgba(45,63,89,1) 91%,rgba(41,56,79,1) 100%);
}
.nav-main li.current-menu-item:hover {
	background: linear-gradient(to bottom, #488e51 0%,#509c5a 12%,#58aa63 25%,#45894e 39%,#376b3e 50%,#1e3a21 51%,#264e2c 60%,#366a3d 76%,#2d5933 91%,#294f2f 100%);
}
.menu-item .sub-menu {
	display: none;
	margin: 0;
	z-index: 105;
}
.menu-item:hover .sub-menu {
	display: block;
	position: absolute;
}
.sub-menu li {
	list-style: none;
	margin: 0;
	border: 2px solid #949494;
}
.PL_anibanner_overlay {
    display: block;
    position: absolute;
    top: 0;
}
.PL_anibanner_overlay_bar {
    display: block;
    position: absolute;
    top: 28px;
}
#header .pl-banner-container {
    background: url("../images/anibanner-shift-bg.jpg") no-repeat scroll right center transparent;
}
/* END HEADER */

/* BEGIN FOOTER */
.pl-footer {
    clear: both;
    display: block;
    padding: 5px 10px;
    border-top: 1px solid #555;
	margin-top: 70px;
	background: #101010;
}
.home .pl-footer {
	margin-top: 30px;
}
.foot-fb-container {
    display: inline-block;
    vertical-align: top;
    font-size: 95%;
	text-transform: capitalize;
}
.footer-copyright {
    display: inline-block;
    font-size: 10px;
    text-align: center;
	margin-left:10px;
}
.fb_txt {
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    line-height: 100%;
    width: 200px;
    position: relative;
    top: 6px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #00001A;
}
.fb_img {
    float: right;
    position: relative;
    top: 2px;
    right: 1px;
}
/* END FOOTER */

#pl-page-wrapper .container .PL_Page_Container {
	min-height:250px;
}
.page-wrap-narrow {
    margin-left: auto;
    margin-right: auto;
    width: 928px;
	position: relative;
}
.page_title_heading {
    display: block;
    margin: 30px 20px 20px 30px;
	width: 949px;
}
.page_title_heading h1 {
    color: #00FF00;
    font-family: open sans, Verdana, Geneva, sans-serif;
    font-size: 215%;
    letter-spacing: normal;
	white-space: nowrap;
}
.std-list {
    line-height: 150%;
    margin: 5px 0 15px 0;
	padding: 0;
}
.std-list > li {
    list-style: disc outside none;
    margin-left: 30px;
}
.column-group-wrap {
    display: block;
    font-size: 0;
}
.column-group-wrap .column-item {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.column-group-wrap .column-first {
    margin-left: 0;
}
.column-group-wrap .column-last {
    margin-right: 0;
}
.vert-group {
    clear: both;
    display: block;
    line-height: normal;
}
.vert-group .vert-item {
    margin: 15px 0;
	position: relative;
}
.vert-group .vert-item.first {
    margin-top: 0;
}
.vert-group .vert-item.last {
    margin-bottom: 0;
}
.row-group {
    display: block;
    font-size: 0;
}
.row-group .group-item {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
#tb-links {
    display: block;
    background: #1b1b1b;
    border: 1px solid #333;
	font-size:0;
	height:70px;
}
#tb-links .tb-links-item {
    display: block;
	float:left;
    width: 308px;
	font-size:12px;
	border-right:1px solid #333;
	position:relative;
}
#tb-links .tb-links-item:hover {
	background: #2b2b2b;
}
#tb-links .tb-links-item:last-of-type {
	border-right:none;
}
#tb-links a {
    display: block;
    height: 60px;
    width: 100%;
	text-decoration:none;
	color:#fff;
	margin:5px;
}
#tb-links a:link, #tb-links a:hover, #tb-links a:active {
	text-decoration:none;
	color:#fff;
}
#tb-links .tb-icon {
    height: 60px;
    width: 60px;
    display: block;
	float:left;
	magin-right:5px;
}
#tb-links .tb-icon {
	/*background:url('https://playlivenation.com/wp-content/themes/playlive-core/assets/images/anchor-links-sprites.png') no-repeat 0 0 transparent;*/
}
#tb-links #tb-faq .tb-icon {
	background-position:0 0;
}
#tb-links #tb-clubben .tb-icon {
	background-position:0 -60px;
}
#tb-links #tb-tou .tb-icon {
	background-position:0 -120px;
}
#tb-links a {
    display: block;
    height: 60px;
    width: 100%;
}
#tb-links .links-title {
    display: block;
    font-size: 15px;
	font-weight:bold;
	color:#6fbfff;
}
.tb-content {
    display: block;
    position: absolute;
    top: 17px;
    left: 76px;
}
.grn_header {
    background: url("../images/grn-header-bg.gif") repeat-x scroll center center transparent;
    border: 1px solid #006F00;
    border-radius: 9px;
    box-shadow: 1px 1px 2px #000000;
    cursor: default;
    display: inline-block;
    padding: 3px 9px;
	margin-bottom: 7px;
}
.grn_header > span {
    font-weight: bold;
    text-shadow: 1px 1px 1px #0F4F0F;
	text-transform: uppercase;
    font-size: 17px;
}

/* THICKBOX */
#TB_ajaxContent h3 {
	color: #fff;
}
#TB_overlay {
	z-index:102;
}
#TB_window {
	background-color: #1B1B1B;
    background: url("../images/pl-logo-blur-med.png") no-repeat scroll center center #1B1B1B!important;
    border: 4px solid #525252;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
	letter-spacing:normal;
	box-shadow:0 0 8px 3px #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#TB_window iframe {
    margin: 0!important;
    padding: 0;
}
#TB_ajaxWindowTitle {
    background: url("../images/pl-shapelogo-small.png") no-repeat scroll 4px center transparent;
    color: #FFFFFF;
    display: inline-block;
    float: none!important;
    font-size: 14px;
    font-weight: bold!important;
    padding: 5px 0 5px 22px!important;
    vertical-align: middle;
	min-height: 20px;
	width: auto!important;
}
#TB_title {
    background: url("../images/pl-footer-dottedbg-repeatx-21x50.gif") repeat-x scroll 0 0 #1B1B1B!important;
    display: block;
    height: auto!important;
	border-bottom: 1px solid #535353!important;
	cursor: default;
}
#TB_closeAjaxWindow {
	/*float: none!important;*/
	padding: 0 4px 0 0;
	margin: 0;
}
#TB_closeAjaxWindow #TB_closeWindowButton {
    background: url("../images/tb-blue-close-buttons.gif") repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 48px;
	transition-property: all;
}
#TB_closeAjaxWindow .tb-close-icon {
	display: none;
}
#TB_closeAjaxWindow > a:hover {
	background-position:0 36px;
}
#TB_closeAjaxWindow > a:active {
	background-position:0 18px;
}
#TB_ajaxContent h2 {
    color: #B7DEFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0px 10px 0px;
}
#TB_ajaxContent h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: normal;
    margin: 15px 0 5px 0;
    text-decoration: none;
}
#TB_iframeContent {
    margin-bottom: -3px;
    margin-top: -4px;
}
#TB_window a:link {
    color: #6699ff;
}
#TB_window a:visited {
    color: #6699ff;
}
#TB_window a:hover {
    color: #A1D2FF;
}
#TB_window a:active {
    color: #3eff50;
}
#TB_window a:focus {
    color: #3eff50;
}
#TB_ajaxContent ul {
    margin: 10px 0;
}
#TB_ajaxContent li {
    margin: 0 20px 5px;
}
/* END THICKBOX */


/* BEGIN CONTENT TYPES */
.pl-content-type1 {
	border:1px solid #002aff;
	position:relative;
	background: url('../images/content-type1-bg-1x90.png') repeat-x scroll 0 bottom #000000;
}
.pl-content-type1 .section-head {
    background: url("../images/section-head-bluegradient.png") no-repeat scroll right 0 transparent;
    display: inline-block;
    font-weight: bold;
    height: 15px;
    padding: 10px 35px 10px 10px;
    text-shadow: 1px 1px 2px #000000;
    text-transform: uppercase;
}
.pl-content-type1 .section-tag {
    color: #30ff00;
    display: inline-block;
    float: right;
    font-style: italic;
    font-weight: bold;
    margin: 10px;
}
.pl-content-type1 .content-inside {
    margin: 10px;
}
/* END GLOBAL CONTENT TYPES */


/*
**************************
BEGIN PAGE-SPECIFIC STYLES
To-do: move this into each page's header
**************************
*/


/* Service Department Specific */
#serv-dept-top {
	background: url('../images/pl-blueglow-tech-bg.jpg') no-repeat center center rgba(0,0,0,0);
	background-size: cover;
	cursor: default;
}
#serv-dept-top * {
	vertical-align: top;
}
#srvdep_title_wrap {
	display: block;
	font-weight:bold;
	margin: 10px;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
}
#srvdep_title_wrap #srvdep_title1 {
	display: block;
	font-size: 18px;
}
#srvdep_title_wrap #srvdep_title2 {
	display: block;
	font-size: 30px;
	font-style: italic;
}

#serv-dept-top #top_consolecntrl {
    position: relative;
    left: 16px;
}
#serv-dept-top #top_phonetab {
}
#top_addtlsrv {
}
#serv-dept-top .top_infobox {
    display: inline-block;
	margin: 12px;
}
#discrep {
    position: relative;
    right: 6px;
    top: 5px;
}
#serv-dept-top ul {
	line-height: 150%;
	list-style: disc;
    font-weight: bold;
    margin: 0;
    text-shadow: 1px 1px 2px #303030;
}
#serv-dept-top .console_logo {
    display: inline-block;
}
#srvdep_older {
    color: #777777;
    font-size: 13px;
    font-style: italic;
    text-align: right;
}
#serv-dept-top .calloutbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #0000FF;
    border-radius: 5px;
    bottom: 30px;
    box-shadow: 1px 1px 4px #000000;
    font-size: 13px;
    padding: 5px 10px 0 5px;
    position: absolute;
    right: 115px;
}
#multicntrl {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#shoponline {
    background: url("../images/servdept-flamingclick.png") no-repeat scroll 0 0 transparent;
    font-weight: bold;
    padding-left: 42px;
}
/* END Service Department Specific */

/* PARTIES SPECIFIC */
#prty-lead-content {
    background: url('../images/pl-blueglow-tech-bg.jpg') no-repeat scroll 0 0;
}
#prty-yourspot-text {
    position: absolute;
    right: 50px;
    top: 30px;
}
#prty-balloons {
    float: left;
}
#prty-head-text {
    position: absolute;
    right: 0;
    text-shadow: 1px 1px 2px #000000;
    top: 80px;
    width: 565px;
}
#prty-head-text > span {
    display: block;
}
.prty-inside-thumb {
	float:right;
	margin:5px;
}
#prty-privateevent-trophy {
    position: relative;
    top: 55px;
    height: 110px;
    width: auto;
    right: 30px;
}
#prty-ourstaff {
    font-weight: bold;
    margin-bottom: 25px;
}
#prty-list-desc {
    font-weight: bold;
}
#prty-bday-list {
    margin-bottom: 15px;
}
#prty-bdays-content-lavalamp {
    position: absolute;
    right: 50px;
    top: 100px;
}
.std-list-title {
	font-weight: bold;
	font-size: 110%;
}
.std-list {
    line-height: 150%;
    margin-top: 5px;
}
.std-list > li {
    list-style: disc outside none;
    margin-left: 30px;
}
#prty-schoolnonprofit {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #0000FF;
    border-radius: 5px 5px 5px 5px;
    bottom: 30px;
    font-size: 13px;
    padding: 5px 10px 0 5px;
    position: absolute;
    right: 115px;
	box-shadow: 1px 1px 4px #000;
}
#prty-options-avail {
    display: inline-block;
    font-style: italic;
    font-weight: bold;
    margin-top: 10px;
    vertical-align: top;
}
#prty-bday-members {
    background: url('../images/prty-bday-members-bg-sprite.gif') repeat-x 0 -36px #000;
    border: 1px solid #0000FF;
    border-radius: 5px 5px 5px 5px;
    bottom: 0;
    display: block;
    margin: 10px;
    position: absolute;
	width: 425px;
	font-size: 13px;
	box-shadow: 1px 1px 3px #000000;
}
#prty-memb-title {
    background: url("../images/prty-bday-members-bg-sprite.gif") repeat scroll 0 0 #000000;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000020;
}
#prty-memb-text {
    display: inline-block;
	padding: 5px;
}
#prty-bday-members-gift {
    position: absolute;
    height: 18px;
    width: auto;
    top: 4px;
    right: 5px;
}
#prty-askaboutah {
    position: absolute;
    right: 0;
    bottom: 15px;
    height: 100px;
    width: auto;
}
/* END PARTIES SPECIFIC */

/*
**************************
END PAGE-SPECIFIC STYLES
**************************
*/

fieldset {
    background: none repeat scroll 0 0 rgba(100, 100, 100, 0.2);
    border: 1px solid #444;
    border-radius: 8px;
    box-sizing: padding-box;
    padding: 10px;
}
fieldset > legend {
    font-size: 10px;
}
fieldset p:first-of-type {
	margin-top: 0;
}
fieldset p:last-of-type {
	margin-bottom: 0;
}
section {
	margin-bottom: 15px;
}
section:after {
	content: "";
	display: table;
	clear: both;
}
section p:last-of-type {
	margin-bottom: 0;
}

.wp-live-chat-wraper {
    color: #000;
}

.form-row.woocomemerce-invalid .chzn-single,
.form-row.woocomemerce-invalid .chzn-drop,
.form-row.woocomemerce-invalid input.input-text,
.form-row.woocomemerce-invalid select {
	border:1px solid red;
}
.form-row.woocommerce-validated .chzn-single,
.form-row.woocommerce-validated .chzn-drop,
.form-row.woocommerce-validated input.input-text,
.form-row.woocommerce-validated select {
	border:1px solid green;
}

body.debug-active {
	cursor: default!important;
}