<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Electric Swing Circus (ESC)
Description: Custom Theme for Electric Swing Circus (ESC).
Author: 1UPDesign
Author URI: http://1updesign.org/
Version: 1.0
*/

* {
	font-family:'league-gothic';
	color:#BFBFBF;
	letter-spacing: 1.2px;
}

body {
	background-color: #BFBFBF;
}

.content-wrap {
	min-height: 32em;
}

pre {
	background-color: green;
}

#header {

}

a {
	text-decoration: none;
	color:#322250;
	font-family:'DIN Next W01 Medium';
	font-weight: bold;
}

h1 {
	font-size:1.25em;
}

hr {
	color: #322250;
	background-color: #322250;
	border: 1px solid #322250;
	margin-top: 1em;
	margin-bottom: 1em;
}

p, span, strong, b, span acronym {
	font-family:'DIN Next W01 Medium';
	line-height: 1.4em;
	letter-spacing: 0.75px;
	color:#BFBFBF;
}

.content-wrap p {
	color:#322250;
}

#navigation {
	text-transform: uppercase;
	background-color: #0D1A2F;
	font-size:1.25em;
	padding:1em;
	overflow:auto;
}

#navigation li {
	list-style: none;
	display: inline-block;
	float: left;
	/*margin-right: 2em;*/
	text-align: center;
}

#navigation li a {
	color:#BFBFBF;
	font-weight: normal;
	font-family:'league-gothic';
}

#navigation li.current_page_item {
	text-decoration: underline;
}

#banner {
	background-color:#332051;
}

#banner img {
	width:875px;
	margin:auto;
	display:block;
}

.dark-grey {
	background-color: #242325;
}

.blue {
	background-color: #312049;
}

.blue h1,
.blue p {
	color:#BFBFBF !important;
}

.blue {
	border: 1px solid #BFBFBF;
}

/* Home */

#logo {
	background-image: url('assets/images/bg.png');
	background-position: center center;
	height: 393px;
}

#logo img {
	width:492px;
	margin: auto;
	display: block;
	position: relative;
	top: 60px;
}

#social-media-links {
	text-align: center;
	margin-top: 2em;
}

#social-media-links img {
	padding-right:1em;
}

#mailing-list-form  {
 	width: 355px;
	margin: auto;
	padding-bottom: 1em;
}

#mailing-list-form label {
	color: #312049;
	text-transform: uppercase;
	font-size: 1.25em;
	float: left;
	padding-top: 9px;
	padding-right: 10px;
}

#mailing-list-form input[type='text'] {
	color: #312049;
	text-transform: uppercase;
	font-size: 1.25em;
	border: 3px solid #312049;
	padding: 2px 8px;
	width: 160px;
	padding-bottom: 0px;
	float: left;
	margin-right: 10px;
}

#mailing-list-form input[type='submit'],
#mc_signup_submit {
	background-color: #312049;
	color: #BFBFBF;
	font-size: 1.25em;
	text-transform: uppercase;
	display: block;
	border: 2px solid #312049;
	padding: 0 5px;
	height: 32px;
	position: relative;
	top: 2px;
	width:65px;
}

#mailing-list-form ::-webkit-input-placeholder{
	color:#312049;
}

#mailing-list-form :-moz-placeholder {
	color:#312049;
}

#mailing-list-form ::-moz-placeholder {
	color:#312049;
}

#mailing-list-form :-ms-input-placeholder {
	color:#312049;
}

	#mc_display_rewards {
		display: none !important;
	}

#live-shows {
	padding:2em 0em;
}

table#events {
	width:100%;
}

table#events td {
	font-size:1.25em;
	color:#BFBFBF;
	text-transform: uppercase;
	padding:1em;
}

table#events tr {
	border-bottom: 2px solid #BFBFBF;
}

#videos {
	padding-top: 0.5em;
	overflow: auto;
}

.cycle-slideshow {
	padding-bottom: 1em;
}

#adv-custom-pager {
	position: relative;
}

#adv-custom-pager-wrap {
	padding-bottom: 1em;
	width: 870px;
	overflow: hidden;
	white-space: nowrap;
	margin: auto;
	float: left;
	margin-left:20px;
}

.adv-custom-pager-nav {
	margin-top: 78px;
}

#adv-custom-pager a {
	padding-right: 15px;
}

/* Page */

.content-wrap p,
.content-wrap h1,
.content-wrap span,
span acronym,
.content-wrap strong,
.content-wrap b {
	color:#322250;
}

.content-wrap h1 {
	font-size: 2em;
	text-transform: uppercase;
	padding-top: 1em;
}

#no-hr {
	margin-bottom: 0.5em;
}

/* Contact */

.columns {
	columns:100px 2;
	-webkit-columns:100px 2; /* Safari and Chrome */
	-moz-columns:100px 2; /* Firefox */
	margin-bottom: 1em;
}

/* News Archive */

.news-article {
	padding:1em;
	clear:both;
}

.news-article img {
	margin-bottom: 2em;
}

.news-article h1 {
	padding-top: 0;
	margin-bottom: 0.5em;
}

/* Footer */

#footer {
	background-color: #0D1A2F;
	font-size: 1.2em;
	padding:1em 0;
	padding-bottom:2em;
}

#footer .container {
	width:800px;
}

#footer li {
	list-style: none;
	float: left;
	margin-right: 0.75em;
}

#footer li a {
	font-family:'league-gothic';
	color:#BFBFBF;
	font-weight: normal;
}

#footer-social-media-links {
	float:left;
	margin-right: 1em;
}

#footer-social-media-links img {
	margin-right: 10px;
}
</pre></body></html>