/*
Theme Name: Atlanta Pride
Theme URI: http://www.southernwebgroup.com/
Author: Southern Web Group
Author URI: http://www.southernwebgroup.com/
Description: 2013 Redesign of Atlanta Pride
Version: 2013
*/


/* =Reset
-------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{background:#fff}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{font-weight:normal;text-align:left}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:hover,a:active{outline:0}a img{border:0}body,button,input,select,textarea{color:#404040;font-family:sans-serif;font-size:16px;font-size:1.6rem;line-height:1.5}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em; clear:both;}p{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}dt{font-weight:bold}dd{margin:0 1.5em 1.5em}b,strong{font-weight:bold}dfn,cite,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;font-size:15px;font-size:1.5rem;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}sup,sub{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:bold}img{height:auto;max-width:100%}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{border:1px solid #ccc;border-color:#ccc #ccc #bbb #ccc;border-radius:3px;background:#e6e6e6;box-shadow:inset 0 1px 0 rgba(255,255,255,0.5),inset 0 15px 17px rgba(255,255,255,0.5),inset 0 -5px 12px rgba(0,0,0,0.05);color:rgba(0,0,0,.8);cursor:pointer;-webkit-appearance:button;font-size:12px;font-size:1.2rem;line-height:1;padding:.6em 1em .4em;text-shadow:0 1px 0 rgba(255,255,255,0.8)}button:hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{border-color:#ccc #bbb #aaa #bbb;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)}button:focus,html input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button:active,html input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active{border-color:#aaa #bbb #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="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="email"],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="password"]:focus,input[type="search"]:focus,textarea:focus{color:#111}input[type="text"],input[type="email"],input[type="password"],input[type="search"]{padding:3px}textarea{overflow:auto;padding-left:3px;vertical-align:top;width:98%}

/* ----- Links ----- */

body {
	font: 300 14px/1.5em "Helvetica Neue", Helvetica, sans-serif;
	color: #444;
	background: #e6e6e6;
}

a {
	color: #21759b;
	text-decoration: none;
}

a:visited {
	color: #21759b;
}

a:hover,
a:focus,
a:active {
	color: #21759b;
	text-decoration: underline;
}

/* ----- Base Classes ----- */

.clearfix:before,.clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }

.clear {
	clear: both;
}

.hide {
	display: none;
}

.inner-wrap {
  width: 100%;
  left: 0;
  background: #e9e9e9;
}

.container {
	max-width: 960px;
	*width: 960px;
	margin: 0 auto;
}

.content-area {
	float: right;
	margin: 0 0 0 -28%;
	width: 100%;
}

.page-template-page-full-width-php .content-area {
	float: none;
	margin: 0 0 0 0;
}

.page-template-page-full-width-php .site-content {
	margin: 0 0 0 0;
}

.site-content {
	margin: 0 0 0 28%;
}

.site-main #secondary {
	float: left;
	overflow: hidden;
	width: 28%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

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

.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-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 */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Site Header
----------------------------------------------- */

#page {
	z-index: 10;
	position: relative;
}

.site-header {
	background: url(ui/bg_noise.gif) repeat #282a2d;
	border-bottom: 1px solid #111;
}

.site-title {
	width: 250px;
	height: 140px;
	float: left;
}

.site-title a {
	text-indent: -9999px;
	overflow: hidden;
	background: url(ui/atl-pride-logo-2016.png) no-repeat transparent 0 7px;
	display: block;
	width: 250px;
	height: 120px;
}

.hidden-desktop {
	display: none;
}

@media screen and (min-width: 960px) {

	/* Menu
	----------------------------------------------- */

	.site-header .container {
		position: relative;
	}

	#menu-top {
		float: right;
		position: absolute;
		top: 0;
		right: 0;
		font-family: 'Oswald', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}

	#menu-top li {
		display: inline;
		float: left;
	}

	#menu-top li a {
		color: #111;
		display: block;
		text-decoration: none;
		padding: 5px 12px;
		background: #ccc;
	}

	#menu-top li.menu-item-left a {
		border-radius: 0px 0px 0px 6px;
		border-right: 1px solid #999;
	}
	
	#menu-top li.menu-item-center a {
		border-right: 1px solid #999;
	}

	#menu-top li.menu-item-right a {
		border-radius: 0px 0 6px 0;
	}

	.navigation-main {
		width: 680px;
		float: right;
		margin: 50px 0 0 0;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		background: #363636;
	}

	.navigation-main ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}

	.navigation-main li {
		float: left;
		position: relative;
	}

	.navigation-main a {
		display: block;
		background: #363636;
		text-decoration: none;
		font-size: 1.1em;
		padding: 0 17px;
		line-height: 40px;
		font-family: 'Oswald', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		color: #eee;
	}

	.lt-ie9 .navigation-main a {
		padding: 0 15px;
	}

	.navigation-main li.menu-item-home a {
		border-radius: 6px 0px 0px 6px;
		-webkit-border-radius: 6px 0px 0px 6px;
		-moz-border-radius: 6px 0px 0px 6px;
	}

	.navigation-main a:hover {
		background: #222;
	}

	.navigation-main ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		display: none;
		float: left;
		position: absolute;
			top: 40px;
			left: 0;
		z-index: 99999;
		background: #222;
		border-bottom: 3px solid #353535;
	}
	.navigation-main ul ul ul {
		left: 100%;
		top: 0;
	}
	.navigation-main ul ul a {
		width: 160px;
		background: #222;
		text-transform: none;
		line-height: 32px;
		font-size: 1em;
		font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
		font-weight: normal;
	}
	.navigation-main ul ul li {
	}
	.navigation-main li:hover > a {
		background: #222;
	}
	.navigation-main ul ul :hover > a {
		background: #333;
	}
	.navigation-main ul ul a:hover {
	}
	.navigation-main ul li:hover > ul {
		display: block;
	}
	.navigation-main li.current_page_item a,
	.navigation-main li.current-menu-item a {
	}

	/* Small menu */
	.toggle-container {
		display: none;
		cursor: pointer;
	}

}



/* Front Page
----------------------------------------------- */

#slider {
	margin: 0 0 1em 0;
}

#slider .flexslider {
	margin-bottom: 0;
}

.metaslider .caption-wrap {
	text-transform: uppercase;
	font-family: 'Arbutus Slab', serif;
	font-weight: 400;
	font-size: 1.6em;
	text-shadow: 1px 1px rgba(0,0,0,.80);
	color: #fff;
	padding: 1em 0;
	text-align: center;
	display: block;
	word-spacing: 5px;
}

/* Content
----------------------------------------------- */

.site-main {
	padding: 1em 0 0 0;
}

.site-content h1 {
	font-size: 1.8em;
	line-height: 1.5em;
	color: #111;
	text-transform: uppercase;
	font-family: 'Oswald', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 700;
	word-spacing: 5px;
}

.site-content h2 {
	font-size: 1.6em;
	margin: 0 0 .75em 0;
	font-family: 'Oswald', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 700;
	color: #333;
	word-spacing: 5px;
}

.site-content h3 {
	font-size: 1.4em;
	margin: 0 0 .75em 0;
	font-family: 'Oswald', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 700;
	color: #444;
	text-transform: uppercase;
	word-spacing: 5px;
}

.site-content h4 {
	font-family: 'Oswald', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 700;
	font-size: 1.3em;
	margin: 0 0 .75em 0;
	word-spacing: 5px;
}

.site-content h5, .site-content h6 {
	font-family: 'Oswald', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	margin: 0 0 .75em 0;
	color: #222;
	word-spacing: 3px;
}

.site-content h1 a,
.site-content h2 a,
.site-content h3 a,
.site-content h4 a {
	color: #444;
	text-decoration: none;
}

#primary h2.ai1ec-calendar-title {
	color: #333 !important;
}

.site-main ol.vcalendar {
	margin: 0 0 0 0;
	padding: 1em 1em 0 1em;
}

.site-main .tribe-events-widget-link {
	margin: 0 0 0 0;
	padding: 1em;	
}

.site-main .tribe-events-adv-list-widget ol li {
	margin-bottom: 1em;
}

.site-content ul li {
	list-style: square;
}

.site-content a {
	font-weight: bold;
}

.page .entry-header {
	padding: 0 0 .6em 0;
	border-bottom: 2px solid #333;
}

.entry-header-banner {
	padding: 0 0 0 0;
	position: relative;
	border-bottom: 0;
}

.page .entry-header-banner {
	padding: 0 0 0 0;
	position: relative;
	border-bottom: 0;
}

.entry-header h1 a {
	color: #333;
}

.entry-header h1 a {
	text-decoration: none;
}

.type-post .entry-header-banner h1 a {
	color: #fff;
}

.type-post .entry-header-banner h1 a:hover {
	color: #ddd;
}

.entry-header-banner h1 {
	background: #333;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDg3OTY0Q0JBMzdGMTFFMjk3QkFFMzYxNDM2NENGMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDg3OTY0Q0NBMzdGMTFFMjk3QkFFMzYxNDM2NENGMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEODc5NjRDOUEzN0YxMUUyOTdCQUUzNjE0MzY0Q0YwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEODc5NjRDQUEzN0YxMUUyOTdCQUUzNjE0MzY0Q0YwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtioFcEAAAAPSURBVHjaYmBgYDgDEGAAANEAzVtoW4UAAAAASUVORK5CYII=') repeat;
	position: absolute;
	bottom: 25%;
	left: 0;
	padding: 12px 25px;
	color: #fff;
	min-width: 30%;
	border-bottom: 2px solid #a000c0;
}



.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.single-ai1ec_event .entry-content {
	margin: 0 0 0 0;
}

.widget p.ai1ec-no-results {
	padding: 15px 8px;
}

.entry-date {
	font-weight: bold;
}

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

.nav-flickrps-next, .nav-previous {
	float: left;
	text-align: left;
}

.nav-flickrps-prev, .nav-next {
	float: right;
	text-align: right;
}

.site-content table td.time {
	width: 30%;
}

.site-content table td {
	padding: 3px 5px;
}

a.btn {
	display: block;
	padding: 9px 12px;
	background: #333;
	border: 2px solid #111;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: bold;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 1.3em;
	margin: 8px 0;
}

a.btn:hover {
	background: #404040;
}

.heading-color {
	display: block;
	padding: 7px 12px;
	background: #fff;
	border-bottom: 2px solid #111;
	color: #333;
	text-decoration: none;
}

.heading-color.purple {
	border-bottom-color: #a000c0;
}

.heading-color.pink {
	border-bottom-color: #ff0099;
}

.heading-color.blue {
	border-bottom-color: #0433ff;
}

.heading-color.green {
	border-bottom-color: #008f00;
}

.heading-color.yellow {
	border-bottom-color: #fffb00;
}

.heading-color.orange {
	border-bottom-color: #ff9300;
}

.heading-color.red {
	border-bottom-color: #ff2600;
}

ul.sponsor-loop {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

ul.sponsor-loop li {
	margin: 0 1% 10px 1%;
	padding: 0 0 0 0;
	list-style: none;
	display: inline;
	float: left;
	width: 31%;
}

ul.sponsor-loop li.hide {
	display: none;
}

ul.sponsor-loop li.clear {
	width: 100%;
	float: none;
	clear: both;
	display: block;
	margin: 0 0 0 0;
}

ul.sponsor-loop li img {
	height: auto;
	max-width: 100%;
	width: 214px\9; /* ie8 and earlier */
}

.single .ai1ec-post_thumbnail {
	display: none;
}


/* Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {

}

/* Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1em 0;
}

.widget select {
	max-width: 100%;
}

.widget img.random-sponsor {
	margin: 0 auto;
	display: block;
}

.lt-ie9 .widget img.random-sponsor {
	width: 210px;
	height: 162px;
}

#secondary .sponsor-wrap {
	background: #fff;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
}

.widget_search .submit {
	display: none;
}

.widget ul.dpe-flexible-posts {
	margin: 0 0 0 0;
	list-style: none;
}

.widget ul.dpe-flexible-posts li {
	margin: 0 0 0 0;
	padding: 8px;
	list-style: none;
	clear: both;
}

.widget ul.dpe-flexible-posts li img {
	width: 60px;
	height: 60px;
	float: left;
	margin: 0 .5em .5em .5em;
}

.widget ul.dpe-flexible-posts li h4 {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	padding: .5em 0 0 0;
}

.front-widget-area {
	margin: 0 0 1em 0;
}

.front-widget-area aside.widgets-count-4 {
	width: 25%;
	float: left;
}

.front-widget-area aside.widgets-count-3 {
	width: 33.3%;
	float: left;
}

.front-widget-area aside.widgets-count-2 {
	width: 50%;
	float: left;
}

.front-widget-area aside.widgets-count-1 {
	width: 100%;
	float: none;
}

.front-widget-area .widget .inner {
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 3px;
	font-size: 13px;
	line-height: 1.35em;
	font-weight: 400;
	color: #555;
}

.widget h3 {
	text-align: center;
	color: #333;
	text-transform: uppercase;
	font-family: 'Oswald', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 700;
	line-height: 2.3em;
	font-size: 1.4em;
	border-bottom: 2px solid #ff0000;
}

.front-widget-area .widget-2 h3 {
	border-bottom-color: #008000;
}

.front-widget-area .widget-3 h3 {
	border-bottom-color: #ffff00;
}

.front-widget-area .widget-4 h3 {
	border-bottom-color: #0000ff;
}

.front-widget-area .widget .inner > div {
	padding: 8px 12px;
}


.front-widget-area .widget_ai1ec_agenda_widget .inner > div {
	padding: 0 0 12px 0;
}

#secondary .widget h3 {
	border-bottom: 2px solid #333;
	border-radius: 10px 10px 0 0;
	background: #fff;
}

#secondary .widget {
	margin-right: 15px;
}

#secondary .widget-1.widget_text {
	margin-bottom: 0;
}

.widget_sp_image img {
	max-width: 100% !important;
	height: auto !important;
}

/* Infinite Scroll
----------------------------------------------- */

.infinite-scroll .navigation-paging,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

/* Footer
----------------------------------------------- */


.site-footer {
	clear: both;
	width: 100%;
	background: url(ui/bg_footer.png) repeat-x top center #282a2d;
	color: #666;
	padding: 7px 0 0 0;
	font-weight: 400;
}

.site-footer .column {
	width: 24%;
	margin: 0 1% 0 0;
	float: left;
	padding: 1.5em 0 0 0;
}

.site-footer .column.copyright p {
	padding: 1.5em 0 0 0;
	font-size: 12px;
}

.site-footer .contact {
	margin: 1em 0 0 0;
}

.site-footer .contact .tel {
	font-weight: bold;
	color: #fff;
}

.site-footer .contact .tel a {
	color: #fff;
	text-decoration: none;
}

.site-footer .inner {
	clear: both;
	width: 100%;
	background: url(ui/bg_noise.gif) repeat #282a2d;
	min-height: 120px;
}

.site-footer h4 {
	color: #fff;
	font-size: 1.05em;
	font-weight: bold;
}

.site-footer ul.social-btns {
	margin: 0 0 0 0;
	width: 124px;
}

.site-footer .social-btns li {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	display: inline;
	float: left;
}

.site-footer .social-btns li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(ui/icon_social.png) no-repeat transparent;
	width: 32px;
	height: 32px;
}

.site-footer .social-btns li.facebook a:hover {
	background-position: 0 -32px;
}

.site-footer .social-btns li.twitter a {
	background-position: -46px 0;
}

.site-footer .social-btns li.twitter a:hover {
	background-position: -46px -32px;
}

.site-footer .social-btns li.flickr a {
	background-position: -92px 0;
}

.site-footer .social-btns li.flickr a:hover {
	background-position: -92px -32px;
}

.site-footer .attribution {
	text-align: center;
	font-size: 13px;
	color: #666;
}

.site-footer .attribution a {
	color: #666;
}

/* Responsive Elements
----------------------------------------------- */

@media screen and (max-width: 959px) {

	.hidden-desktop {
		display: block;
	}

	.site-header {
		background: #111;
		border-bottom: 0;
	}

	.site-title {
		height: 110px;
		width: 150px;
		margin: 0 auto;
		float: none;
	}

	.site-title a {
		background: url(ui/atl-pride-logo-2015-white.png) no-repeat transparent 0 13px;
		background-size: 150px 84px;
		display: block;
		width: 180px;
		height: 100px;
	}

	#menu-top {
		display: none;
	}

	.toggle-container {
		display: block;
		margin-bottom: 0;
	}

	.navigation-main ul {
		display: none;
	}

	.navigation-main {
		  clear: both;
		  margin-top: 0;
		  margin-bottom: 2.618em;
		  width: 80%;
		  left: -80%;
		  position: absolute;
		  top: 0;
		  height: 100%;
		  z-index: 99999;
		  background: #2b2b2b;
	}

	.navigation-main .menu {
		padding: 0 0 15px 0;
		margin: 0 0 0 0;
	}

	.navigation-main ul.menu li {
		list-style: none;
		display: block;
		margin: 0 0 0 0;
	}

	.navigation-main ul.menu li > ul {
		margin: 0 0 0 0
	}

	.navigation-main .menu a {
	  color: #eee;
	  display: block;
	  line-height: 2em;
	  font-weight: bold;
	  text-transform: uppercase;
	}

	.navigation-main ul.menu li a {
		padding: 0 15px 0 15px;
		border-bottom: 1px solid #222;
		border-top: 1px solid #303030;
	}

	.navigation-main ul.menu li li a {
		padding: 0 15px 0 35px;
	}

	.navigation-main ul.menu li li li a {
		padding: 0 15px 0 45px;
	}

	.navigation-main ul.menu li li li a {
		padding: 0 15px 0 55px;
	}

	.navigation-main .menu a:hover {
		text-decoration: none;
	}

	.navigation-main .menu a:hover {
		background: #202020;
		border-top: 1px solid #191919;
	}

	.nav-toggle {
		color: #fff;
		padding: 6px 0;
		width: 85px;
		height: 85px;
		font-size: 2em;
		position: absolute;
		text-indent: -9999px;
		overflow: hidden;
		background: url(ui/icon_menu.png) no-repeat 26px 26px transparent;
		background-size: 36px 36px;
		-webkit-background-size: 36px 36px;
		font-family: sans-serif;
	}

	a.nav-toggle:hover {
		text-decoration: none;
		color: #ddd;
	}

	.show-nav .navigation-main ul {
		display: block;
	}

	.show-nav .inner-wrap {
	  left: 80%;
	  -webkit-backface-visibility: hidden;
	  -webkit-border-radius: 0.618em;
	  -moz-border-radius: 0.618em;
	  border-radius: 0.618em;
	  -webkit-transition: left ease 0.4s;
	  -moz-transition: left ease 0.4s;
	  -o-transition: left ease 0.4s;
	  transition: left ease 0.4s;
	}
	.csstransforms3d.csstransitions .navigation-main {
	  left: 0;
	  -webkit-transform: translate3d(-100%, 0, 0);
	  -moz-transform: translate3d(-100%, 0, 0);
	  -ms-transform: translate3d(-100%, 0, 0);
	  -o-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	  -webkit-backface-visibility: hidden;
	  -moz-backface-visibility: hidden;
	  -ms-backface-visibility: hidden;
	  -o-backface-visibility: hidden;
	  backface-visibility: hidden;
	}
	.csstransforms3d.csstransitions .inner-wrap {
	  left: 0 !important;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  -webkit-transition: -webkit-transform 200ms ease;
	  -moz-transition: -moz-transform 200ms ease;
	  -o-transition: -o-transform 200ms ease;
	  transition: transform 200ms ease;
	  -webkit-backface-visibility: hidden;
	  -moz-backface-visibility: hidden;
	  -ms-backface-visibility: hidden;
	  -o-backface-visibility: hidden;
	  backface-visibility: hidden;
	}
	.csstransforms3d.csstransitions .show-nav .navigation-main {
	  -webkit-transform: translate3d(-100%, 0, 0);
	  -moz-transform: translate3d(-100%, 0, 0);
	  -ms-transform: translate3d(-100%, 0, 0);
	  -o-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0);
	}
	.csstransforms3d.csstransitions .show-nav .inner-wrap {
	  -webkit-transform: translate3d(80%, 0, 0);
	  -moz-transform: translate3d(80%, 0, 0);
	  -ms-transform: translate3d(80%, 0, 0);
	  -o-transform: translate3d(80%, 0, 0);
	  transform: translate3d(80%, 0, 0);
	  -webkit-transform-origin: 50% 0%;
	  -moz-transform-origin: 50% 0%;
	  -ms-transform-origin: 50% 0%;
	  -o-transform-origin: 50% 0%;
	  transform-origin: 50% 0%;
	}

	.site-main {
		padding: 0 0;
	}

	.front-widget-area aside.widgets-count-4,
	.front-widget-area aside.widgets-count-3,
	.front-widget-area aside.widgets-count-2 {
		width: 50%;
	}

	.content-area {
		float: none;
		margin: 0 0 0 0;
		width: 100%;
	}

	.content-area .entry-content,
	.content-area .entry-meta,
	.content-area .sponsor-levels {
		width: 94%;
		margin: 1em 3%;
	}

	.entry-header,
	.page .entry-header {
		padding: 1em 0;
	}

	.entry-header .entry-title {
		padding: 0 1em;
	}

	.entry-header-banner,
	.page .entry-header-banner {
		width: 100%;
		padding: 0 0;
	}

	.entry-header-banner h1.entry-title {
		font-size: 1.4em;
		padding: 12px 25px;
	}

	.site-main #secondary {
		float: none;
		margin: 0 3% 0 3%;
		width: 94%;
	}

	#secondary .widget {
		margin-right: 0;
	}

	.site-footer .column {
		width: 49%;
	}

	.site-footer .container {
		width: 94%;
	}

	.site-footer .column.contact {
		margin: 0 0 0 0;
	}

	.site-content {
		margin: 0 0 0 0;
	}
}

@media screen and (min-width: 780px) and (max-width: 959px) {
	.entry-header,
	.page .entry-header,
	.entry-header-banner,
	.page .entry-header-banner,
	.site-main #secondary,
	.content-area .entry-content,
	.content-area .entry-meta,
	.content-area .sponsor-levels,
	.site-footer .container {
		width: 760px;
		margin: 0 auto;
	}

	.content-area .entry-content {
		margin: 1.5em auto 1.5em auto;
	}
}

@media screen and (min-width: 761px) and (max-width: 779px) {
	.entry-header-banner,
	.page .entry-header-banner {
		width: 100%;
	}

	.entry-header-banner img {
		width: 100%;
	}
}

@media screen and (min-width: 600px) and (max-width: 959px) {
	#secondary .widget {
		width: 48%;
		margin: 1.5em 1%;
		float: left;
	}
}

@media screen and (max-width: 641px) {

	#page .ai1ec-popup-summary {
		display: none !important;
		visibility: hidden !important;
	}

	.site-title {
		height: 84px;
		width: 125px;
		margin: 0 auto;
		float: none;
	}

	.site-title a {
		background: url(ui/atl-pride-logo-2015-white.png) no-repeat transparent 0 8px;
		background-size: 125px 70px;
		display: block;
		width: 125px;
		height: 84px;
	}

	.nav-toggle {
		background: url(ui/icon_menu.png) no-repeat 20px 20px transparent;
		background-size: 28px 28px;
		-webkit-background-size: 28px 28px;
		height: 65px;
	}

	.metaslider .caption-wrap {
		font-size: 1.2em;
	}

	.front-widget-area {
		width: 94%;
		margin: 0 auto 1em auto;
	}

	.front-widget-area img.random-sponsor {
		width: 65%;
		margin: 0 auto;
	}

    .front-widget-area aside.widgets-count-4,
	.front-widget-area aside.widgets-count-3,
	.front-widget-area aside.widgets-count-2 {
		width: 100%;
	}

	.site-footer {
		clear: both;
		width: 100%;
		background: url(ui/bg_footer_mobile.png) repeat top center #282a2d;
		padding: 3px 0 0 0;
	}

	.site-footer .column {
		padding: 0 0 0 0;
		text-align: center;
	}

	.site-footer .column table {
		width: 160px;
		margin: 0 auto;
	}

	.site-footer .column {
		width: 100%;
		margin: 0 0 0 0;
	}

	.site-footer .social-btns ul {
		margin: 1.5em auto;
		width: 124px;
	}

	.site-footer .social-btns ul li.flickr {
		margin-right: 0;
	}
}


