/*
	Theme Name: citytheme Theme
	Theme URI: http://my.studiopress.com/themes/citytheme/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Kimberly Norris
	Author URI: http://www.studiopress.com/
 
	Tags: black, orange, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 1.0.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Before Header
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
	- Content Area
		- Welcome Message
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after, .content-sidebar-wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1158b2;
	color: #fff;
}

::selection {
	background-color: #1158b2;
	color: #fff;
}

a {
	color: #2991CE;
	text-decoration: none;
}

a:hover {
	color: #1158b2;
}

.content a.more-link {
	color: #1158b2;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.content a.more-link:hover {
	color: #FF9900;
}

p {
	margin: 0 0 10px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1158b2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
	color: #333;
}

h4 {
	font-size: 20px;
	color: #FF9900;
	text-transform: uppercase;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
	color: #FF9900;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #666;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #ff9900;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 6px 10px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #1158b2;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin-top: 175px;
}

.citytheme-home .site-inner {
	margin: 0 auto 0;
	max-width: 1140px;
	z-index: 1;
}

.site-inner {
	margin: 10px auto 0;
	max-width: 1140px;
	z-index: 1;
}

.citytheme-landing .site-inner {
	max-width: 800px;
}

.site-inner {
	clear: both;
	padding-top: 0px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	padding-top: 20px;
	width: 720px;
	background: #fff;
}

.full-width-content .content-sidebar-wrap {
	background: none;
}

.content-sidebar-wrap {
	background: #fff url(images/bg.jpg) repeat-y top center;
	padding-bottom: 200px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Sidebar */

.sidebar {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #999;
	font-size: 16px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description {
	margin-bottom: 20px;
	font-size: 18px;
}

.author-description {
	display: none;
}

.author-box {
	background: #DCF2F8;
	margin-bottom: 20px;
	padding: 20px;
	font-size: 18px;
}

.author-box-title {
	color: #1755B8;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

.site-header .search-form {
	float: right;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.entry-title a,
.widget .widget-title a {
	color: #1158b2;
}

.entry-title a:hover {
	color: #F8981D;
}

.widget-title {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 24px;
	text-align: left;
	text-transform: uppercase;
}

.ps-container {
	margin-left: 450px;
}

.header-widget-area .widget-title {
	text-align: left;
}

.entry-title,
.welcome-message .widget-title {
	font-size: 30px;
	font-weight: 400;
}

.after-entry .widget-title {
	font-size: 24px;
}

.archive-title {
	color: #1158b2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 16px;
}

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	height: 80px;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 80px;
	border: 5px solid #fff;
}

.author-box-content {
	margin-left: 110px;
}

.entry-comments .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-bottom: 30px;
}

.alignright .avatar {
	margin-left: 24px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft, img.alignright {
	border: 10px solid #DCF2F8;
	}


a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

.homepage a.alignleft,
.homepage img.alignleft,
.homepage .wp-caption.alignleft {
	margin: 0px;
}

.wp-caption.alignleft, .wp-caption.alignright {
border: 10px solid #DCF2F8;
background: #DCF2F8;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
 	list-style-type: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	margin: 0 0 0 40px;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 24px;
	line-height: 1.2;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	box-shadow: none;
	margin-right: -4px;
	padding: 14px 24px 15px;
	width: 60%;
}

.after-entry .enews-widget input {
	border: none;
}

.sidebar .enews-widget input {
	margin-right: 0;
	padding: 12px 20px 15px;
}

.content .enews-widget input:focus {
	border: none;
}

.enews-widget input[type="submit"] {
	margin: 0;
	padding: 16px 24px 15px;
	width: auto;
}

.enews form + p {
	margin-top: 24px;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.latest-tweets .tweet-details a,
.latest-tweets .tweet-details a:visited {
	color: #999;
	font-size: 16px;
	text-decoration: none;
}

.latest-tweets .tweet-details a:hover {
	color: #333;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 5px 10px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Before Header
---------------------------------------------------------------------------------------------------- */

.before-header {
	line-height: 1;
	text-align: center;
}

.before-header .wrap {
	padding: 20px 0;
}

.before-header p {
	line-height: 1.625;
}

.before-header p:last-child {
	margin-bottom: 0;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #fff url(images/header_bg.jpg) repeat-x top center;
	height: 138px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999999999;
}

.site-header .wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.banner {
	margin: 0 auto 0px;
}

.banner .wrap {
	width: 1140px;
	margin: 0 auto 0px;
}

.home .banner {
	margin: 0 auto 7px;
}

.rslides_nav.prev {
	background: url(images/left.png) no-repeat top center;
	display: block;
	width: 60px;
	height: 60px;
	z-index: 9;
}

.rslides_nav.next {
	background: url(images/right.png) no-repeat top center;
	display: block;
	width: 60px;
	height: 60px;
	z-index: 9;
}


.highlight {
	background: #ffcc00;
	padding: 10px 20px;
	border-bottom: 4px solid #ff9900;
	margin: 0px auto 0px;
	color: #1158b2;
	width: 1140px;
	float: none;
}

/* Cities Menu Dropdown
--------------------------------------------- */

.city_list .selectbox {
  position: relative; 
  display: inline-block;
  *display: inline; 
  zoom: 1;
  border: 1px solid #eee;
  background: #fff;
  padding-left: 20px;
  padding-bottom: 4px;
  padding-top: 5px;
}

.city_list .selectbox select {
  z-index: 10; 
  position: relative;
  border: none; 
  background: none; 
  outline: none; 
  opacity: 0;
  height: 22px;
  -webkit-appearance: none; 
  filter: alpha(opacity=0);
}

.city_list .selecttext {
  z-index: 9;
  position: absolute;
  left: 5px;
  display: inline-block;
  *display: inline; 
  zoom: 1;
  padding-top: 0px;
  background: transparent;
  color: #666;
}

.city_list .select-arrow {
  background: url(images/caret.png) no-repeat 50% 50%;
  position: absolute;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 100%;
  width: 26px;
  top: 0;
  right: 0;
  border-left: 1px solid #d6d6d6; }


#search-3 {
	float: right;
	width: 180px;
	height: 30px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 2px;
}

#search-3 input {
	padding: 6px 10px 7px;
}


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: 22px;
	width: 450px;
	}

.site-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 0px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	display: block;
	width: 250px;
}

.site-description {
	display: none;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0px 0;
}

.header-image .site-title a {
	float: left;
	min-height: 100px;
	width: 100%;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 600px;
}

.nat-org {
	color: #1e5aaa; margin-top: 25px; margin-bottom: 5px; padding-bottom: 10px; line-height: 18px; width: 480px; float: right;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	background: #2991ce;
	clear: both;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	background: #2991ce;
	color: #fff;
	display: block;
	font-size: 15px;
	padding: 10px 10px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background: #fff;
	color: #2991ce;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	background: #2991ce;
	color: #fff;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	letter-spacing: 4px;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

/* Social Navigation Icons
--------------------------------------------- */
 
.facebook a {
	background: #2991ce url(images/facebook.png) top center no-repeat;
	font-size: 0px;
	display: block;
	width: 19px;
	height: 24px;
	margin: 0px 5px;
	padding: 15px;
	opacity: 1.0;
}

.facebook a:hover {
	background: #2991CE url(images/facebook.png) top center no-repeat;
	opacity: 0.5;
}
 
.twitter a {
	background: #2991CE url(images/twitter.png) top center no-repeat;
	font-size: 0px;
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 130px;
	padding: 15px;
	opacity: 1.0;
}

.twitter a:hover {
	background: #2991CE url(images/twitter.png) top center no-repeat;
	opacity: 0.5;
}

.rss a {
	background: #2991CE url(images/rss.png) top center no-repeat;
	font-size: 0px;
	display: block;
	width: 30px;
	height: 24px;
	margin: 0px;
	padding: 15px;
	opacity: 1.0;
}

.rss a:hover {
	background: #2991CE url(images/rss.png) top center no-repeat;
	opacity: 0.5;
}

.instagram a {
	background: #2991CE url(images/instagram.png) top center no-repeat;
	font-size: 0px;
	display: block;
	width: 30px;
	height: 24px;
	margin: 0px;
	padding: 15px;
	opacity: 1.0;
}

.instagram a:hover {
	background: #2991CE url(images/instagram.png) top center no-repeat;
	opacity: 0.5;
}

.pinterest a {
	background: #2991CE url(images/pinterest_icon2.png) top center no-repeat;
	font-size: 0px;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0px;
	padding: 15px;
	opacity: 1.0;
}

.pinterest a:hover {
	background: #2991CE url(images/pinterest_icon2.png) top center no-repeat;
	opacity: 0.5;
}

.googleplus a {
	background: #2991CE url(images/google.png) top center no-repeat;
	font-size: 0px;
	display: block;
	width: 30px;
	height: 24px;
	margin-left: 10px;
	padding: 15px;
	opacity: 1.0;
}

.googleplus a:hover {
	background: #2991CE url(images/google.png) top center no-repeat;
	opacity: 0.5;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: #2991ce;
	border-bottom: 4px solid #ff9900;
	position: fixed;
	top: 138px;
	left: 0px;
	width: 100%;
	z-index: 999999999;
}

.nav-primary .wrap {
	margin: 0 auto;
	max-width: 1140px;
}

/* Header Right Menu
--------------------------------------------- */

.header-widget-area .genesis-nav-menu a {
	color: #fff;
	font-size: 14px;
	padding: 10px 5px;
}

.header-widget-area .genesis-nav-menu a:hover, 
.header-widget-area .genesis-nav-menu a:active, 
.header-widget-area .genesis-nav-menu .current-menu-item > a  {
	color: #ff9900;
	background: none;
}

.header-widget-area .widget {
	margin-top: 15px;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-top: 10px;
}

#responsive-menu-icon::before {
	color: #333;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Welcome Message
--------------------------------------------- */

.homepage {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.homepage .post-meta {
	padding-top: 10px;
}


.homepage .widget {
	margin-bottom: 20px;
	display: block;
}

.homepage .widget:last-child {
	margin-bottom: 0;
}

.homepage .widget-title {
	text-align: left;
	text-transform: none;
}

.homepage img.alignleft {
	border: 10px solid #DCF2F8;
	margin: 0px 10px 70px 0px;
}

.homepage a.more-link {
	font-weight: normal;
	color: #2991CE;
}

.homepage a.more-link:hover {
	color: #1158B2;
}

.homepage .post-meta {
	float: left;
	font-size: 14px;
	margin-top: -10px;
	margin-left: 0px !important;
}

.homepage .post-info {
	font-size: 13px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #000;
	float: none;
}

.homepage .podcast h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	font-weight: normal;
}

.homepage h2 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px;
	font-weight: normal;
}

.homepage .entry, .homepage .page.page-template-page_blog-php .entry {
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.homepage h4 {
	font-size: 20px;
	color: #FF9900;
}

.homepage h3 {
	font-size: 18px;
	color: #1158b2;
	margin: 15px 0px 0px 0px;
}

.homepage li {
	list-style-type: disc;
	margin-left: 25px;
}

.nlposts-block-item {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.nlposts-block-item p {
	margin: 0px !important;
}

.nlposts-ulist-wtitle {
	display: none;
}

.nlposts-ulist-title a {
	color: #2991ce;
	font-size: 28px;
	line-height: 36px;
	margin-top: 0px;
}

.nlposts-ulist-title a:hover {
	color: ##1058B2;
	font-size: 28px;
	line-height: 36px;
}

.nlposts-ulist-thumbnail-litem a:hover {
	margin-top: 0px;
	border-color: #fff;
	box-shadow: none !important;
}

.nlposts-ulist-title h3 {
	margin-top: 0px;
}

.nlposts-ulist-excerpt {
	color: #666;
}

.nlposts-container, .nlposts-wrapper {
	margin: 0px !important;
	padding: 0px !important;
}


.nlposts-ulist ul {
	width: 100%;
}

.nlposts-ulist-litem {
	border-bottom: 1px solid #b8b8b8;
	padding: 0px;
	margin: 0px;
}

.nlposts-ulist li {
	list-style: none;
}

.nlposts-ulist .entry-content ul > li {
    list-style-type: none !important;
}

.nlposts-ulist-thumbnail-litem li {
	height: 130px;
}


.nlposts-ulist-container .nav li {
    margin-top: 0px;
    margin-left: 0px;
}

.nlposts-ulist-container .nlposts-ulist-thumbnail-litem a > img {
	float: left !important;
	border: 10px solid #dcf2f8 !important;
    margin: 0 10px 65px 0 !important;
    opacity: 1.0 !important;
}

.sidebar .entry, .sidebar .page.page-template-page_blog-php .entry {
	padding: 0px;
	margin: 0px;
	border: none;
}

.sidebar h2 {
	font-size: 16px;
	font-weight: normal;
	border: none;
}


#rss-2 {
	background: #065AAC;
	padding: 20px;
	float: left;
	display: block;
	width: 100%;
}

#rss-2 a {
	color:  #fff;
}

#rss-2 a:hover {
	color: #2991CE;
}

#rss-2 li {
	list-style-type: disc;
	color: #fff;
}

.nlposts-block-container .nlposts-block-item {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: 0px;
    width: 100% !important;
}

.page-id-2612 .entry-title {
	display: none;
}


/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog-php .entry {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.content .entry:last-of-type,
.page.page-template-page_blog-php .entry:last-of-type {
	border: medium none;
	margin: 2%;
}

.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 0px;
	padding: 0;
}

.page.citytheme-landing .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	color: #999;
	font-size: 16px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "/";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget-title {
	text-align: left;
	text-transform: none;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

.after-entry li {
	margin-bottom: 6px;
}


/* Pagination
--------------------------------------------- */

.pagination {
	overflow: hidden;
	padding: 0px 0;
}

.archive-pagination {
	margin-bottom: 0px;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #eee;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #1158b2;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.entry-comments .comment,
.entry-comments .comment-reply,
.ping-list {
	margin-bottom: 40px;
}

.entry-comments .comment,
.ping-list {
	border-bottom: 1px solid #ddd;
}

.ping-list {
	padding-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

p.comment-meta,
p.form-submit {
	margin-bottom: 20px;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #fff;
	font-size: 16px;
	padding: 20px 20px;
}

.sidebar h4 {
	color: #fff;
	text-transform: uppercase;
}

.sidebar a {
	color: #ffcc00;
}

.sidebar a:hover {
	color: #ff9900;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 30px;
}

.sidebar .simple-social-icons ul li a {
	padding: 15px !important;
}

.adkingprobanner {
	margin: 0 auto 0;
	width: 300px;
	float: none;
	clear: both;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.footer {
	background: url(images/footer_bg.png) no-repeat top center;
	max-height: 350px;
	padding-top: 150px;
	padding-bottom: 10px;
	margin-bottom: -100px;
}

.footer .widget {
	margin-top: 10px;
}

.site-footer {
	font-size: 16px;
	padding: 0px 0;
	text-align: center;
	margin-top: -200px;
	z-index: 9999999999;
	color: #fff;
}

.site-footer a {
	color: #ffcc00;
	padding-right: 10px;
}

.site-footer a:hover {
	color: #ff9900;
}

.site-footer p {
	color: #fff;
	margin-bottom: 0;
}

#menu-footer li {
	display: inline-block;
}


/* Bootcamp Styles */

table.easy-table {
    background-color: #DCF2F8 !important;
    padding: 20px !important;
}

.easy-table th, .easy-table td {
	border-bottom: 1px solid #55b1cd !important;
    line-height: 22px !important;
    padding: 15px 30px !important;
    vertical-align: top !important;
}

.easy-table th {
	color: #55b1cd !important;
}

.easy-table tbody tr:hover td, .easy-table tbody tr:hover th {
	background-color: #DCF2F8 !important;
}

.date {
	font-weight: bold;
	color: #55b1cd;
}


#city_image a {
	opacity: 1.0;
}

#city_image a:hover {
	opacity: 0.7;
}

/* Meetup List View Styles */


/* Meetup Styles */

.wpm-legend-title {
    display: none;
}

#mc {
	width: 100%;
	background: #DCF2F8;
	padding: 10px;
}

.wp-meetup-calendar {
	background: #DCF2F8;
	padding: 5px;
}

.wp-meetup-calendar-current {
	background: #DCF2F8;
	padding: 5px;
}

.wp-meetup-calendar .calendar-month td {
	width:14%;
	border: 1px solid #6ab7bf;
	vertical-align:top;
	padding: 5px;
	}
	
	.wpm-calendar-entry {
	min-height: 170px !important;
	}
	
	.calendar-week td {
	min-width:14%;
	border: 1px solid #6ab7bf;
	vertical-align:top;
	padding: 5px;
	}
	
	.calendar-month th {
	border: 1px solid #6ab7bf;
	vertical-align:top;
	padding: 5px;
	}	

.calender-content {
	font-size: 13px;
	font-weight: normal;
	margin-left: 40px;
}

.code {
	font-size: 14px;
	padding: 3px !important;
	margin: 3px 3px 0px 0px !important;
}

	.wpm-legend-item {
	font-size: 14px;
	font-weight: bold;
	}

.wp-meetup-calendar .calendar-month .calendar-week .wpm-day{position:relative}

.wp-meetup-calendar .calendar-month .calendar-week .wpm-day .widget-calendar-entry{position:absolute}

.wp-meetup-calendar .calendar-month .calendar-week .wpm-day .wpm-date{position:relative}

.wp-meetup-calendar .calendar-month .calendar-week .wpm-day .wpm-date .wpm-number-display{position:relative}	

.credit-line p{text-align:right}

.wp-meetup-calendar .calendar-week .wp-meetup-table-data a { color:#123123; }

.clear,.wpm-color-picker,.wp-meetup-options-page .one { clear:both; float:none; }

.meetup-backlink{
/*background: #DCF2F8 url(http://www.citydadsgroup.com/wp-content/uploads/2014/04/meetup_icon.png) no-repeat top center;
width:300px;
margin:5px;
padding-top: 120px;
margin-bottom:15px;
margin-right:15px;
float:left;*/
border: 1px solid #DCF2F8;
}

.meetup-backlink div{
	width:100% !important;
	padding:15px;
	}

.meetup-backlink h3{
	color: #1158B2;
	margin: 12px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	}
	

.meetup-backlink p{margin:auto 0}

.meetup-backlink .button-wrapper{text-align:center;margin:auto}

.meetup-backlink .button-wrapper .button{
	text-align:center;
text-decoration:none;
text-transform:capitalize;
background: #1158B2;
color: #fff;
}

.meetup-backlink .button-wrapper .button:hover{
	background: #FF9900;
	color: #fff;
}

.meetup-backlink .meetup-backlink-venue .meetup-backlink-map{width:100%}.meetup-backlink .meetup-backlink-venue .meetup-backlink-map a{width:100%}.entry-content .credit-line{text-align:right}.wp-meetup-options-page .one{width:100%}.wp-meetup-options-page .one-half{width:48%;float:left;padding:5px}.wp-meetup-options-page .one-third{width:32%;float:left;padding:5px}.wp-meetup-options-page .two-thirds{width:65%;float:left;padding:5px}.wp-meetup-options-page .clear,.wp-meetup-options-page .wpm-color-picker,.wp-meetup-options-page .one{clear:both;float:none}.wp-meetup-options-page .logo-wrap a{float:left;margin:5px}.wp-meetup-options-page .logo-wrap h3{float:left;margin:5px}.wp-meetup-options-page .meetup-options{padding:5px}.wp-meetup-options-page .meetup-options .limited-width{max-width:100px}.developer-options{background-color:rgba(255,255,255,0.3);padding:20px;border:solid 1px #c8c8c8;border-radius:10px}.meetup-event-list-month{border-bottom:2px solid black;margin-bottom:3px}.meetup-event-list-month h3{margin:0px}

	#key ul li {
	display: inline-block;
	margin-right: 20px;
	background: none;
	}

.widget-meetup-event-list-day{margin-bottom:8px}

.widget-meetup-event-list-day .widget-month-display{display:inline}.widget-meetup-event-list-day .wpm-number-display{display:inline}.widget-meetup-event-list-day .wpm-number-display:afer{content:" "}.widget-meetup-event-list-day .clear,.widget-meetup-event-list-day .wpm-color-picker,.widget-meetup-event-list-day .wp-meetup-options-page .one,.wp-meetup-options-page .widget-meetup-event-list-day .one{float:none;clear:both}.widget-area .widget .credit-line p{font-size:8px;font-size:0.5714rem;text-transform:capitalize}


.single-events .entry-meta {
	display: none;
}

.page-id-3294 .wp-meetup-calendar:nth-of-type(1), .page-id-511 .wp-meetup-calendar:nth-of-type(1), .page-id-146 .wp-meetup-calendar:nth-of-type(1), .page-id-115 .wp-meetup-calendar:nth-of-type(1), .page-id-53 .wp-meetup-calendar:nth-of-type(1) {
	display: none;
}

.page-id-646 .wp-meetup-calendar:nth-of-type(1), 
.page-id-646 .wp-meetup-calendar:nth-of-type(2), 
.page-id-646 .wp-meetup-calendar:nth-of-type(3) {
	display: none;
}

.wpm-current-date-display {
	display: none;
}

#pagination {
	width: 100%;
	text-align: center;
	margin: 0 auto 0;
}

#pagination .month {
	text-align: center;
	color: #74bdc8;
	width: 33.33333333%;
	float: left;
	font-size: 28px;
}

#pagination .next {
	float: right;
	width: 33.3333333%;
	text-align: right;
	text-transform: uppercase;
}

#pagination .previous {
	float: left;
	width: 33.33333333%;
	text-transform: uppercase;
	text-align: left;
}

#pagination .next a, #pagination .previous a {
	color: #3d96b4;
}

#pagination .next a:hover, #pagination .previous a:hover {
	color: #ff9900;
}

/* Meetup Mobile List View */

.m-list-view {
	display: none;
}


/*
Share Buttons
---------------------------------------------------------------------------------------------------- */
.page-template-default .shareaholic-canvas,
.page-template-page_blog-php .shareaholic-canvas {
	display:  none;
}

/*
Account Activation Pages
---------------------------------------------------------------------------------------------------- */

.activation .banner {
	display: none;
}

.activation .site-inner {
	min-height: 410px;
	padding-top: 40px;
}

.activation form {
    margin-top: 0em !important;
}

/*
WIT Widgets in Tabs
---------------------------------------------------------------------------------------------------- */

#widgets_in_tabs-5 {
	display: block;
	width: 100%;
	background: #fff;
	float: left;
	position: relative;
}

.homepage .widget {
	display: block !important;
	float: left !important;
	position: relative !important;
	width: 100% !important;
}

.wit-tab-title {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 5px;
	text-align: right !important;
	text-transform: uppercase;
    cursor: pointer;
    opacity: 1 !important;
    color: #333;
    padding: 0px 20px 5px 20px !important;
    height: 40px !important;
    transition: all 0.2s linear 0s;
    word-wrap: normal;
    border-bottom: 2px solid #F8981D;
    display: inline-block;
    }

.wit-tab-title.wit-selected {
	background: url(images/tab_arrow.png) no-repeat bottom center;
}


.wit-selected {
	color: #F8981D;
}

.wit-tab-title p {
	color: #666;
}

.wit-selected p, wit-selected .rssSummary {
	color: #666;
}

.homepage .has-post-thumbnail p {
	margin-left: 163px;
}


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* City Navy
--------------------------------------------- */

.city-navy .content-sidebar-wrap {
	background: #fff url(images/bg_navy.jpg) repeat-y top center;
	padding-bottom: 200px;
}

.full-width-content.city-navy .content-sidebar-wrap {
	background: #fff;
	padding-bottom: 200px;
}

.city-navy .sidebar a {
    color: #fff;
}

.city-navy .genesis-nav-menu a, .city-navy .genesis-nav-menu,
.city-navy .nav-primary, .city-navy  #rss-2
 {
	background: #29295D;
}

.city-navy .site-header {
	background: #fff url(images/header_bg_navy.jpg) repeat-x top center;
}

.city-navy .footer {
	background: url(images/footer_bg_navy.png) no-repeat top center;
}

.city-navy .nat-org {
	color: #fff;
}
 
.city-navy .facebook a {
	background-color: none;
	background: url(images/facebook.png) top center no-repeat;
	filter: grayscale(100%);
	filter:brightness(200%);
}

.city-navy .facebook a:hover {
	background-color: none;
	background: url(images/facebook.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);
}
 
.city-navy .twitter a {
	background-color: none;
	background: url(images/twitter.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);
}

.city-navy .twitter a:hover {
	background-color: none;
	background: url(images/twitter.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-navy .rss a {
	background-color: none;
	background: url(images/rss.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-navy .rss a:hover {
	background-color: none;
	background: url(images/rss.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-navy .instagram a {
	background-color: none;
	background: url(images/instagram.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-navy .instagram a:hover {
	background-color: none;
	background: url(images/instagram.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-navy .pinterest a {
	background-color: none;
	background: url(images/pinterest_icon2.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

	}

.city-navy .pinterest a:hover {
	background-color: none;
	background: url(images/pinterest_icon2.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-navy .googleplus a {
	background-color: none;
	background: url(images/google.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-navy .googleplus a:hover {
	background-color: none;
	background: url(images/google.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}



/* City Orange
--------------------------------------------- */

.full-width-content.city-orange .content-sidebar-wrap {
	background: #fff;
	padding-bottom: 200px;
}

.city-orange .sidebar a {
    color: #fff;
}

.city-orange .genesis-nav-menu a, .city-orange .genesis-nav-menu,
.city-orange .nav-primary
 {
	background: #f8981d;
} 

.city-orange  #rss-2
 {
	background: #1F5AAA;
}

.city-orange .site-header {
	background: #fff url(images/lt_blue_cities.jpg) repeat-x top center;
}


.city-orange .nat-org {
	color: #fff;
}
 
.city-orange .facebook a {
	background-color: none;
	background: url(images/facebook.png) top center no-repeat;
	filter: grayscale(100%);
	filter:brightness(200%);
}

.city-orange .facebook a:hover {
	background-color: none;
	background: url(images/facebook.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);
}
 
.city-orange .twitter a {
	background-color: none;
	background: url(images/twitter.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);
}

.city-orange .twitter a:hover {
	background-color: none;
	background: url(images/twitter.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-orange .rss a {
	background-color: none;
	background: url(images/rss.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-orange .rss a:hover {
	background-color: none;
	background: url(images/rss.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-orange .instagram a {
	background-color: none;
	background: url(images/instagram.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-orange .instagram a:hover {
	background-color: none;
	background: url(images/instagram.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-orange .pinterest a {
	background-color: none;
	background: url(images/pinterest_icon2.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

	}

.city-orange .pinterest a:hover {
	background-color: none;
	background: url(images/pinterest_icon2.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-orange .googleplus a {
	background-color: none;
	background: url(images/google.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-orange .googleplus a:hover {
	background-color: none;
	background: url(images/google.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}



/* City Sky Blue
--------------------------------------------- */

.city-skyblue .content-sidebar-wrap {
	background: #fff url(images/bg_navy.jpg) repeat-y top center;
	padding-bottom: 200px;
}

.full-width-content.city-skyblue .content-sidebar-wrap {
	background: #fff;
	padding-bottom: 200px;
}

.city-skyblue .sidebar a {
    color: #fff;
}

.city-skyblue .genesis-nav-menu a, .city-skyblue .genesis-nav-menu,
.city-skyblue .nav-primary, .city-skyblue  #rss-2
 {
	background: #78A5DC;
}

.city-skyblue .genesis-nav-menu a:hover,
.city-skyblue .genesis-nav-menu .current-menu-item > a,
.city-skyblue .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #29295D;
}

.city-skyblue .site-header {
	background: #fff url(images/header_bg_skyblue.jpg) repeat-x top center;
}

.city-skyblue .footer {
	background: url(images/footer_bg_navy.png) no-repeat top center;
}

.city-skyblue .nat-org {
	color: #fff;
}
 
.city-skyblue .facebook a {
	background-color: none;
	background: url(images/facebook.png) top center no-repeat;
	filter: grayscale(100%);
	filter:brightness(200%);
}

.city-skyblue .facebook a:hover {
	background-color: none;
	background: url(images/facebook.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);
}
 
.city-skyblue .twitter a {
	background-color: none;
	background: url(images/twitter.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);
}

.city-skyblue .twitter a:hover {
	background-color: none;
	background: url(images/twitter.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-skyblue .rss a {
	background-color: none;
	background: url(images/rss.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-skyblue .rss a:hover {
	background-color: none;
	background: url(images/rss.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-skyblue .instagram a {
	background-color: none;
	background: url(images/instagram.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-skyblue .instagram a:hover {
	background-color: none;
	background: url(images/instagram.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-skyblue .pinterest a {
	background-color: none;
	background: url(images/pinterest_icon2.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

	}

.city-skyblue .pinterest a:hover {
	background-color: none;
	background: url(images/pinterest_icon2.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-skyblue .googleplus a {
	background-color: none;
	background: url(images/google.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}

.city-skyblue .googleplus a:hover {
	background-color: none;
	background: url(images/google.png) top center no-repeat;
	filter: grayscale(100%);
	filter: brightness(200%);

}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1139px) {
	
	.adkingprobanner {
	margin: 0 auto 0;
	width: 90%;
	float: none;
	clear: both;
}

	.site-inner, site-header .wrap, .banner, .banner .wrap {
		width: 100%;
	}
	
	.site-header .widget-area {
	width: 500px;
	margin-right: 20px;
}

.header-image .site-title a {
	margin-left:  50px;
	margin-bottom: 25px;
}

	.content {
		width: 60%;
		margin-left: 20px;
	}
	
	.sidebar {
		background: #2991CE;
		width: 35%;
	}
	
	.content-sidebar-wrap {
	background: none;
	padding-bottom: 20px;
}

.site-footer {
	margin-top: 0px;
}

#search-3 {
	display: none;
}

#city_list {
	display: none;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 10px 5px;
	position: relative;
	margin: 0px 10px;
}

 
.facebook a {
display: none;
}


.pinterest a {
display: none;
}

.twitter a {
display: none;
}

.rss a {
display: none;
}

.instagram a {
display: none;
}

.googleplus a {
display: none;
}


}

@media only screen and (max-width: 1023px) {

	.city-navy .content-sidebar-wrap {
		padding-bottom: 30px;
	}

	.citytheme-landing .site-inner,
	.site-inner, 
	.wrap, 
	.content,
	.sidebar-primary,
	.content-sidebar-wrap,
	.site-container, 
	.homepage {
		width: 100%;
	}
	
	.homepage {
	margin: 0px 20px 0px 0px;
}

.site-container {
	margin-top: 0px;
}

.content {
		margin-left: 0px;
	}
	
	.site-header {
	position: relative;
	}	
	
	
	.site-header .widget-area {
display: none;
	}
	
	.genesis-nav-menu {
		text-align: center;
	}
	
	.genesis-nav-menu a {
	margin: 0px 20px;
}
	
	.sidebar-primary {
	margin: 40px 0px;
	width: 100%;
	
}
	.homepage.widget-area{
		margin-right: 0;
		padding-right: 20px;
	}
	
	.nav-primary {
	position: relative;
	top: 0px;
	left: 0px;
}
}

@media only screen and (max-width: 768px) {
	
	.title-area {
	width: 100%;
	background-position: center;
	}
	
	
	.site-inner {
	max-width: 100%;
	margin: 0px;
	width: 100%;
	padding: 0px 10px;
	}
	
	#search-3 {
    float: right;
    width: 40%;
	}

	#city_list {
    float: left;
    width: 40%;
	text-align: center;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.site-footer {
	margin-bottom: 10px;
	padding-bottom: 80px;
}

.wp-meetup-calendar {
	display: none;
}

#pagination {
	display: none;
}

.m-list-view {
	display: block;
}

.wpm-number-display {
	text-align: center;
	border-top: 1px solid #74BDC8;
	margin-top: 5px;
	padding-top: 5px;
}

.homepage img.alignleft {
	border: 10px solid #DCF2F8;
	margin: 0px 30px 30px 0px;
}

}

@media only screen and (max-width: 500px) {
	.homepage img.alignleft {
	margin: 0px auto 30px;
	width: 400px;
}

.homepage .has-post-thumbnail p {
    margin-left: 0px;
}

	#search-3 {
    float: none;
    margin: 0 auto 0;
	}

	#city_list {
    float: none;
    margin: 0 auto 0;
    width: 50%;
	text-align: center;
	}
	
	.site-footer {
	margin-bottom: 10px;
	/*padding-bottom: 200px;*/
	background: #065AAC;
}
	}