/*
Theme Name: Candidate
Theme URI: http://themeblossom.net/candidate/
Author: Theme Blossom
Author URI: http://themeblossom.net
Description: Candidate is a WordPress theme designed specifically for political and public figures.
Version: 2.0.4
Text Domain: candidate
Domain Path: /languages/
License: 
License URI: 
Tags: responsive-layout, editor-style, featured-images, flexible-header, full-width-template
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media

APPENDIX - THEME BLOSSOM STYLES

A-1.0 Reset
A-4.0 Forms
A-5.1 Links
A-5.2 Menus
A-5.3 Archive Navigation
A-7.0 Alignments
A-9.0 Widgets
A-10.0 Content
A-10.2 Asides
A-10.4 Header
A-10.5 Footer
A-12.0 Media

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - 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%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	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;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 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;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
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%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; 
	margin: 0; 
	vertical-align: baseline; 
	*vertical-align: middle; 
}
button,
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,
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,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #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"] {
	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="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; 
	padding-left: 3px;
	vertical-align: top; 
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* 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 */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	/*display: none;*/
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.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-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	height: auto;
	max-width: 100%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
APPENDIX - THEME BLOSSOM STYLES - Underscores difference
--------------------------------------------------------------*/
/*--------------------------------------------------------------
A-1.0 Reset
--------------------------------------------------------------*/
body {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

code {
	white-space: normal !important;
}

blockquote {
	border: 1px solid #e4e4e4 !important;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	background-color: #fff;
	padding: 20px !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f5f5f5));
	background: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background: linear-gradient(top, #ffffff, #f5f5f5);
	position: relative;
	overflow: hidden;
	zoom: 1;
}

blockquote:before {
	height: 38px; width: 51px;
	top: 10px; left: 10px;
	position: absolute;
	content: '';
	background: url('images/leftQuote.png') left top no-repeat;
}

blockquote:after {
	height: 38px; width: 51px;
	bottom: 10px; right: 10px;
	position: absolute;
	content: '';
	background: url('images/rightQuote.png') left top no-repeat;
}

blockquote cite {
	font-weight: bold;
	opacity: 0.7;
}

.noborder {
	border: 0 !important;
}

.nomargin {
	margin: 0 !important
}

.notopmargin {
	margin-top: 0 !important;
}

.textaligncenter {
	text-align: center;
}

/* FF, IE fix */
.col-xs-12 a, .img-extras {
	max-width: 100%;
}

/*--------------------------------------------------------------
A-4.0 Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border-radius: 5px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 9px 1px rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 9px 1px rgba(0, 0, 0, 0.2) !important;
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 9px 1px rgba(0, 0, 0, 0.2) !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 9px 1px rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 9px 1px rgba(0, 0, 0, 0.2) !important;
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 9px 1px rgba(0, 0, 0, 0.2) !important;
}

/*--------------------------------------------------------------
A-5.1 LINKS - removed color settings
--------------------------------------------------------------*/
a {
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}

a:hover {text-decoration: underline;}

a.black-and-white, a.black-and-white img {
	filter: grayscale(100%);	
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}

a.black-and-white:hover, a.black-and-white:hover img {
	filter: grayscale(0%);	
	-moz-filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
}

a.opacity70 {
	opacity: 0.7;
}

a.opacity70:hover {
	opacity: 1;
}

/*--------------------------------------------------------------
A-5.2 MENUS
--------------------------------------------------------------*/
.main-navigation ul ul {
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.43);
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.43);
}

.main-navigation ul ul a {
	white-space: normal;
}

.main-navigation ul ul li {
	border-top: 1px solid #fff;
}

.main-navigation ul ul > li:first-child {
	border-top: none !important;
}

.main-navigation ul ul > li:last-child {
	border-bottom: none !important;
}

/* Select Nav Script Reqs */
/* default style */
.selectnav, .selectnav.form-control { display: none; }

/* small screen */
@media screen and (max-width: 767px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}

	.js #site-navigation > ul { display: none; }
	.js .selectnav { display: block; }
	#site-navigation select {
		width: 90%; position: relative; margin: 5px auto 14px auto; z-index: 5000;
	}
}

/* navigation heading */
h1.menu-toggle {
	display: none;
}

/* main navigation */
#site-navigation {
	position: relative; z-index: 5;
	border-bottom: 1px solid #fff;
}

#site-navigation > .row {
	background-repeat: repeat;
}

#site-navigation a {
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
}

/*--------------------------------------------------------------
A-5.3 ARCHIVE NAVIGATION
--------------------------------------------------------------*/
#archive-navigation {
	clear: both;
	text-align: center;
}

#archive-navigation ul {
	list-style: none;
	display: inline-block;
}

#archive-navigation ul li {
	display: inline; float: left;
}

#archive-navigation ul li a, #archive-navigation li span.current, a.read-more-button {
	display: block;
	padding: 5px 18px;
	text-align: center;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1); -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1); -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
	text-decoration: none;
}

#archive-navigation li span.current {
	font-weight: bold !important;
}

#archive-navigation ul li a, a.read-more-button {
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	text-align: left;
}

a.read-more-button {
	text-decoration: none !important;
	position: relative;
	display: inline-block;
}

.info-line {
	border-width: 1px 0 !important;
	padding: 4px 0;
	clear: both;
	zoom: 1;
	overflow: hidden;
}

@media (max-width: 780px) {
	.info-line {
		border: 0 !important;
		padding: 0 !important;
	}
}

.info-line span {
	display: inline-block !important;
	position: relative !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
}

header.entry-header .info-line {
	/* margin-top: 20px; */
	overflow: hidden;
}

header.entry-header nav#breadcrumbs {
	display: inline;
	float: left;
	margin-right: 15px;
}

header.entry-header nav#archive-post-navigation {
	display: inline;
	float: right;
	margin: 0;
}

header.entry-header nav#archive-post-navigation a {
	display: inline-block;
	padding-left: 8px;
}

/*--------------------------------------------------------------
A-7.0 Alignments
--------------------------------------------------------------*/
.no-hover-effect.alignleft, .no-hover-effect.alignright, .img-thumbnail.alignleft, .img-thumbnail.alignright, .img-rounded.alignleft, .img-rounded.alignright {
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
A-9.0 WIDGETS
--------------------------------------------------------------*/
.widget ul.noliststyle li {
	padding-bottom: 5px;
	overflow: hidden;
	margin-bottom: 15px !important;
	overflow: hidden;
}

footer#colophon .widget li {
	padding-bottom: 5px; margin-bottom: 15px !important;
}

.widget ul li:last-child, .widget ul ul li {
	border-bottom: none !important;
}

.widget ul.noliststyle li a:hover .no-black-and-white {
	opacity: 0.85;
	-moz-opacity: 0.85;
}

#secondary aside .tribe-events-widget-link {
	text-align: center;
}

/* Archive */
#secondary aside.widget_archive h3 {
	margin-bottom: 0 !important;
}

#secondary aside.widget_archive h3 + select {
	margin-top: 20px !important;
}

/* WooDojo Twitter */
#secondary aside.widget_woodojo_tweets ul li {
	padding-left: 35px !important;
}

#secondary aside.widget_woodojo_tweets ul li:before {
	content: "\e000" !important;
	font-size: 25px !important;
	top: 15px !important;
}

#secondary aside.widget_woodojo_twitterprofile h4 {
	display: inline;
}

#secondary aside.widget_woodojo_twitterprofile .profile-info {
	clear: both;
}

/* TB Latest Posts */
#secondary aside.tb_latest_posts p {
	margin-top: 12px;
}

#secondary aside.tb_latest_posts a {
	font-size: 110%;
}

#secondary aside.tb_latest_posts ul li {
	padding-left: 0;
}

#secondary aside.tb_latest_posts ul li:before {
	display: none;
}

/* Calendar */
aside.widget_calendar caption {
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase !important;
}

aside.widget_calendar tbody td, aside.widget_calendar th {
	text-align: center;
}

aside.widget_calendar tbody a {
	font-weight: bold;
}

#secondary aside.widget_calendar thead {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

#secondary aside.widget_calendar tfoot {
	border-top: 1px dashed #ccc;
}

aside.widget_calendar tfoot #next {
	text-align: right;
}

/* RSS */
aside.widget_rss .rssSummary, aside.widget_rss .rss-date {
	font-size: 90%;
}

aside.widget_rss .rss-date {
	display: block;
}

aside.widget_rss .rss-date:before {
	font-family: themeblossom;
	content: '\e04e';
	padding-right: 3px;
}

/* Search */
#secondary aside.widget_search label, footer#colophon aside.widget_search label, footer#colophon aside.widget_search label input {
	width: 100%;
}

/* TB Our Members */
#secondary aside.tb_our_members ul li, #secondary aside.woocommerce ul li {
	padding-left: 0 !important;
}

#secondary aside.tb_our_members ul li:before, #secondary aside.woocommerce ul li:before {
	display: none;
}

#secondary aside.tb_our_members h4, #secondary aside.tb_our_members .info-line {
	margin-top: 0 !important;
	margin-bottom: 0px;
	border: none !important;
}

#secondary aside.tb_our_members .info-line {
	text-transform: uppercase;
	margin-bottom: 3px;
	padding-bottom: 0;
}

/* TB Testimonials and Description */
#secondary .random-testimonials {
	padding-bottom: 0 !important;
}

#secondary .random-testimonials h3 {
	margin-bottom: 0 !important;
}

#secondary .random-testimonials blockquote {
	margin: 0 -5px !important;
	border: none !important;
	border-radius: 0 !important; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important;
}

#secondary .widget_description_page .list-group a {
	border-left: none !important;
	border-right: none !important;
	border-radius: 0 !important; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important;
	border-style: dashed;
	padding-left: 15px;
	background: transparent;
}

#secondary .widget_description_page .list-group a:before {
	font-family: themeblossom;
	content: "\e068";
	font-weight: bold;
	position: absolute;
	left: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}

#secondary .widget_description_page .list-group a:hover:before {
	left: 3px;
	text-decoration: none !important;
}

#secondary .widget_description_page .list-group a:hover {
	background-color: transparent;
	text-decoration: underline;
}

#secondary .widget_description_page .list-group a:first-child {
	border-top: none;
}

#secondary .widget_description_page .list-group a:last-child {
	border-bottom: none;
}

/* WOO TESTIMONIALS */
.widget .testimonials-list img {
	display: none !important;
}

.widget .testimonials-list cite {
	font-size: 80%;
	line-height: 120% !important;
	margin-bottom: 25px; margin-top: -10px;
	display: block;
	text-align: right;
}

.widget .testimonials-list cite span {
	display: block;
}

.widget .testimonials-list cite span[itemprop=name] {
	font-weight: bold;
	text-transform: uppercase;
}

/* WOO FEATURES */
#secondary aside.widget_woothemes_features h4 {
	display: inline !important;
}

#secondary aside.widget_woothemes_features p {
	padding: 7px 0 15px 0;
	margin-bottom: 15px;
	border-bottom: 1px dashed #999;
}

/* WOOCOMMERCE */
.widget_product_search #searchsubmit {
	margin: 10px auto 0 auto;
	display: block;
}

/*--------------------------------------------------------------
A-9.1 PLUGINS
--------------------------------------------------------------*/

/* THE EVENTS CALENDAR */
#tribe-events-pg-template {
	max-width: 1140px !important;
}

#tribe-events-content {
	padding: 0;
}

#tribe-events-content.tribe-events-list img {
	width: 100% !important;
	height: auto !important;
}

#tribe-events-content nav#archive-post-navigation {
	display: inline;
	float: right;
	margin: 0;
}

#tribe-events-content nav#archive-post-navigation a {
	display: inline-block;
	padding-left: 8px;
}

#tribe-events-content .tribe-events-loop {
	max-width: 100%;
}

#tribe-events-footer {
	padding-top: 0 !important;
	border-top: none !important;
}

#tribe-events-footer .info-line {
	margin-top: 30px;
}

#tribe-events-footer-links {
	overflow: hidden;
	z-index: 10;
	zoom: 1;
}

ul.tribe-events-sub-nav a,.tribe-events-back a,.tribe-events-list-widget .tribe-events-widget-link a,.tribe-events-adv-list-widget .tribe-events-widget-link a{font-size: inherit !important;font-weight: inherit !important;}

.tribe-events-single-section {	
	border: 1px solid #e0dede !important;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
	padding: 20px;
	background: #f8f8f8;	
	box-shadow: inset 0 0 15px rgba(0,0,0,0.15); -moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.15); -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.15);
}

.tribe-events-event-meta a:hover {
	text-decoration: underline !important;
}

#tribe-events-header .tribe-events-sub-nav.info-line, #tribe-events-footer .tribe-events-sub-nav.info-line {
	padding: 4px 0;
}

#tribe-events-header .tribe-events-sub-nav {
	display: none;
}

.tribe-bar-views-option span {
	background: none !important;
	position: relative;
	line-height: 150%;
}

.tribe-bar-views-option span:before {
	font-family: themeblossom;
	content: '\e09c';
	font-size: 150%;
	position: absolute;
	top: 0; left: 0;
	width: 20px;
	height: 100%;
}

.tribe-bar-views-option span.tribe-icon-upcoming:before {
	content: '\e09d';
}

#tribe-bar-form input{
	font-size: 14px;
	margin:0 4px 0 0
}
#tribe-bar-form input[type="text"]{
	width: auto;
	color: #444;
	padding: 6px 12px;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 1;
	height: 34px;
	font-weight: normal;
	border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.tribe-bar-date-filter, .tribe-bar-submit {
	width: auto; margin-left: 0 !important;
}

#tribe-bar-form {
	background: none !important;
}

input.tribe-events-button {
	border-radius: 5px !important;
	font-weight: normal !important;
	font-size: inherit !important;
	margin-top: 16px !important;
	padding: 5px 14px !important;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	border-width: 1px !important; border-style: solid !important;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4) !important;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1) !important;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1) !important;
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1) !important;
	text-decoration: none !important;
}

.tribe-bar-views-inner {
	background: none !important;
}

.tribe-bar-views-option a {
	background: none !important;
	border-radius: 0 !important;
}

.tribe-bar-views-option a:hover {
	background: #e0e0e0 !important;
}

.tribe-events-event-cost span {
	border-radius: 3px;
}


@media (max-width: 780px) {
	.tribe-bar-views-inner {
		background: #e0e0e0 !important;
		padding: 10px 0 37px 0 !important;
	}
	
	.tribe-bar-views-inner a {
		background: #e0e0e0 !important;
	}
	
	.tribe-bar-views-inner a:hover {
		background: #dbdbdb !important;
	}
	
	.tribe-events-event-meta {
		background: none !important;
	}
	
	.tribe-events-sub-nav li a:hover {
		background: #999;
	}
}

.event-featured-image-no .tribe-events-venue-map {
	width: 100% !important;
	margin: 0 0 20px 0 !important;
}

#tribe-loading span {
	position   : absolute;
	width      : 16px;
	height     : 16px;
	left       : 50%;
	top        : 50%;
	margin     : -8px 0 0 -8px;
	background : url(images/tribe-loading.gif) 0 0 no-repeat;
	-webkit-background-size: 16px 16px;
			background-size: 16px 16px;
}

.tribe-events-ajax-loading {
	width: 54px !important;
	height: 54px !important;
}

/* WOO TESTIMONIALS */
.testimonial-author {
	font-weight: bold;
	font-style: italic;
	overflow: hidden;
	text-transform: uppercase;
}

.testimonial-byline {
	font-style: italic;
	overflow: hidden;
}

/* Woo Our Team */
.our-team-single-entry {
	text-align: center;
	padding-bottom: 30px;
}

.our-team-single-entry img {
	margin: 0 auto;
}

.our-team-page h2.entry-title {
	text-transform: uppercase;
	font-size: 110%;
	text-align: center !important;
	margin-bottom: 0px;
	background: none !important;
}

 .team-member-single-entry h1.entry-title {
	text-transform: uppercase;
	margin-bottom: 5px; margin-top: 0;
	padding-bottom: 0px;
	background: none !important;
}

.our-team-page .member-title.info-line, .our-team-page .member-excerpt.info-line {
	text-align: center;
	border: 0 !important;
	margin-top: 0 !important;
}

.team-member-single-entry .entry-content {
	margin-top: 0;
}

.team-member-single-entry .info-line {
	border: 0 !important;
	margin-top: 0 !important;
}

.team-member-single-entry ul.social {
	list-style: none;
	float: right;
	margin: 30px 0 0 0;
	font-size: 22px;
	zoom: 1;
}

.team-member-single-entry ul.social li {
	float: left;
	padding: 5px;
}

.team-member-single-entry ul.social li a {
	text-decoration: none !important;
	color: #888;
}

.team-member-single-entry ul.social li a.member-twitter:hover {
	color: #3cf;
}

.team-member-single-entry ul.social li a.member-facebook:hover {
	color: #3b5998;
}

.team-member-single-entry ul.social li a.member-linkedin:hover {
	color: #006699;
}

.team-member-single-entry ul.social li a.member-url:hover {
	color: #7EB51B;
}

/* ARCONIX FAQ Plugin */
.arconix-faq-wrap {
	border: none !important;
	background: none !important;
	padding: 10px 0;
	margin: 0;
}

.arconix-faq-title {
	background: none !important;
	position: relative;
	min-height: 24px;
}

.arconix-faq-title:before {
	position: absolute;
	top: 50%; left: 0;
	margin-top: -9px;
	padding: 4px;
	font-family: themeblossom;
	font-weight: normal !important;
	font-size: 10px !important;
	line-height: 10px !important;
	color: #fff;
	background: #999;
	display: inline-block;
	border-radius: 200px;
}

.arconix-faq-title.faq-closed:before {
	content: '\e610';
}

.arconix-faq-title.faq-open:before {
	content: '\e60f';
}

.arconix-faq-content {
	margin-left: 0;
	padding-left: 0px;
}

.arconix-faq-content p {
	padding-left: 30px !important;
}

.arconix-faq-content p:first-of-type {
	padding-top: 10px !important;
}

.arconix-faq-content p:last-of-type {
	padding-bottom: 20px !important;
	border-bottom: 1px dashed #e9e9e9 !important;
}

.arconix-faq-to-top {
	display: none;
}

/* WOOCOMMERCE */
.woocommerce span.onsale, .woocommerce-page span.onsale {
	min-width: 40px; min-height: 40px;
	z-index: 100;
}

.woocommerce .product span.onsale, .woocommerce-page .product span.onsale {
	top: 12px; left: 12px;
}

.woocommerce img {
	-webkit-box-shadow: none !important;
	   -moz-box-shadow: none !important;
	        box-shadow: none !important;
}

.woocommerce a img:hover {
	border-color: #999;
}

a.woo-black-and-white img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);	
}

a.woo-black-and-white:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);	
}

a.woo-opacity70 img {
	opacity: 0.7;
}

a.woo-opacity70:hover img {
	opacity: 1;
}

.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
	width: 22%; margin-right: 3%; margin-top: 4%;
}

.woocommerce h1.entry-title {
	background: none !important;
	margin-top: 0 !important;
}

.woocommerce .product-type-simple .entry-summary {
	margin-top: 0 !important;
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
	margin-bottom: 3.8%;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	padding: 0 7px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	width: 120px;
}

.woocommerce h2 a.shipping-calculator-button:after {
	display: none;
}

.woocommerce .state_select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* Theme Blossom's Albums */


a.album-black-and-white img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);	
}

a.album-black-and-white:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);	
}

a.album-opacity70 img {
	opacity: 0.7;
}

a.album-opacity70:hover img {
	opacity: 1;
}

article.type-album {
	margin-bottom: 20px;
}

article.type-album h2.entry-title {
	margin-top: 5px;
	text-align: center;
}

.album-list header.entry-header {
	text-align: center;
}

.album-list .img-extras {
	display: inline-block;
	margin-left: auto; margin-right: auto;
}

#album-slider {
	padding: 10px 0;
	overflow: hidden;
}

#album-slider .flexslider {
	margin: 20px 0 !important;
	padding: 4px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

/* REVOLUTION SLIDER */
#revolution-slider-boxed > div {
	position: relative;
}

/* EWDP */
.progress .bar {
	height: 100% !important;
}

#donor_information label {
	float: none !important;
}

/* Seamless Donations */
#dgx-donate-form input[type=checkbox] {
	margin: 3px 5px 0 0;
	display: inline; float: left;
}

#dgx-donate-form-donation-section input[type=radio] {
	margin-top: 0 !important; margin-right: 5px !important;
}

#dgx-donate-form-donor-section input[type=text], #dgx-donate-form-address-section input[type=text] {
	width: 100% !important;
}

#dgx-donate-form-address-section select {
	max-width: 100%;
}

/*--------------------------------------------------------------
A-10.0 CONTENT
--------------------------------------------------------------*/
#content {
	position: relative;
	z-index: 4;
	background: #fff url('images/content.png') left top repeat-x;
	box-shadow: 0 9px 0px 0px transparent, 0 -9px 0px 0px transparent, 11px 0 61px -26px rgba(31, 73, 125, 0.3), -11px 0 61px -26px rgba(31, 73, 125, 0.3);
	-webkit-box-shadow: 0 9px 0px 0px transparent, 0 -9px 0px 0px transparent, 11px 0 61px -26px rgba(31, 73, 125, 0.3), -11px 0 61px -26px rgba(31, 73, 125, 0.3);
	-moz-box-shadow: 0 9px 0px 0px transparent, 0 -9px 0px 0px transparent, 11px 0 61px -26px rgba(31, 73, 125, 0.3), -11px 0 61px -26px rgba(31, 73, 125, 0.3);
	padding-top: 10px; padding-bottom:  40px;
}

#main {
	margin-top: 20px;
}

.horizontal-star-spacer {
	overflow: hidden;
	position: relative;
	height: 67px; line-height: 67px;
	margin: 0;
	clear: both;
	background: url('images/starHor.png') center center no-repeat;
	zoom: 1;
}

/*--------------------------------------------------------------
A-10.1 Posts and pages
--------------------------------------------------------------*/
header.page-header {
	border-bottom: 0 !important;
}

h1.entry-title, h1.page-title {
	background: url('images/horShadowInner.png') center bottom no-repeat;
	padding-bottom: 22px;
}

@media screen and (max-width: 640px) {
	h1.entry-title, h1.page-title {
		background: none;
		border-bottom: 1px solid #d4d4d4;
	}
}

#main.grid_type_full h2.entry-title, #main.grid_type_two.thumbnail_size_thumbnail h2.entry-title, #main.grid_type_three.thumbnail_size_thumbnail h2.entry-title {
	margin-top: 0 !important;
}

#main.grid_type_full.thumbnail_size_blog-wide h2.entry-title, #main.grid_type_full.thumbnail_size_full h2.entry-title {
	margin-top: 20px !important;
}

.info-line .byline {
	display: inline;
}

#main.grid_type_full footer.info-line {
	margin-bottom: 35px;
}

.date_box {
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 24px;
	line-height: 0;
	text-align: center;
	width: 42px;
	float: left;
	display: inline-block;
	margin: 0px 20px 3px 0px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.04); -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.04); -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.04);
}

.date_box span {
	width: 100%;
	box-sizing:	border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
}

.date_box span.day {
	border: 1px solid #fff;
	background: #fff url('images/tb_day.png') bottom center repeat-x;
	line-height: 130%;
}

.date_box span.month {
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #cfcfcf;
	font-size: 11px;
	text-transform: uppercase;
	background-image: url('images/patterns/sand02.png');
	line-height: 140%;
	box-shadow: inset 0 0 3px #fff; -moz-box-shadow: inset 0 0 3px #fff; -webkit-box-shadow: inset 0 0 3px #fff;
	transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out;
}

.author-details {
	margin: 20px 0;
	padding: 0 0 0 36px;
	position: relative;
}

.author-details .description {
	border: 1px solid #e0dede !important;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
	padding: 20px 20px 20px 56px;
	background: #f8f8f8;	
	box-shadow: inset 0 0 15px rgba(0,0,0,0.15); -moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.15); -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.15);
}

.author-details h3 {
	margin-top: 0;
}

.author-details > .avatar {
	position: absolute;
	left: 0; top: 20px;
}

/* comments */
ol.comment-list {
	list-style: none !important;
	margin-left: 0;
}

ol.comment-list ul {
	list-style: none !important;
}

.the-comment {
	margin: 0 0 20px 0;
	padding: 0 0 0 27px;
	position: relative;
}

.the-comment .comment-box {
	border: 1px solid #e0dede !important;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
	padding: 20px 20px 20px 47px;
	background: #f8f8f8;	
	box-shadow: inset 0 0 15px rgba(0,0,0,0.15); -moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.15); -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.15);
}

.the-comment > .avatar {
	position: absolute;
	left: 0; top: 20px;
}

/* video */
.video-container-holder {
	display: block !important;
	margin-bottom: 30px;
}

.archive-page .video-container-holder {
	margin-bottom: 0;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.video-container-holder .video-container {
	margin-bottom: 0;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* home page */
#primary.home-page a.read-more-button {
	margin-bottom: 7px;
	border-radius: 100px;
}

#primary.home-page .horizontal-star-spacer:last-child {
	display: none !important;
}

#primary.home-page article:not(.type-album) h2, #primary.home-page .info-line {
	margin-top: 0 !important;
	margin-bottom: 5px;
}

#primary.home-page .info-line {
	padding: 0 !important;
	border: none !important;
}

article.home-latest-articles {
	margin-bottom: 25px !important;
}

#primary.home-page h1 {
	margin-top: 0 !important;
	margin-bottom: 25px !important;
}

.specific-2nd-column article {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}

.specific-2nd-column article:last-child {
	border: none !important;
}

/*--------------------------------------------------------------
A-10.2 ASIDES
--------------------------------------------------------------*/
#secondary {
}

#secondary aside.widget {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
	padding: 20px;
	margin-top: 20px;
	position: relative;
	background-color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f6f6f6));
	background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
	background: -moz-linear-gradient(top, #ffffff, #f6f6f6);
	background: -ms-linear-gradient(top, #ffffff, #f6f6f6);
	background: -o-linear-gradient(top, #ffffff, #f6f6f6);
	background: linear-gradient(top, #ffffff, #f6f6f6);
}

#secondary aside.widget:after {
	content: ' ';
	height: 8px;
	background: url('images/shadow300.png') center top no-repeat;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
}

#secondary aside.widget h3 {
	padding: 7px 15px;
	margin: -20px -20px 20px -20px;
	line-height: 41px; font-size: 26px; color: #fff;
	position: relative;
}

#secondary aside.widget h3:after {
	position: absolute;
	width: 100%; height: 2px;
	box-sizing: content-box;
	bottom: 0; left: 0;
	border-top: 1px dashed #fff;
	opacity: 0.2;
	content: '';
}

#secondary aside.widget ul, #secondary aside.widget ol {
	list-style: none;
	margin-left: 0;
}

#secondary aside.widget ul li {
	border-bottom: 1px dashed #999;
	padding: 10px 0 10px 15px;
	display: block;
	position: relative;
}

#secondary aside.widget ul li:before {
	font-family: themeblossom;
	content: "\e068";
	font-weight: bold;
	position: absolute;
	left: 0;
}

#secondary .sidebarSpacer {background: url('images/horShadowSidebar.png') center center no-repeat; height: 18px; margin-top: 13px; margin-bottom: 22px;}

/*--------------------------------------------------------------
A-10.4 HEADER
--------------------------------------------------------------*/
#toTop {
	background-color: #333;
	border-radius: 4px;
	bottom: 10px;
	color: #FFF;
	display: none;
	height: 38px;
	width: 38px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	opacity: 0.9;
	z-index: 10000;
	text-decoration: none !important;
}

#toTop:hover {
	background-color: #000;
}

#toTopHover {
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

#toTop:before {
	font-family: "themeblossom";
	content: "\e076";
	font-size: 16px;
}

#promo a {
	text-decoration: underline;
}

#promo .alignright a {
	text-decoration: none;
	font-size: 16px;
}

#promo .alignright span {
	margin: 0 0 0 5px;
}

#promoAfter {
	border: 1px solid #000;
	border-width: 1px 0;
	height: 7px; line-height: 0;
}

#masthead {
	position: relative;
}

#main-background {
	position: absolute; width: 100%; z-index: 0;
}

#site-branding {
	position: relative;
}

#site-branding a {
	text-decoration: none !important;
}

#main-logo a {
	transition: all linear 200ms;
	-moz-transition: all linear 200ms;
	-webkit-transition: all linear 200ms;
}

#main-logo a:hover {
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.logo-style-1 #main-logo {
	text-align: center;
}

@media screen and (max-width: 800px) {
	#site-branding .alignleft, #site-branding .alignright, #site-branding h1, #site-branding h2 {
		width: 100%;
		display: inline-block;
		float: none !important;
		margin-left: 0 !important; margin-right: 0 !important;
		text-align: center !important;
	}
}

@media screen and (min-width: 801px) {
	#site-branding.logo-style-4 .alignright {
		width: 25%;
	}
}

#site-branding-search-form input[name=s] {
	font-size: 12px; text-indent: 10px;
}

/*--------------------------------------------------------------
A-10.5 FOOTER
--------------------------------------------------------------*/
#bottom-shadow {
	position: relative;
	z-index: 3;
}

#bottom-shadow .row:before {
	content: ' ';
	width:100%;
	border-bottom: 1px solid #fff;
	/*border-width: 1px 0 1px 0 !important;*/
	background-color: #c5c8c5;
	height: 2px;
	z-index: 10;
	position: relative;
	box-sizing: border-box;
}

#bottom-shadow .row:after {
	content: ' ';
	position: absolute;
	left: 10%; top: -45px;
	height: 10px;
	width: 80%;
	background: #fff;
	position: relative;
	z-index: 4;
	-webkit-box-shadow: 0 11px 51px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 11px 51px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 11px 51px 10px rgba(0, 0, 0, 0.7);
}

footer#colophon {
	position: relative;
	z-index: 1;
	margin-top: -135px;
}

footer#colophon #footer-top-bar {
	width: 100%; height: 25px;
}

#footer-content {
	padding: 120px 0 55px 0;
}

footer#colophon #footer-top-bar, #footer-content {
	background-repeat: repeat; background-position: center center;
}

footer#colophon .col-xs-12 ul {
	list-style: none !important;
	margin-left: 0;
}

footer#colophon .col-xs-12 ul ul {
	margin-left: 20px;
}

footer#colophon .col-xs-12 ul li {
	margin: 5px 0; zoom: 1;
}

#footer-navigation ul {
	position:  relative; margin: 3px auto 10px auto; list-style: none !important; text-align:  center; display: inline-block;
}

#footer-navigation li {
	display: inline; float: left; margin: 0 8px; text-transform: uppercase;
}

/*--------------------------------------------------------------
A-10.6 CAMPAIGN TRAIL AND COUNTDOWN
--------------------------------------------------------------*/
#campaignTrailCountdown {
	clear: both;
	position: relative;
	margin-top: 30px;
	margin-bottom: -40px;
}

#campaignTrailCountdown:before {
	width: 100%; height: 6px;
	content: '';
	background: url('images/campaign.png') center top repeat-x;
}

#campaignTrailCountdown:after {
	width: 100%;
	content: '';
	border-top: 1px dashed #c5c8c5;
	height: 3px;
	position: absolute;
	bottom: 0;
}

#sectionCampaignTrail {
	padding-top: 20px;
	padding-bottom: 20px;	
	position: relative;
}

#sectionCampaignTrail h3 {
	margin: 0 10px 0 0;
	display: inline;
	float: left;
}

#sectionCampaignTrail a.to-events-page {
	float: right;
}

#sectionCountdown {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
}

.show-events-in-campaign-trail #sectionCountdown:before {
	content: '';
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #fff;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0; left: 0;
}

#sectionCountdown .date {
	margin: 5px auto;
	padding: 0 40px;
	display: inline-block;
	text-align: left;
	position: relative;
}

#sectionCountdown .date:before {
	font-family: themeblossom;
	content: "\e062";
	font-size: 110%;
	position: absolute;
	left: 0;
	height: 100%;
	color: #4d4d4d;	
}

#sectionCampaignTrail .flexslider {
	margin: 20px 0 !important;
	padding: 4px;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

#sectionCampaignTrail  * {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

.flex-direction-nav a  {
    line-height: 40px;
	color: rgba(0, 0, 0, 0.8) !important;
}

.flexslider .slides li > div {
	position: relative;
	width: 100%; height: 100%;
	overflow: hidden;
}

.flexslider .slides li img {
	z-index: 1;
	position: relative;
}

.flexslider .slides li .description {
	z-index: 2;
	width: 100%;
	box-sizing: border-box;
	background: url('images/transparentB45.png');
	text-align: center;
}

.flexslider .slides.slider li .description, .flexslider .slides.nav1 li .description, .flexslider .slides.nav2 li .description {
	height: auto;
	padding: 30px 0;
	position: absolute; bottom: 0; left: 0;
}

.flexslider .slides.carousel li .description {
	height: auto;
	padding: 15px 0;
	position: absolute; bottom: 0; left: 0;
}

.flexslider .slides li .description, .flexslider .slides li .description h3 {
	color: #fff !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7) !important;
	white-space: nowrap;
	text-align: center !important;
	float: none !important;
}

.flexslider .slides.slider li .description, .flexslider .slides.nav1 li .description, .flexslider .slides.nav2 li .description {
	font-size: 25px !important;
}

@media (max-width: 320px) {
	#flexslider.flexslider, #carousel.flexslider {
		display: none;
	}
}

@media (max-width: 480px) and (min-width: 321px) {
	.flexslider .slides li .description h3 {
		font-size: 18px !important;
		line-height: 25px !important;
	}

	.flexslider .slides li .description {
		font-size: 15px !important;
	}

	.flexslider .slides.slider li .description, .flexslider .slides.nav1 li .description, .flexslider .slides.nav2 li .description {
		padding: 5px 0;
	}
	
	#carousel.flexslider {
		display: none;
	}
}

@media (max-width: 768px) and (min-width: 481px) {
	.flexslider .slides.slider li .description, .flexslider .slides.nav1 li .description, .flexslider .slides.nav2 li .description {
		padding: 15px 0;
	}
}

@media (max-width: 1024px) and (min-width: 769px) {
	.flexslider .slides.slider li .description h3, .flexslider .slides.nav1 li .description h3, .flexslider .slides.nav2 li .description h3 {
		font-size: 35px !important;
		line-height: 50px !important;
	}
}

@media (min-width: 1025px) {
	.flexslider .slides.slider li .description h3, .flexslider .slides.nav1 li .description h3, .flexslider .slides.nav2 li .description h3 {
		font-size: 55px !important;
		line-height: 70px !important;
	}
}

.flexslider .slides li a {
	position: absolute;
	top: 0; left: 0;
	text-indent: -9999px;
	display: block;
	width: 100%; height: 100%;
	background: url('images/transparent.png');
	z-index: 3;
}

#carousel li {
	margin-right: 5px;	
}

#carousel img {
	opacity: 0.5;
}

#carousel img:hover {
	opacity: 1;
	cursor: pointer;
}

#carousel .flex-active-slide img {
	opacity: 1;
	cursor: default;
}

/*--------------------------------------------------------------
A-12 MEDIA
--------------------------------------------------------------*/
.wp-caption {
	overflow: hidden;
}

.wp-caption .wp-caption-text {
	color: #999; font-size: 90%; font-style: italic;
}

.no-hover-effect {
	display: inline-block;
}

.img-extras {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.img-extras img {
	position: relative;
	display: block;
	-webkit-transition: all 0.2s ease-in; 
 	-moz-transition: all 0.2s ease-in;
 	transition: all 0.2s ease-in;
}

.img-extras.zoom100 img {
	-webkit-transition: all 0.7s ease-in-out; 
 	-moz-transition: all 0.7s ease-in-out;
 	transition: all 0.7s ease-in-out;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}

.img-extras.zoom1:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}

.img-extras.zoom100:hover img {
	-webkit-transform: scale(100);
	-moz-transform: scale(100);
	transform: scale(100);
	opacity: 0;
}

.img-extras-content {
	top: 0px; left: 0px; width: 100%; height: 100%;
	position: absolute;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out; 
 	-moz-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out;
	opacity: 1;
	display: inline-block;
	vertical-align: middle;
}

.img-extras.translation .img-extras-content {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.img-extras.translation:hover .img-extras-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.img-extras.zoom1 .img-extras-content {
	opacity: 0;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.img-extras.zoom1:hover .img-extras-content {
	opacity: 1;
}

.img-extras.zoom100 .img-extras-content {
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.img-extras.zoom100:hover .img-extras-content {
	opacity: 1;
}

.img-extras.zoom1 a {
	-webkit-transform: translateY(-80%);
	-moz-transform: translateY(-80%);
	transform: translateY(-80%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.img-extras.zoom1:hover a {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}

.img-extras-content div {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: auto;
}

.img-extras-content .help-aligner {
	height: 100%;
}

.img-extras-content a {
	display: inline-block;
	color: #eee;
	font-size: 14px;
	margin: 5px 3px;
	text-decoration: none !important;
}

.img-extras-content a span {
	display: inline-block;
	padding: 10px;
	border-radius: 100px;
	background: #222;	
}

.img-extras-content a:hover {
	color: #fff;
}

.img-extras-content span:hover {
	background: #000;
}

.no-border-radius {
	border-radius: 0 !important; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important;
}

.entry-content.media-body {
	margin-top: 0 !important;
}

.media-body-section-content h2.entry-title {
	margin-top: 0 !important;
}

.media-body-section-content + .info-line {
	margin-bottom: 3.5em;
}

@media screen and (max-width: 768px) {
	.media-body {
		clear: both;
	}
}

.grid_type_full + .clear, .thumbnail_size_blog-square + .clear, .thumbnail_size_blog-wide + .clear, .thumbnail_size_full + .clear {
	margin-top: 20px;
}

.img-thumbnail {
	line-height: 0 !important;
	position: relative;
}

/*--------------------------------------------------------------
A-12.1 WORDPRESS GALLERY
--------------------------------------------------------------*/
.gallery > .gallery-item {
	display: table;
	float: left;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 25%;
}

.gallery-columns-1 > .gallery-item {
	width: 100%;
}

.gallery-columns-2 > .gallery-item {
	width: 50%;
}

.gallery-columns-3 > .gallery-item {
	width: 33%;
}

.gallery-columns-4 > .gallery-item {
	width: 25%;
}

.gallery-columns-5 > .gallery-item {
	width: 20%;
}

.gallery-columns-6 > .gallery-item {
	width: 16%;
}

.gallery-columns-7 > .gallery-item {
	width: 14%;
}

.gallery-columns-8 > .gallery-item {
	width: 12%;
}

.gallery-columns-9 > .gallery-item {
	width: 11%;
}

.gallery-item > .gallery-icon {
	margin: 0 auto 10px auto;
}

figcaption.wp-caption-text {
	font-size: 90%; color: #999; font-style: italic; text-align: center;
	width: 90%;
}

.gallery-icon img {
	border-width: 1px !important;
}

#primary.home-page a.read-more-button {
display: none;
}