/*  
	Theme Name: WP-Prosperity
	Theme URI: http://www.wp-prosperity.com
	Author: Michael D. Pollock
	Author URI: http://www.michaeldpollock.com/
	Description: WP-Prosperity is a responsive, user-friendly theme for WordPress.
	Tags: black, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
	Version: 2.6.1
	License: GNU General Public License Version 2.0 or later
	License URI: http://www.opensource.org/licenses/gpl-license.php 

	================================================================================================================
	----[ YOU SHOULD NOT CHANGE THIS FILE. Make style changes on the Theme Settings page or style-custom.css ]------
	================================================================================================================
*/

/* ------------[ Site Defaults ]------------ */

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	word-wrap: break-word;
	}

body {
	background-color:#eee;
	background-repeat:repeat; 
	background-attachment:fixed; 
	background-position: top left; 
	}

/* ------------[ Body Background Patterns ]------------ */

.pattern1 { background-image: url(images/pattern1.jpg); }
.pattern2 { background-image: url(images/pattern2.jpg); }
.pattern3 { background-image: url(images/pattern3.jpg); }
.pattern4 { background-image: url(images/pattern4.jpg); }
.pattern5 { background-image: url(images/pattern5.jpg); }
.pattern6 { background-image: url(images/pattern6.jpg); }
.pattern7 { background-image: url(images/pattern7.jpg); }
.pattern8 { background-image: url(images/pattern8.jpg); }
.pattern9 { background-image: url(images/pattern9.jpg); }
.pattern10 { background-image: url(images/pattern10.jpg); }
.pattern11 { background-image: url(images/pattern11.jpg); }
.pattern12 { background-image: url(images/pattern12.jpg); }
.pattern13 { background-image: url(images/pattern13.jpg); }
.pattern14 { background-image: url(images/pattern14.jpg); }
.pattern15 { background-image: url(images/pattern15.jpg); }
.pattern16 { background-image: url(images/pattern16.jpg); }
.pattern17 { background-image: url(images/pattern17.jpg); }
.pattern18 { background-image: url(images/pattern18.jpg); }
.pattern19 { background-image: url(images/pattern19.jpg); }
.pattern20 { background-image: url(images/pattern20.jpg); }
.pattern21 { background-image: url(images/pattern21.jpg); }
.pattern22 { background-image: url(images/pattern22.jpg); }
.pattern23 { background-image: url(images/pattern23.jpg); }
.pattern24 { background-image: url(images/pattern24.jpg); }
.pattern25 { background-image: url(images/pattern25.jpg); }
.pattern26 { background-image: url(images/pattern26.jpg); }
.pattern27 { background-image: url(images/pattern27.jpg); }

/* ------------[ Font Family/Color/Weights ]------------ */

body {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #444;
	font-weight:normal;
	}

.tooltip,
.share-icons a,
input.search-field,
input.search-submit,
.widget .nav-tabs,
.comment-metadata,
#next-posts a,
.woocommerce-tabs .tabs a,
#commentform input#submit,
.button.sc,
.site-footer,
p.privacy-line,
.port-cats {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
	}

h1,h2,h3,h4,h5,h6,
.site-title {
	font-family: 'PT Serif', Georgia, sans-serif;
	color: #111;
	font-weight:normal;
	}

/* ------------[ Font Sizes ]------------ */

body {
	font-size:16px;
	line-height: 1.5;
	}

.site-title {
	font-size:24px;
	}

.site-description {
	font-size: 14px;
	font-weight: normal;
	}

.nav-primary,
.nav-secondary,
.nav-fixed,
#secondary,
.site-inner .sidebar,
.sitemap-entry,
#next-posts a,
.tooltip,
.cat-filter a,
.pagination,
.wp-pagenavi,
#commentform input,
.post-by-cat,
.all-authors-bio,
.author-archive-link,
.sitemap-entry-meta,
input.search-field,
input.search-submit,
#next-posts a,
.comment-metadata,
.wp-caption,
.wp-caption-text,
.entry-caption,
.gallery-caption,
.entry-media .thumb-caption,
.entry-meta,
#footer-widgets {
	text-transform:none;
	font-size: 14px;
	letter-spacing:0;
	}

input.search-field,
input.search-submit {
	text-transform:lowercase;
	}

.share-icons a,
.widget .nav-tabs,
.woocommerce-tabs .tabs a,
.port-cats {
	font-size:11px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	}

p.privacy-line,
#next-posts a {
	font-size:11px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
	margin:0;
	}

p.privacy-line {
	color:#bbb;
	}

.site-footer {
	font-weight:600 !important;
	font-size:11px !important;
	text-transform:uppercase !important;
	letter-spacing:1px !important;
	}

blockquote,
blockquote p {
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	}

dd {
	font-size:100%;
	line-height:1.6;
	margin-bottom:20px;
	}

.button.sc,
.button.sc.small,
.button.sc.large {
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
	}

.button.sc.small {
	font-size: 11px;
	}

.button.sc.large {
	font-size: 14px;
	}


/* ------------[ Site Structure and Layout ]------------ */

.site-container {
	width:100%;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	-moz-box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.10);
	box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.10);
	border-top:10px solid #000;
	}

.darkheader .site-container {
	border-top-width:5px;
	}

@media only screen and (min-width: 1281px) {
	.site-container {
		margin: 50px auto;
	}
	.unboxed .site-container {
		margin: 0 auto;
	}
}

.site-inner,
.wrap {
	margin:0 auto;
	width:100%;
	max-width:none;
	padding: 0 50px;
	}

.site-container,
.unboxed .site-inner,
.unboxed .wrap,
.nav-fixed .wrap {
	max-width:1280px;
	}

.unboxed .site-container {
	max-width:none;
	margin: 0 auto;
	}

.site-inner-wrap {
	clear: both;
	margin: 0 auto;
	padding:50px 0;
	width:100%;
	position:relative;
	}

#primary {
	float:left;
	margin:0;
	padding:0;
	width: 740px;
	width:62.711869%;
	}

#secondary {
	float:right;
	margin:0;
	padding:0;
	width: 380px;
	width:32.20338%;
	}

.site-content {
	margin:0;
	padding:0;
	width: 740px;
	width:100%;
	}

.sidebar-narrow {
	margin:0;
	padding:0;
	float:left;
	width:160px;
	width:21.62162%;
	display:none;
	}

.tb-col-border {
	height:100%;
	width:1px;
	background:url(images/dot.gif) 0 0 repeat-y;
	position:absolute;
	display:block;
	top:0;
	z-index:1;
	}

.tb-col-border.narrow {
	left:16.10169%;
	left:-999em;
	}

.tb-col-border.wide {
	left:65.25423%;
	}

.sidebar-wide-top {
	width:100%;
	clear:both;
	margin:0;
	padding:0;
	display:block;
	}

.sidebar-wide-bottom {
	width:100%;
	clear:both;
	margin:0;
	padding:0;
	display:block;
	}

.sidebar-wide-bottom-left {
	float:left;
	width:53.33%;
	}

.sidebar-wide-bottom-right {
	float:right;
	width:40%;
	}

.site-footer {
	width:100%;
	display:block;
	background:#000;
	border-top:1px solid #000;
	padding:20px 0;
	margin: 0 auto;
	color:#aaa;
	}

/* ------------[ Site Header ]------------ */

.site-header {
	margin:0;
	padding:0;
	width:100%;
	clear:both;
	border-bottom: 1px solid #eee;
	}

.site-header .wrap {
	height: 120px;
	}

.site-branding {
	float:left;
	width:auto;
	height:100%;
	display:table;
	}

.site-branding a {
	display:table-cell;
	vertical-align: middle;
	}

.site-title .fa {
	margin-right:2px;
	}

.site-title,
.site-description {
	margin:0;
	color: #222;
	}

.site-description {
	padding-top:2px;
	}

.site-title:hover,
.site-description:hover,
.site-title:active,
.site-description:active {
	color: #000;
	}

.site-logo {
	margin:0;
	padding:0;
	display:block;
	max-width:100%;
	width:auto;
	}

.site-logo img {
	max-width:100%;
	height:auto;
	}

.full-header .site-logo img {
	width:100%;
	height:auto;
	}

.full-header .site-header .wrap {
	padding:0;
	height:auto !important;
	}

.unboxed.full-header .site-header .wrap {
	max-width:100%;
	width:100%;
	}

.full-header .site-header {
	border:0;
	}

.full-header .site-branding {
	height:auto;
	float:none;
	width:100%;
	}

.full-header .site-branding a {
	height:auto;
	}

/* ------------[ Links ]------------ */

a,
a:link,
a:visited {
	color: #478FB3;
	text-decoration: none;
	outline: none;
	}

a:hover, 
a:active,
a:focus {
	color: #000;
	text-decoration: none;
	outline: 0;
	}

.entry-meta,
.entry-meta a,
.entry-meta a:link,
.entry-meta a:visited {}

.entry-meta a:hover,
.entry-meta a:active,
.entry-meta a:focus {}


.site-footer a, 
.site-footer a:link, 
.site-footer a:visited {
	color: #aaa;
	}

.site-footer .subicons a {
	color: #666;
	}

.site-footer a:hover, 
.site-footer a:active,
.site-footer a:focus {
	color: #fff;
	}

a.more-link .meta-nav {
	display:none;
	}

a.formaticon {
	color:#333 !important;
	}

a.formaticon:hover {
	color:#000 !important;
	}

.entry-title a,
.entry-title a:link,
.entry-title a:visited,
.widgettitle a,
.widgettitle a:link,
.widgettitle a:visited,
.comment-meta .fn a,
.comment-meta .fn a:link,
.comment-meta .fn a:visited,
.nav-tabs > li > a,
.nav-tabs > li > a:link,
.nav-tabs > li > a:visited {
	color:#333 !important;
	}

.entry-title a:hover,
.entry-title a:active,
.entry-title a:focus,
.widgettitle a:hover, 
.widgettitle a:active,
.widgettitle a:focus,
.comment-meta .fn a:hover,
.comment-meta .fn a:active,
.comment-meta .fn a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:active,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color:#000 !important;
	}

/* ------------[ Headings ]------------ */

h1,h2,h3,h4,h5,h6 {
	line-height: 1.3;
	margin: 0 0 20px;
	padding:0;
	}

h1 {
	font-size: 30px;
	}

h2 {
	font-size: 28px;
	}

h3 {
	font-size: 26px;
	}

h4 {
	font-size: 24px;
	line-height: 1.3;
	}

h5 {
	font-size: 20px;
	line-height: 1.4;
	}

h6 {
	font-size: 18px;
	line-height: 1.4;
	}

h1.archive-title,
h1.entry-title.page,
h1.page-title {
	padding-bottom:8px;
	background:url(images/dotted-line.png) bottom left repeat-x;
	margin-bottom:20px;
	}

h1.entry-title.page {}

.col-sm-3 h2.entry-title {
	font-size:18px;
	line-height:1.4;
	}

h2.widgettitle,
h2.widget-title {
	font-size:18px;
	margin-bottom:15px;
	padding:0 0 5px;
	background:url(images/dotted-line.png) bottom left repeat-x;
	}

.author-info h2 {
	margin-bottom:15px;
	}

h3.comments-title,
h3.author-title,
.pings h3,
h3.related-title,
h3#reply-title {
	font-size:24px;
	background: url(images/dotted-line.png) 0 100% repeat-x;
	padding-bottom:5px;
	margin-bottom:30px;
	}

h3.author-title,
h3.related-title {
	margin-bottom:15px;
	}

h3.comments-title {
	margin-bottom:0;
	}

h3#reply-title {
	background-image:none;
	margin-bottom:10px;
	}

h2.feat-title {
	background:#000;
	margin:0 0 20px;
	padding:0;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-size:18px;
	}

h2.feat-title a, 
h2.feat-title, 
h2.feat-title i {
	color:#fff !important;
	}

h2.feat-title i {
	margin-right:10px;
	}

.post-by-cat h2.feat-title {
	margin-bottom:0;
	}

.sitemap h4 {
	font-size:18px;
	margin-bottom:10px;
	}

.error404 h1.entry-title.page {
	text-align:center;
	margin:0 0 15px;
	padding:0;
	background-image:none;
	font-size:48px;
	text-transform:none;
	letter-spacing:-1px;
	}

.error404 .entry-header {
	font-weight:300;
	font-size:24px;
	text-align:center;
	padding-bottom:10px;
	margin-bottom:40px;
	background: url(images/dotted-line.png) bottom left repeat-x;
	}

.entry-hidden-block-content h2.entry-title {
	text-align:center;
	margin:0;
	font-size:18px;
	line-height:1.7;
	color: #fff !important;
	}

.widget h3.entry-title {
	font-size:16px;
	line-height:1.4;
	margin:0 0 5px;
	}

/* ------------[ Misc Defaults ]------------ */

a, 
button, 
.button,  
input[type="button"], 
input[type="reset"], 
input[type="submit"],
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
.link-pages span,
.link-pages a span,
.site-title,
.site-description,
.menu-toggle,
.search-button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
	}

p {
	margin: 0 0 20px;
	padding: 0;
	}

ol, ul {
	margin: 0;
	padding: 0;
	}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	}

.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;
	}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes:          none;
	}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
	}

blockquote {
	margin: 0 0 30px;
	padding:20px 25px;
	border:1px solid #eee;
	background-color:#f8f8f8;
	}

blockquote p:last-child {
	margin-bottom:0;
	}

code, kbd, tt, var, samp, pre {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	font: 15px/1.6 Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	border:0;
	border-radius:0;
	background: transparent;
	}

pre {
	background: #f5f5f5;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	overflow: auto;
	margin-bottom: 24px;
	max-width: 100%;
	padding: 24px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	}

cite {
	font-style: normal;
	}

hr {
	background: url(images/dotted-line.png) repeat center top;
	border: 0;
	height: 1px;
	margin: 30px auto;
	clear:both;
	display:block;
	}

.genericon:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

::-moz-selection {
	background-color: #333;
	color: #fff;
	}

::selection {
	background-color: #333;
	color: #fff;
	}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	left:-999em;
	}

.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: 100%;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
	}

/* ------------[ Float Clearing ]------------ */

.article-container:before,
.author-info:before,
.author-icons:before,
.banner-ad:before,
blockquote:before,
.cat-box:before,
.clearfix:before,
.columns:before,
.entry-container:before,
.entry-content:before,
.entry-footer:before,
.entry-meta:before,
.entry:before,
.featpages article.page:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.related-wrap:before,
.share-icons:before,
.sidebar-wide-bottom:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.site-inner-wrap:before,
.sitemap-archives:before,
.tab-pane:before,
.toggle-content:before,
.widget:before,
.wp-pagenavi:before,
.wrap:before  {
	content: " ";
	display: table;
	}

.article-container:after,
.author-info:after,
.author-icons:after,
.banner-ad:after,
blockquote:after,
.cat-box:after,
.clearfix:after,
.columns:after,
.entry-container:after,
.entry-content:after,
.entry-footer:after,
.entry-meta:after,
.entry:after,
.featpages article.page:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.related-wrap:after,
.share-icons:after,
.sidebar-wide-bottom:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.site-inner-wrap:after,
.sitemap-archives:after,
.tab-pane:after,
.toggle-content:after,
.widget:after,
.wp-pagenavi:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
	}

/* ------------[ Responsive images ]------------ */

img {
	max-width: 100%;
	height: auto;
	background:transparent;
	}

.wp-caption {
	max-width: 100%;
	}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 15px 15px 0;
	}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 15px 15px;
	}

img.aligncenter,
.wp-caption.aligncenter {
	margin: 0 auto 20px;
	}

.wp-caption img.aligncenter,
.wp-caption img.alignleft,
.wp-caption img.alignright {
	margin:0;
	}

img.alignnone {
	margin: 0 0 20px 0;
	}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption,
.wp-caption  {
	color: #666;
	text-align:center;
	}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	}

.wp-caption.alignleft + ul,
.wp-capt