/******************* FACEBOOK SEND BUTTON BUG FIX - JUST HIDE IT ALTOGETHER *******************/
.pls { display: none !important; }


/******************* MOBILE STYLES START (SCREEN SIZE < 799PX) *******************/
@media screen and (max-width:799px) {


/******************* RESET STYLES *******************/
* {
  text-align: left !important;
  min-height: none !important;
  max-height: none !important;
  min-width: none;
  max-width: 100%;
  height: auto;
  letter-spacing: 0 !important;
  line-height: 1.5em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
}

#sidebar #event_wrapper
{
  display: none;
}

/******************* BODY STYLES *******************/
body
{
  font-size: .9em;
}

/******************* WRAPPER STYLES *******************/
#wrapper
{
  width: 100% !important;
  float: left;
  padding: 0;
  margin: 0;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
}

#wrapper_2
{
  padding: 1%; /* changed from 1em */
  max-width: 98%;
  margin-top: 0;
}



/******************* HEADER STYLES *******************/
#header_wrapper
{
}

#header, #header_in
{
  background: none !important;
}

#header_left
{
  float: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  display: block;
}

#header_right
{
  padding: 0;
  margin: 0;
  float: none;
}

#header_logo
{
  padding: 10px;
}

#header_logo img
{
  display: block;
  margin: 0 auto !important;
}

#header_wrapper #contact_us
{
  float: none;
  text-align: center !important;
  padding: 1em 0;
  margin: 0;
  position: inherit !important;
}

#header_menu
{
  float: left;
  text-align: center !important;
  margin: 0 0 1.4em 0 !important;
  max-width: 100%;
  position: inherit !important;
  padding-left: 0;
  padding-right: 0;
}

#header_menu li
{
  clear: none;
  margin: 0 auto !important;
  padding: 0;
  text-align: center;
  white-space: pre;
  display: inline;
}

#header_menu li a
{
  margin: 0 10px !important;
}

#part_tagline_wrapper
{
  position: inherit !important;
  top: auto;
  left: auto;
}

#part_tagline, #tagline
{
  padding: 0;
  text-align: center !important;
  font-size: 1.6em;
  margin: .2em 0 .6em 0 !important;
}


/******************* MAIN STYLES *******************/
#main_1
{
  float: left;
  max-width: 100% !important;
}

#main_2
{
  min-width: 98% !important;
}

#main_5
{
  float: left;
  width: 100% !important;
  background: none;
  padding: 0;
}


/******************* CONTENT STYLES *******************/
#content_wrapper, #content, #content_in
{
  padding: 0 !important;
  margin: 0 !important;
}

#content_wrapper
{
  float: left;
  max-width: 100%;
  clear: left;
}

#content_in
{
  font-size: .9em !important;
  max-width: 98%;
  margin: 0 auto !important;
}

h1, #content_in h1
{
  font-size: 1.6em;
  margin-top: 1.4em !important;
  margin-bottom: 0;
  padding-bottom: 0;
}

h2, h3
{
  font-size: 1.2em;
  margin-top: 1.0em !important;
  margin-bottom: .6em !important;
  white-space: pre-wrap;
}

h4
{
  font-size: .7em;
  margin-top: .5em !important;
  margin-bottom: .6em !important;
}

h5, h6
{
  font-size: .6em;
  margin-top: .4em !important;
  margin-bottom: .6em !important;
}

#hours
{
  width: 100%;
  text-align: center;
}

/******************* SIDEBAR 1 (RIGHT) STYLES *******************/
#sidebar
{
  display: none;
  max-width: 100%;
}

body#body_home #sidebar
{
  display: block !important;
  float: left;
  width: 100%;
}

#sidebar img
{
  display: none;
}

#sidebar_in
{
  padding: 0 !important;
  font-size: .9em;
  margin: 0 auto !important;
  max-width: 98%;
}

#sidebar h1
{
  padding-bottom: 0;
  margin-bottom: 0;
}



/******************* SIDEBAR 2 (LEFT) STYLES *******************/
#sidebar_2
{
  max-width: 100%;
  min-width: 95%;
}

#sidebar_2_in div
{
  height: auto !important;
}


/******************* FOOTER STYLES *******************/
#footer
{
  padding: 0;
  margin: 0;
  float: left;
  clear: both;
  max-width: 100%;
}

#footer, #copyright
{
  float: none;
  clear: both;
}

#copyright
{
  padding-top: 20px !important;
  border-top: 1px solid #ABBA8D;
  text-align: center !important;
  margin-top: 20px !important;
}



/******************* ACCORDION STYLES *******************/
.ui-accordion-icons .ui-accordion-header a
{
  padding-left: 1em;
}

.accordion h2
{
  margin-bottom: 0;
}

h2.ui-accordion-header
{
  background: #831D32;
  border: 1px solid #831D32;
}

h2.ui-accordion-header a
{
  color: #831D32 !important;
  padding-left: 10px !important;
}

h2.ui-accordion-header a:hover
{
  color: #FFFFFF !important;
}



/******************* MISC STYLES *******************/
#body_gift .imagerow
{
  width: 40% !important;
  margin: 0 1em;
  float: left;
  padding: 0 !important;
}

#body_gift form dt
{
  width: 25%;
}

#body_gift textarea#message
{
  width: 270px;
}

#igc_who p, #igc_message p, .top6
{
  white-space: pre-wrap;
}

#body_gift .imagerow img
{
  margin-top: .2em !important;
  margin-bottom: 2em !important;
}

#body_gift #igc_design
{
  clear: both;
  display: block;
  float: left;
  width: 100% !important;
}

img
{
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 1em auto !important;
  float: none !important;
}

.photo_left
{
  max-width: 100% !important;
  border: 0;
}

.photo_right
{
  max-width: 100% !important;
  border: 0;
}

.fb_share
{
  width: 70px !important;
}

form dd
{
  margin: 5px 0 0 0;
}

#body_schedule form dt
{
  width: 100% !important;
  margin-top: 8px;
}

#body_schedule form dt INPUT[type="button"], #body_schedule form dt INPUT[type="submit"]
{
  float: left;
}

#gift_design_edit
{
  clear: left;
}

input[type=text]
{
  font-size: 10px;
  padding: 2px 5px;
}

.service
{
  margin-left: 0;
}

.service_row
{
  clear: left;
}

.service_category
{
  padding-top: 0;
}

.service_option_price
{
  float: right;
}

.service_option_grid
{
  width: 96% !important;
}

form dl#date dt
{
  width: 100% !important;
}

#content_in .review_main_wrapper img
{
  float: left !important;
  display: block !important;
}

.review_star img, .rating_star img
{
display: inline;
}

#content_in iframe
{
  display: block;
  margin: 0 auto;
  max-width: 98% !important;
}
}