/*
Theme Name: POTR V2
Theme URI: http://thirddoor.com
Author: Underscores.me
Author URI: http://thirddoor.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: potr
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

POTR V2 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
	letter-spacing:normal;
}



button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald",sans-serif;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
}
body,
button,
input,
select,
textarea {
	font-family: 'Open Sans', sans-serif;
	color: #b9b9b9;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.1;
}
button, input, select, textarea {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	
}

p {
    margin: 0 0 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}


abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	font-size: 16px;
	background-image: url(images/background.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	background-color:#000;
	margin:0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.level-1::before {
    content: "- ";
}
.level-0 {
	font-weight:bold;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #b73708;
	color: #fff;
	font-size: 16px;
	text-transform:uppercase;
	font-family:Oswald, sans-serif;
	line-height: 1;
	border:0;
	padding: 4px 8px;
}
button:hover;
button:focus {
	background-color: #fff;
	color: #b73708;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}


input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-title span {
	color: #b73708;
}
.site-title {
    font-size: 46px;
    line-height: 1;
    margin: 70px 170px 10px 0;
    padding: 0;
	display:none;
}
.socials {
    clear: both;
    padding: 10px 0 0;
    text-align: center;
}
.socials a {
    background-size: contain;
    display: inline-block;
    height: 24px;
    margin: 0 10px 0;
    text-indent: -9999px;
    width: 24px;
	opacity:.7
}
.socials a:hover {
	opacity:1;
}
.socials a.potr-facebook {
    background-image: url("images/social_facebook.png");
}
.socials a.potr-twitter {
    background-image: url("images/social_twitter.png");
}
.socials a.potr-youtube {
    background-image: url("images/social_youtube.png");
}
.socials a.potr-instagram {
    background-image: url("images/social_instagram.png");
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration:none;
	color: #eec119;
}

a:visited {
	color: #eec119;
}

a:hover,
a:focus,
a:active {
	color: #fff;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
.entry-title > a {
    border-bottom: 2px solid rgba(183, 55, 8, 0.5);
    color: #b73708;
    display: block;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
    xxxborder-bottom: 2px solid rgba(181, 51, 2, 0.5);
    xxxborder-top: 2px solid rgba(181, 51, 2, 0.5);
	border: 4px solid rgba(181, 51, 2, 0.5);
    display: none;
    list-style: outside none none;
    margin: 0 80px 0 0;
	margin:0;
    overflow: hidden;
    padding: 6px 0;
    text-align: center;
}


.main-navigation li {
    display: inline-block;
    float: none;
    position: relative;
}

.main-navigation a {
    color: #b0b397;
    display: block;
    font-family: Oswald;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0 10px 0 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.main-navigation .current-menu-item a {
	color: #b73708;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color:#fff;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	color:#fff;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	color: #fff;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	xxxcolor: #b73708;
	color: #fcedd1;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
/*
.potr_logo {
    position: absolute;
    right: 10px;
    top: 30px;
}
*/
.site-branding {
    margin: 20px 0;
}
.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
@media screen and (min-width: 700px) {
	
	
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}
.widget-title {
    border-bottom: 2px solid rgba(147, 147, 147, 0.5);
    font-size: 24px;
    margin: 0 0 20px;
    padding: 0 0 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.bandTxt {
    margin: 0 !important;
    text-align: center;
    width: 25%;
}
.singlePageTxt {
    width: auto !important;
}
.site .gallery_box ul {
    list-style: outside none none !important;
    padding: 0;
}
.site .gallery_detail_box {
    float: none;
}
.site .gallery_box li {
    clear: none;
    display: block;
    float: left;
    list-style: outside none none;
    padding: 0 10px 10px;
}
.site .gallery_box li img {
    border: 1px solid #bdbdbd;
    float: none;
	display:block;
    margin: 0;
    padding: 0;
}
.site .gallery_box p {
    font-family: Oswald;
    margin: 4px 0 0;
    text-transform: uppercase;
}
#pageHead {display:none;}
.woocommerce-page .content-area,
.category .content-area,
.home .content-area {
    float: right;
    width: 63%;
}
.woocommerce .content-area
 {
    float: left;
}
.widget-area {
	width: 30%;
	float:left;
}
.page-template-woocommerce .widget-area,
.woocommerce .widget-area {
	float:right;
}
.site {
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 2%;
    position: relative;
}
.site-content {
    padding: 30px 0 0;
}
.giveWrapper {
    border-bottom: 1px solid;
    padding: 20px 0;
}
.apparelStoreItem,
.musicStoreItem {
    float: left;
    padding: 0 30px 10px 0;
}
.paypalForm select {
    color: #000;
    display: block;
    font-size: 14px;
}
.price {
    font-family: Oswald;
    font-size: 20px;
    margin: 5px 0;
}
.storeWrapper > h2 {
    background: none repeat scroll 0 0 #666;
    clear: both;
    color: #fff;
    font-size: 32px;
    margin: 30px 0 20px;
    padding: 2px 10px;
}
.musicWrap,
.apparelWrap {
    overflow: hidden;
}
.musicStoreItem > h3 {
    margin: 0 0 4px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.widget_recent_entries > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget_recent_entries a {
    display: block;
    font-family: Oswald;
    font-size: 20px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.entry-meta {
    font-size: 12px;
    text-transform: uppercase;
}

.sticky {
	display: block;
}

.category .hentry {
    border-bottom: 2px solid;
    margin: 0 0 1.5em;
    padding: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#giveWrapper > p {
    margin: 0 0 0 21%;
}
.giveLogos {
    float: left;
    width: 20%;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.site-content th.gigpress-heading,
.site-content tr.gigpress-tour td {
    background-color: rgba(255, 255, 255, 0.2);
}

.gigpress-table {
	font-family:Oswald, sans-serif;
	 text-transform: uppercase;
}
.page tr.gigpress-tour td a,
.page .gigpress-table a,
.page tr.gigpress-tour td a.gigpress-tickets-link{
	color:#eec119
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
    border-top: 2px solid #666;
    font-size: 12px;
    margin: 40px 0 10px;
    padding: 10px 0;
}
/*--------------------------------------------------------------
## woocommerce
--------------------------------------------------------------*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: transparent;
    border: 1px solid #eec119;
    border-radius: 0;
    color: #eec119;
    font-size: 14px;
	padding: 0.3em 0.5em;
    text-transform: uppercase;
}
.woocommerce ul.products li.product h3 {
    font-size: 1.2em;
    margin: 0;
    padding: 0.5em 0 0;
}
.woocommerce ul.products li.product .button {
    margin-top: 5px;
}
.woocommerce ul.products li.product .price {
    font-size: 1em;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: transparent;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #eec119;
}
#tab-additional_information > h2,
#tab-description > h2 {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 0 none;
    bottom: 0;
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border-bottom-left-radius: 0;
    border-width: 0;
    box-shadow: none;
    right: 0;
}
.woocommerce .woocommerce-message {
    border-top-color: #eec119;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: rgba(255, 255, 255, 0.6);
    border: 0 none;
	border-radius: 0;
}
.widget.woocommerce.widget_shopping_cart {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #666;
    padding: 3%;
}
.woocommerce-cart .content-area,
.woocommerce-checkout .content-area {
    float: left;
    width: 100%;
}
.woocommerce-checkout #payment {
    background: #000 none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 5px;
}
@media screen and (min-width: 801px) and (max-width: 920px) {
	.site-title {
    margin-top: 40px;
}
}
@media screen and (max-width: 800px) {
	.potr_logo {
    display: block;
    position: static;
    right: 0;
    text-align: center;
    top: 0;
}
.site {
    padding: 0 4%;
}
.site-title {
    font-size: 36px;
    line-height: 1;
    margin: 10px 0;
    padding: 0;
    text-align: center;
}
.main-navigation ul {
    margin: 0;
    text-align: center;
}
.main-navigation li {
    display: inline-block;
    float: none;
    line-height: 1;
    position: relative;
}
.woocommerce-page .content-area,
.category .content-area, .home .content-area,
.woocommerce .widget-area,
.widget-area {
	
	float:none;
	width: 100%;
}
.giveLogos {
    float: left;
    width: 30%;
}
#giveWrapper > p {
    margin: 0 0 0 31%;
}
}
@media screen and (max-width: 580px) {
	.menu-toggle {
    display: block;
    font-family: Oswald;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 6px;
    text-transform: uppercase;
    width: 100%;
}
	.main-navigation ul {
		display: none;
	}
	.xxxsite-content {
    padding: 0;
}
.main-navigation li {
	display: block;
	border-bottom: 1px solid;
	padding: 6px 0;
}
.main-navigation li:last-child {
    border-bottom: 0px solid;
}
.giveLogos > img {
    float: none !important;
}
.giveLogos {
    clear: both;
    display: block;
    float: none;
    width: 100%;
	text-align:center;
}
#giveWrapper > p {
    margin: 0;
	text-align:center;
}
.gigpress-table {
	font-size:12px;
	font-family:Oswald, sans-serif;
	 text-transform: uppercase;
}
}