/** Jesse's Theme **/


/** MAIN BACKGROUND **/
html {
	background-color:#ffffff;
	background-image: url();
	background-size: auto;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center center;
}

/* Header */
header#page_header #header_bg { 
	background:#0c81bf ;
	}
header#page_header nav#user_nav {margin-right: -9em;}
header#page_header nav#user_nav a {}
header#page_header nav#user_nav ul li:first-child {}
header#page_header nav#user_nav ul li a {
	color:#FFF
}
header#page_header nav#user_nav {
	background:transparent;
	color:#FFF
}






/* Hero */
header#page_header #hero {}
header#page_header #hero a#logo {
	background: transparent;
	box-shadow: none;
	margin-top: ;
	}
header#page_header #hero a#logo img {
	background-image: none;
	border: 0px;
	margin: ;
	padding: 0px;
}

/* Main Content */
#main_content {
	max-width: 1000px;
	margin-bottom: 10em;
	margin-top: ;
	background-color: #ebebeb;
	opacity: .925;
}

/* The Step 1 of 7 bar */
nav.breadcrumbs {
	background: #FF0000 ;
	background-color: ;
	background-image: ;
	color: #111111;
}


/* The Select from all available packages bar */
#main_content section#package_select {
    background: transparent ;
	background-color: ;
	background-image: ;
	color: #111111;
    font-style: normal !important;
}

/* The 'Date & Time' header and the other h1 and h2 headers */
h1, h2, form fieldset.container legend {
	color: #111111;
}

/* The widget box header with the month and year in it */
.ui-widget-header {
	background-image: none;
	border: solid 1px #111111;
	background-color: #45bf55 ;
	color: #111111;
}

/* The widget box calendar colors */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, 
#date_time_select .ui-state-highlight {
	background-color: ;
	border: ;
	background: ;
	color: #000000;
}

/* The widget box date selected colors */
#date_time_select .ui-state-active,
#date_time_select .ui-state-hover {
    border: solid 1px #4D4D4D;
    background: #45bf55 ;
    color: #111111;
}

/* The color of the time and time zone selected message in the main box */
#main_content fieldset.time-picker legend span, #main_content form#guest_form fieldset legend span {
	font-style: ;
	font-weight: bold;
	color: #000 !important;
}

/* The color of the "Preferred Time" text in the main box */
#main_content fieldset.time-picker legend {
	color: #000;
}


/* The bar on the bottom of the main box */
#main_content footer.main-actions {
	background-color: transparent;
}

/* Date and Time header after package select */
#featured_packages.PackageResults h1 span big {
	color: ;
}

/* The background and border color of a package when the package has been selected on select time page */
#main_content #featured_packages ul.package-horizontal li.package.selected {
    border-color: #45bf55 	!important;
}

/* The loading box border color */
.modalOverlay .modalOverlay_border {
    background-color: #45bf55 ;
}

/* Buttons */
button.btn-success, input[type="button"].btn-success, input[type="submit"].btn-success, input[type="reset"].btn-success,
.btn.btn-success, .table tbody tr td.is-actions a.btn-success, table tbody tr td.is-actions a.btn-success,
form fieldset.dark-button-select input[type='radio']+label.btn-success, form fieldset.dark-button-select input[type='radio']+legend.btn-success,
#main_content fieldset.time-picker input[type='radio']+label.btn-success, #main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success,
form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success, #main_content form#guest_form fieldset input[type='radio']+label.btn-success,
#main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success, body.authentication a#account_create,
.btn.btn-info, /* Add to Cart */
.btn.btn-primary, /* Add a Person */
.btn.btn-warning  /* Package Sold Out */
{
	background-image: none !important;
	background-color: #45bf55  !important;
	border: 0px solid;
	color: #111111 !important;
	font-weight: bold !important;
	text-shadow: none !important;
}

/* Button hover */
button.btn-success:hover, button.btn-success:active, button.btn-success.active,
input[type="button"].btn-success:hover, input[type="button"].btn-success:active, input[type="button"].btn-success.active, 
input[type="submit"].btn-success:hover, input[type="submit"].btn-success:active, input[type="submit"].btn-success.active, 
input[type="reset"].btn-success:hover, input[type="reset"].btn-success:active, input[type="reset"].btn-success.active, 
.btn.btn-success:hover, .table tbody tr td.is-actions a.btn-success:hover, table tbody tr td.is-actions a.btn-success:hover,
form fieldset.dark-button-select input[type='radio']+label.btn-success:hover, form fieldset.dark-button-select input[type='radio']+legend.btn-success:hover,
#main_content fieldset.time-picker input[type='radio']+label.btn-success:hover, #main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success:hover,
form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success:hover, #main_content form#guest_form fieldset input[type='radio']+label.btn-success:hover,
#main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success:hover, body.authentication a#account_create:hover, .btn.btn-success:active,
.table tbody tr td.is-actions a.btn-success:active, table tbody tr td.is-actions a.btn-success:active, form fieldset.dark-button-select input[type='radio']+label.btn-success:active,
form fieldset.dark-button-select input[type='radio']+legend.btn-success:active, #main_content fieldset.time-picker input[type='radio']+label.btn-success:active,
#main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success:active,
form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success:active,
#main_content form#guest_form fieldset input[type='radio']+label.btn-success:active, #main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success:active,
body.authentication a#account_create:active, .btn.btn-success.active, .table tbody tr td.is-actions a.btn-success.active, table tbody tr td.is-actions a.btn-success.active,
form fieldset.dark-button-select input[type='radio']+label.btn-success.active, form fieldset.dark-button-select input[type='radio']+legend.btn-success.active,
#main_content fieldset.time-picker input[type='radio']+label.btn-success.active,
#main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success.active,
form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success.active,
#main_content form#guest_form fieldset input[type='radio']+label.btn-success.active,
#main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success.active, body.authentication a.active#account_create,
.btn.btn-info:hover,
.btn.btn-primary:hover,
.btn.btn-warning:hover
{
	background-image: none !important;
	background-color: #7cca86  !important;
	color: #111111 !important;
	font-weight: bold !important;
	opacity: ;
	text-shadow: none !important;
}



/* Removing the "Book an Event" and "Purchase from Store" buttons */
div.consumer_actions
{
display: none
}

/* Removing the type selector for Customer Emails */
div.emailsel.ObmField
{
display: none;
}

/* Footer */
footer#page_footer {
	background:#0c81bf;
	color:#FFF ;
	text-shadow: ;
	background-color: ;
}

#PrivacyPolicy a {
  color: ;
}

/* Margin fix for party images */
#main_content ul.package-horizontal li.package div.images {
	padding-right: 0em !important;
}

/* Fixing upsell image slash confirm party image margin */
#main_content li.package>div.images>img {
	padding-right: 5px !important;
}











/* Additional elements 

----- Pattison's West (ID 1096) -----


/* Change color of list of party packages * /
#main_content .container, #main_content li.package { 
    background: none;
    color: #ffffff !important;
 }
#main_content ul.package-horizontal li.package div.description {
    color: #eeeeee;
}
#featured_packages.step1b ul.package-horizontal li.package:hover {
    background-color: #002754 !important;
}
#featured_packages.PackageResults ul.package-horizontal li.package:hover {
    background-color: #002754 !important;
}
#main_content #featured_packages ul.package-horizontal li.package.selected {
    background-color: #002754 !important;
}
#shoppingCartWidget {
    color: #000000;
}
#date_time_select .ui-state-hover { background-color: rgba(0,0,0,.9); }
#main_content #featured_packages ul.package-horizontal li.package.selected {
    background-color: #002754;
}
#guests.GohWrapper fieldset.container ul li:hover {
    background-color: #002754;
}
table.shopping_cart tr.item_row.hover { background-color: #002754; }
#shoppingCartWrapper { color: #000000; }
section.payment-details { color: #000000 !important; }
#doneOrderConfirmationWrapper {
    background-color: #ffffff;
    color: #000000;
}
#main_content .ObmRequiredBullet, #main_content .ObmPrimaryBullet, #main_content .ObmPrimaryLabel, #main_content .ObmLabel, #main_content .ObmSeparator, #main_content .ObmField, #main_content .ObmFieldGroup, #main_content .ObmMessage {
    color: #ffffff !important;
}
#main_content > h1 > i {
    color: #ffffff !important;
}
#SelectGuests.GohWrapper fieldset.container ul li:hover {
    background-color: #002754 !important;
}
.divModalDialog {
    color: #000000;
}
form#formCustomerW {
    color: #000000;
}
/ * Buttons * / 
button.btn-success, input[type="button"].btn-success, input[type="submit"].btn-success, input[type="reset"].btn-success, .btn.btn-success, .table tbody tr td.is-actions a.btn-success, table tbody tr td.is-actions a.btn-success, form fieldset.dark-button-select input[type='radio']+label.btn-success, form fieldset.dark-button-select input[type='radio']+legend.btn-success, #main_content fieldset.time-picker input[type='radio']+label.btn-success, #main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success, form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success, #main_content form#guest_form fieldset input[type='radio']+label.btn-success, #main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success, body.authentication a#account_create {
	background-image: none;
	background-color: #002754;
	text-transform: uppercase;
	border: none;
	color: #ffffff !important;
	font-family: 'Kelly Slab', cursive;
}
button.btn-success:hover, button.btn-success:active, button.btn-success.active, input[type="button"].btn-success:hover, input[type="button"].btn-success:active, input[type="button"].btn-success.active, input[type="submit"].btn-success:hover, input[type="submit"].btn-success:active, input[type="submit"].btn-success.active, input[type="reset"].btn-success:hover, input[type="reset"].btn-success:active, input[type="reset"].btn-success.active, .btn.btn-success:hover, .table tbody tr td.is-actions a.btn-success:hover, table tbody tr td.is-actions a.btn-success:hover, form fieldset.dark-button-select input[type='radio']+label.btn-success:hover, form fieldset.dark-button-select input[type='radio']+legend.btn-success:hover, #main_content fieldset.time-picker input[type='radio']+label.btn-success:hover, #main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success:hover, form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success:hover, #main_content form#guest_form fieldset input[type='radio']+label.btn-success:hover, #main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success:hover, body.authentication a#account_create:hover, .btn.btn-success:active, .table tbody tr td.is-actions a.btn-success:active, table tbody tr td.is-actions a.btn-success:active, form fieldset.dark-button-select input[type='radio']+label.btn-success:active, form fieldset.dark-button-select input[type='radio']+legend.btn-success:active, #main_content fieldset.time-picker input[type='radio']+label.btn-success:active, #main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success:active, form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success:active, #main_content form#guest_form fieldset input[type='radio']+label.btn-success:active, #main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success:active, body.authentication a#account_create:active, .btn.btn-success.active, .table tbody tr td.is-actions a.btn-success.active, table tbody tr td.is-actions a.btn-success.active, form fieldset.dark-button-select input[type='radio']+label.btn-success.active, form fieldset.dark-button-select input[type='radio']+legend.btn-success.active, #main_content fieldset.time-picker input[type='radio']+label.btn-success.active, #main_content fieldset.time-picker form fieldset.dark-button-select input[type='radio']+legend.btn-success.active, form fieldset.dark-button-select #main_content fieldset.time-picker input[type='radio']+legend.btn-success.active, #main_content form#guest_form fieldset input[type='radio']+label.btn-success.active, #main_content form#guest_form fieldset.dark-button-select input[type='radio']+legend.btn-success.active, body.authentication a.active#account_create {
	background-image: none;
	background-color: #3F5D7E;
	text-transform: uppercase;
	border: none;
	font-family: 'Kelly Slab', cursive;
	
----- Pattison's West (ID 1096) -----


----- WynCity (ID 1884) -----

/* To add a small "plus $x host fee" to the end of every package header title * /
#featured_packages.PackageResults ul.package-horizontal li.package h1::after {
	content: " - Plus $30 Host Fee";
	font-size: 55%;
	color: #777777;
}

/* To change the gray color for the per person fees to black so they will be seen easier, also increase size for clarity at-a-glance * /
#featured_packages.PackageResults ul.package-horizontal li.package p.price-point span.price-sub-line {
    color: #000000;
	font-size: 130%;
}

/* To add a "host fee" at the beginning of their package prices so people see the set price is for that specific thing * /
#featured_packages.PackageResults ul.package-horizontal li.package p.price-point::before {
	content: "Party Host Fee ";
	font-size: 70%;
	color: #777777;
}

/* Make that host fee dollar amount small * /
#featured_packages.PackageResults ul.package-horizontal li.package p.price-point {
	font-size: 70%;
	color: #777777;
}

/* Same as above but this will make it display on the package they have selected * /
#main_content ul.package-horizontal li.package header.active-package p.price-point::before {
	content: "Party Host Fee ";
	font-size: 70%;
	color: #777777;
}

/* Make that host fee dollar amount small on the selected package * /
#main_content ul.package-horizontal li.package header.active-package p.price-point {
	font-size: 70%;
	color: #777777;
}

----- WynCity (ID 1884) -----





Swing A Round

/ * The widget box header with the month and year in it * /
#datepicker .ui-widget-header {
	border: solid 1px #4D4D4D;
	color: #FFFFFF;
	background: #6853d2;/* Old Browsers * /
	background: -moz-linear-gradient(left, #6853d2 0%, #5facb7 70%, #5facb7 100%); / * FF3.6+ * /
	background: -webkit-gradient(left top, right top, color-stop(0%, #6853d2), color-stop(70%, #5facb7), color-stop(100%, #5facb7));/* Chrome, Safari4+ * /
	background: -webkit-linear-gradient(left, #6853d2 0%, #5facb7 70%, #5facb7 100%); /* Chrome10+,Safari5.1+ * /
	background: -o-linear-gradient(left, #6853d2 0%, #5facb7 70%, #5facb7 100%); /* Opera 11.10+ * /
	background: -ms-linear-gradient(left, #6853d2 0%, #5facb7 70%, #5facb7 100%); /* IE 10+ * /
	background: linear-gradient(to right, #6853d2 0%, #5facb7 70%, #5facb7 100%);/* W3C * /
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6853d2', endColorstr='#5facb7', GradientType=1 );/* IE6-9 * 
}



*/




