/*
Theme Name: Mysterium Vantage (child)
Description: A child theme of the SiteOrigin Vantage theme.
Template: vantage
Version: 1.0.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce
Text Domain: vantagechild
*/


article.post, article.page
{
	border-bottom: 3px solid #aaa;
}

#secondary.widget-area
{
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #aaaaaa;
  padding-left: 18px;
  border-bottom-width: 0px;
}

#secondary .widget, #footer-widgets .widget, #masthead-widgets .widget
{
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

#page-wrapper
{
	box-shadow: 0px 0px 15px 5px #393939;
	padding-top: 0px;
}

#masthead
{
	padding: 0 0 0 0;
}

#masthead .hgroup
{
	padding-top: 0;
	padding-bottom: 0;
}

.main-navigation
{
	margin: 0 0;
}

.main-navigation ul li a
{
	padding: 20px 32px
}

#masthead .hgroup .logo img, #masthead .hgroup .site-logo-link img
{
	height: auto;
	width: 100%;
}

.tix_tickets_table { border-spacing: 0px; width:100%; }
.tix_tickets_table th { text-align: left; }
.tix_tickets_table tbody tr:nth-child(2n+1) { background-color: #dedace; }
.tix_tickets_table td { border-collapse:collapse; padding: 5px; }
th.tix-column-description { text-align: left; }
.tix-column-remaining { display: none !important; }
.tix-column-price {
    padding-right: 10px !important;
    text-align: right !important;
}
.tix-row-total { text-align: right; }

.tix-attendee-form { margin-bottom: 1em; }
.tix-attendee-form td.tix-left { width: 60% !important; }