/*
Theme Name: tdeditor
Theme URI: https://wordpress.com/themes/tdeditor/
Author: Themes Harbor
Author URI: https://themesharbor.com/
Description: A responsive, clean and simple WordPress theme developed for news websites, magazines and blogs.
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: tdeditor
Domain Path: /languages/
Tags: author-bio, black, blog, classic-menu, clean, custom-background, custom-menu, dark, education, fashion, featured-images, flexible-header, food, full-width-template, infinite-scroll, journal, left-sidebar, light, magazine, minimal, modern, news, one-column, post-slider, professional, responsive-layout, right-sidebar, rtl-language-support, simple, sticky-post, theme-options, translation-ready, two-columns, white
Status: inactive

tdEditor is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - General
2.0 - Inputs and buttons
3.0 - Header
4.0 - Footer
5.0 - Social Menu
6.0 - Main Menu
7.0 - Navigation
8.0 - Accessibility
9.0 - Widgets
	9.1 - Widgets (Blog)
	9.2 - Widgets (Single Post/Page)
	9.3 - Widgets (Footer)
10.0 - Blog/Archive/Search Content
	10.1 - Posts and Pages ( Single )
	10.2 - Asides
	10.3 - Comments
	10.4 - Archive/Search/404/Author Archive
	10.5 - Custom Archive Template
11.0 - Media
	11.1 - Gallery
11.0 - Infinite scroll
12.0 - Share Buttons
13.0 - Related Posts
14.0 - Contact Forms
15.0 - Breaking News
16.0 - Home Page Slideshow
17.0 - Home Blog Posts
18.0 - Go to Top Button
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General
--------------------------------------------------------------*/
html {
	font-size: 100%;
}

body {
	font-size: 16px;
	line-height: 1.7;
	font-family: 'PT Serif', Georgia, Times, serif;
	background: #ededed;
	color: #313131;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6,
.main-navigation,
.hentry .entry-author .author-info .author-meta,
.social-list,
.entry-cats,
.hentry .more-btn,
.site-info,
.paging-navigation,
div.jp-relatedposts .jp-relatedposts-headline {
	font-family: 'PT Sans', Helvetica, sans-serif;
}

a {
	color: #000000;
	font-weight: bold;
}

a:hover {
	color: #696969;
	text-decoration: none;
}

img {
	display: inline-block;
	width: auto\9;
	  height: auto;
	  max-width: 100%;
	  vertical-align: middle;
	  border: 0;
	  -ms-interpolation-mode: bicubic;
}

p, ul, ol, dd, dl, address, pre,
blockquote, p.intro,
.mejs-container {
	margin-bottom: 35px;
}

::selection {
	background: #fceb8d;
}

::-moz-selection {
	background: #fceb8d;
}

mark,
ins {
	background: #fceb8d;
	text-decoration: none;
}

pre {
	border: none;
	padding: 1em 1.8em;
	background: #f5f2f0;
}

a,
button,
input,
.blog-container .hentry .more-link .meta,
.gallery-caption,
#gotop,
#header-search-button > i {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.main-navigation .nav-bar li.menu-item-has-children > a:after,
.main-navigation .nav-bar li.page_item_has_children > a:after,
.main-navigation .nav-bar .sub-menu li.menu-item-has-children > a:before,
.main-navigation .nav-bar .children li.page_item_has_children > a:before,
.hentry .format-link a {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
2.0 Inputs and buttons
--------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	border: 1px solid #f3f4f5;
	background: none;
	padding: 0 6px;
	line-height: 40px;
	height: 40px;
	background: #fafbfc;
	font-size: 16px;
	border-radius: 2px;
}

textarea {
	border: 1px solid #f3f4f5;
	background: #fafbfc;
	font-size: 16px;
	border-radius: 2px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;

	outline: 0;
	  outline: thin dotted \9;
	background: #ffffff;
	color: #4b4c4f;
}

input[type="submit"],
a.button,
.page a.post-edit-link {
	display: inline-block;
	color: #ffffff;
	background: #000000;
	cursor: pointer;
	padding: 0 22px;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	border: 1px solid transparent;
	font-weight: normal;
	font-size: 13px;
	border-radius: 20px;
}

input[type="submit"]:hover,
a.button:hover,
.page a.post-edit-link:hover {
	background: #565656;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
#masthead {
	background: #ffffff;
	padding: 35px 0 0;
}

#masthead,
#masthead .site-title a {
	color: #444;
}

#masthead .site-branding {
	max-width: 100%;
}

#masthead .site-branding,
.header-only-logo .website-logo,
#masthead  .header-controls {
	margin-bottom: 23px;
}

#masthead .site-title,
#masthead .site-description {
	display: inline-block;
}

#masthead .site-title {
	font-size: 36px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 12px;
	margin-right: 10px;
	letter-spacing: -0.03em;
}

#masthead .site-description {
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	opacity: 0.8;
	color: #aaaaaa;
}

.header-only-logo #masthead  .site-title,
.header-only-logo #masthead  .site-description {
	display: none;
}

#masthead .header-controls {
	margin-top: -2px;
}

#header-search-box {
	display: none;
	padding: 30px 0;
	background: #313131;
	-moz-box-shadow:    inset 0 0 10px #000000;
	   -webkit-box-shadow: inset 0 0 10px #000000;
	   box-shadow:         inset 0 0 10px #000000;
	   font-size: 16px;
}

#header-search-box .header-searchform .field {
	padding: 0;
	background: none;
	border: none;
	border-bottom: 1px solid #565656;
	color: #ffffff;
	width: 100%;
}

#header-search-box .header-searchform .submit {
	display: none;
}

#header-search-button {
	display: inline-block;
	color: #aaa;
	min-width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: -3px;
	margin-left: 5px;
	border-left: 1px solid #eee;
}

#header-search-button:hover > i {
	color: #444444;
}

/*--------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/
#colophon {
	background: #171717;
	font-size: 16px;
}

#colophon .footer-widget-area {
	padding-top: 65px;
	padding-bottom: 15px;
}

#colophon a:hover,
#colophon {
	color: #acacac;
}

#colophon a {
	color: #dddddd;
	font-weight: normal;
}

#colophon .footer-bottom {
	background: #111;
	padding: 10px 0;
	font-size: 11px;
	text-transform: uppercase;
}

#colophon .site-info {
	margin-top: 12px;
}

#colophon .social-links #menu-social .social-list {
	font-size: 13px;
}

/*--------------------------------------------------------------
5.0 Social Menu
--------------------------------------------------------------*/
#menu-social .social-list {
	clear: both;
	font-size: 18px;
	margin: 0;
	padding:0;
}

#menu-social .social-list li {
	margin-left: 3px;
	margin-bottom: 3px;
	position: relative;

}

#menu-social .social-list li,
#menu-social .social-list li a {
	display: inline-block;
}

#menu-social li .screen-reader-text {
	display: none;
}

#menu-social li a::before {
	content: '';
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	color: #aaa;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}

#menu-social li a::before { content: '\f0c1'; }
#menu-social li a[href*="facebook.com"]::before { content: '\f09a'; }
#menu-social li a[href*="twitter.com"]::before { content: '\f099'; }
#menu-social li a[href*="plus.google.com"]::before { content: '\f0d5'; }
#menu-social li a[href*="dribbble.com"]::before { content: '\f17d'; }
#menu-social li a[href*="pinterest.com"]::before { content: '\f0d2'; }
#menu-social li a[href*="github.com"]::before { content: '\f113'; }
#menu-social li a[href*="tumblr.com"]::before { content: '\f173'; }
#menu-social li a[href*="youtube.com"]::before { content: '\f16a'; }
#menu-social li a[href*="flickr.com"]::before { content: '\f16e'; }
#menu-social li a[href*="vimeo.com"]::before { content: '\f194'; }
#menu-social li a[href*="instagram.com"]::before { content: '\f16d'; }
#menu-social li a[href*="linkedin.com"]::before { content: '\f0e1'; }
#menu-social li a[href$="/feed/"]::before { content: '\f09e'; }
#menu-social li a[href*="behance.net"]::before { content: '\f1b4'; }
#menu-social li a[href*="vk.com"]::before { content: '\f189'; }
#menu-social li a[href*="soundcloud.com"]::before { content: '\f1be'; }
#menu-social li a[href*="reddit.com"]::before { content: '\f1a1'; }
#menu-social li a[href^="mailto:"]::before { content: '\f0e0'; }
#menu-social li a[href*="deviantart.com"]::before { content: '\f1bd'; }

#menu-social li a:hover::before {color: #fff; background: #000000;}
#menu-social li a[href*="facebook.com"]:hover::before { background: #375E98; }
#menu-social li a[href*="twitter.com"]:hover::before { background: #32CDFB; }
#menu-social li a[href*="plus.google.com"]:hover::before { background: #B83B29; }
#menu-social li a[href*="dribbble.com"]:hover::before { background: #EF5A90; }
#menu-social li a[href*="pinterest.com"]:hover::before { background: #BD4C50; }
#menu-social li a[href*="github.com"]:hover::before { background: #E6E6E6; color: #5E5F5F;  }
#menu-social li a[href*="tumblr.com"]:hover::before { background: #043052; }
#menu-social li a[href*="youtube.com"]:hover::before { background: #CB291C; }
#menu-social li a[href*="flickr.com"]:hover::before { background: #B1B6C6; }
#menu-social li a[href*="vimeo.com"]:hover::before { background: #3395CA; }
#menu-social li a[href*="instagram.com"]:hover::before { background: #44749C; }
#menu-social li a[href*="linkedin.com"]:hover::before { background: #376CBD; }
#menu-social li a[href$="/feed/"]:hover::before { background: #DCA24C; }
#menu-social li a[href*="behance.net"]:hover::before { background: #225ABB; }
#menu-social li a[href*="vk.com"]:hover::before { background: #355A85; }
#menu-social li a[href*="soundcloud.com"]:hover::before { background: #FF6301; }
#menu-social li a[href*="reddit.com"]:hover::before { background: #9CCAFE; }
#menu-social li a[href^="mailto:"]:hover::before { background: #1A9D6E; }
#menu-social li a[href*="deviantart.com"]:hover::before { background: #9FAD5A; }

#masthead .social-list {
	display: inline;
}

/*--------------------------------------------------------------
6.0 Main Menu
--------------------------------------------------------------*/
.main-navigation .tinynav {
	display: none;
	margin-top: 0;
}

.main-navigation {
	display:block;
	font-size: 13px;
	background: #333;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

.main-navigation li {
	display: inline-block;
	position: relative;
	line-height: 1.4;
}

.main-navigation .nav-bar li.menu-item-has-children > a:after,
.main-navigation .nav-bar li.page_item_has_children > a:after {
	content: "\f0d7";
	position: relative;
	padding-left: 8px;
	color: #fff;
}

.main-navigation .nav-bar .sub-menu li.menu-item-has-children > a:after,
.main-navigation .nav-bar .children li.page_item_has_children > a:after {
	content: "\f0da";
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 15px 12px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
}

.main-navigation ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 100%;
	z-index: 99999;
	padding: 0;
	background:#515151;
	text-align: left;
	line-height: 1.2;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 1px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 1px;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.main-navigation ul ul ul {
	left: 100%;
	top: -1px;
	border-left: 1px solid rgba(255,255,255,0.1);
}

.main-navigation ul ul li {
	line-height: 1.2;
}

.main-navigation ul ul a {
	width: 160px;
	padding: 12px;
	font-size: 11px;
}

.main-navigation ul ul li:last-child {
	border-bottom: none;
}

.main-navigation ul ul li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin-right: 0;
	margin-left: 0;
}

.main-navigation li:hover > a {
	background:#515151;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 1px;
	box-shadow: rgba(0,0,0,0.2) 0 0 1px;
}
.main-navigation ul ul :hover > a {
	background:#333;
}
.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 {
	background:#515151;
}

#site-navigation.sticky-navigation {
	position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  width: 100%;
	  z-index: 99999;
	  margin: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-backface-visibility: hidden;
}

.sticky-navigation.main-navigation a {
	padding: 10px 12px;
	-webkit-backface-visibility: hidden;
}

.sticky-navigation.main-navigation ul ul {}

.sticky-navigation.main-navigation ul ul ul {
	top: -1px;
}

.main-navigation .tinynav {
	position: relative;
	text-transform: uppercase;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

	color: #313131;
	   padding: 0 15px 0 45px;

	   font-size: 13px;
	   border: 0;
	   border-radius: 0;
	   line-height: 30px;
	   height: 30px;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

/*--------------------------------------------------------------
7.0 Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
	text-align: center;
	margin-bottom: 1px;
}

.navigation.paging-navigation {
	margin-top: 25px;
	margin-bottom: 30px;
	font-size: 20px;
	text-transform: uppercase;
}

.navigation.paging-navigation .nav-links a {
	display: block;
	color: #ffffff;
	letter-spacing: -0.05em;
	background: #000000;
	padding: 10px 0;
}

.navigation.paging-navigation .nav-links a:hover {
	letter-spacing: 0.05em;
	background: #313131;
}

.navigation.paging-navigation .numeric-pagination {
	background:#ffffff;
	padding: 15px;
	font-size: 16px;
}

.navigation.paging-navigation .numeric-pagination a {
	margin: 0 2px 0 0;
	text-decoration:none;
	color: #313131;
}

.navigation.paging-navigation .numeric-pagination .current,
.navigation.paging-navigation .numeric-pagination a:hover {
	background: #eee;
	color: #313131;
}

.navigation.paging-navigation .numeric-pagination a,
.navigation.paging-navigation .numeric-pagination .current {
	display:inline-block;
	line-height: 35px;
	height: 35px;
	padding: 0 10px;
	min-width: 35px;
	width:auto;
	text-align: center;
	font-weight: bold;
}

.navigation.post-navigation {
	background:#fafbfc;
	padding: 50px;
}

.navigation.post-navigation .nav-links {
	max-width: 800px;
	margin: 0 auto;
}

.navigation.post-navigation .nav-links a {
	font-weight: normal;
	color: #aaaaaa;
}

.comment-navigation a {
	font-size: 13px;
	display: inline-block;
	padding: 5px 12px;
	border: 1px solid;
	color: #aaa;
	font-weight: normal;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#comment-nav-above {
	margin-bottom: 0;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}

#comment-nav-below {
	margin-bottom: 40px;
	padding-bottom: 40px;
	padding-top: 40px;
	border-top: 1px solid #eee;
}

/*--------------------------------------------------------------
8.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;
	margin-bottom: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 15px;
}

.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 {
	word-wrap:break-word;
}

.widget .widget-title {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 13px;
	letter-spacing: 0.02em;
}

.widget .widget-title label,
.widget form[id*=subscribe-blog] :last-child {
	margin: 0;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	-webkit-padding-start: 0;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.widget_search .search-submit,
.widget_tdeditor_category_posts_widget .sharedaddy.sd-sharing-enabled {
	display: none;
}

.widget_search .search-form label {
	display: block;
}

.widget_search .search-field {
	width: 100%;
}

.widget.widget_rss li {
	margin-bottom: 30px;
}

.widget_tdeditor_category_posts_widget .hentry .hentry-inner .entry-content :last-child,
.widget_tdeditor_category_posts_widget .hentry .hentry-inner .entry-content p:last-of-type {
	margin-bottom: 0;
}

.widget_tag_cloud li {
	  border: 0;
	  padding-top: 0;
	  padding-bottom: 4px;
}

.widget_tag_cloud a {
	position: relative;
	display: inline-block;
	  margin-bottom: 4px;
	  padding: 0 12px;
	  line-height: 30px;
	  font-size: 13px !important;
	  text-transform:lowercase;
	  color: #ffffff;
	  background: #444;
	  font-weight: normal;
}

.widget_tag_cloud a:hover {
	opacity: 0.7;
}

.widget.widget_recent_entries li {
	margin-bottom: 10px;
}

.widget.widget_recent_entries .post-date {
	display: block;
	font-size: 11px;
}

.widget .tiled-gallery-caption {
	display: none !important;
}

#page #secondary .widget_tdeditor_category_posts_widget,
#footer-widgets .widget_tdeditor_category_posts_widget {
	padding-bottom: 8px;
}

#secondary .widget_tdeditor_category_posts_widget .widget-title .view-more,
#secondary .widget_tdeditor_category_posts_widget .more-btn,
#secondary .widget_tdeditor_category_posts_widget .post-thumb,
#footer-widgets .widget_tdeditor_category_posts_widget .widget-title .view-more,
#footer-widgets .widget_tdeditor_category_posts_widget .more-btn,
#footer-widgets .widget_tdeditor_category_posts_widget .post-thumb {
	display: none;
}

#secondary .widget_tdeditor_category_posts_widget .hentry .hentry-inner:before,
#footer-widgets .widget_tdeditor_category_posts_widget .hentry .hentry-inner:before,
.hentry #secondary .widget_tdeditor_category_posts_widget .hentry .entry-title:before,
#secondary .widget_tdeditor_category_posts_widget .entry-title:before,
#footer-widgets .widget_tdeditor_category_posts_widget .entry-title:before,
#footer-widgets .widget_tdeditor_category_posts_widget .hentry .entry-meta:before,
.hentry #secondary .widget_tdeditor_category_posts_widget .hentry .entry-meta:before,
.widget.widget_recent_comments td,
.widget.widget_recent_comments .recentcommentsavatar.table {
	border: none;
}

#secondary .widget_tdeditor_category_posts_widget .hentry .entry-meta,
.hentry #secondary .widget_tdeditor_category_posts_widget .hentry .entry-meta {
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 0px;
}

#page #secondary .widget_tdeditor_category_posts_widget .home-post-item,
#page #footer-widgets .widget_tdeditor_category_posts_widget .home-post-item,
.blog-two-columns #page #secondary .widget_tdeditor_category_posts_widget .home-post-item .hentry,
.blog-two-columns #page #footer-widgets .widget_tdeditor_category_posts_widget .home-post-item .hentry {
	width: 100%;
}

.widget.widget_recent_comments td {
	line-height: 1.6;
}

/*--------------------------------------------------------------
9.1 Widgets Blog
--------------------------------------------------------------*/
#secondary {
	margin-top: 30px;
	font-size: 13px;
}

#secondary .widget {
	background: #ffffff;
	margin: 0 0 30px;
	padding: 30px 35px;
}

#secondary .widget .widget-title,
#secondary .widget_tdeditor_category_posts_widget .widget-title a {
	color: #aaaaaa;
}

#secondary .widget_tdeditor_category_posts_widget .home-post-item .hentry {
	margin-bottom: 20px;
	background: none;
}

#secondary .widget_tdeditor_category_posts_widget .entry-title {
	font-size: 16px;
	margin-bottom: 20px;
}

#secondary .widget_tdeditor_category_posts_widget .hentry-inner {
	padding: 0 0 20px;
	border-bottom: 1px solid #f9f9f9;
}

#secondary .widget_tdeditor_category_posts_widget .home-post-item:last-child .hentry-inner {
	padding: 0;
	border-bottom: none;
}

/*--------------------------------------------------------------
9.2 Widgets Single Post/Page
--------------------------------------------------------------*/
.hentry #secondary {
	font-size: 13px;
	margin-top: 0;
}

.hentry #secondary .widget {
	background: #fafbfc;
	margin-bottom: 5px;
}

.hentry #secondary .widget:last-child {
	margin-bottom: 0;
}

.hentry #secondary .widget_tdeditor_category_posts_widget .hentry-inner,
#homepage-widgets #secondary .widget_tdeditor_category_posts_widget .hentry-inner {
	font-size: 13px;
}

.hentry #secondary .widget_tdeditor_category_posts_widget .hentry .entry-meta,
.hentry #secondary .widget_tdeditor_category_posts_widget .hentry .entry-title,
#homepage-widgets #secondary .widget_tdeditor_category_posts_widget .hentry .entry-meta,
#homepage-widgets #secondary .widget_tdeditor_category_posts_widget .hentry .entry-title {
	text-align: left;
}

.hentry #secondary .widget_tdeditor_category_posts_widget .hentry .entry-title a,
#homepage-widgets #secondary .widget_tdeditor_category_posts_widget .hentry .entry-title a {
	color: #000;
}

.hentry #secondary .widget_tdeditor_category_posts_widget .hentry .entry-meta a,
#homepage-widgets #secondary .widget_tdeditor_category_posts_widget .hentry .entry-meta a {
	color: #9c9a9a;
}

.hentry #secondary .widget_tdeditor_category_posts_widget .hentry .entry-meta a:hover,
.hentry #secondary .widget_tdeditor_category_posts_widget .hentry .entry-title a:hover,
#homepage-widgets #secondary .widget_tdeditor_category_posts_widget .hentry .entry-meta a:hover,
#homepage-widgets #secondary .widget_tdeditor_category_posts_widget .hentry .entry-title a:hover {
	color: #696969;
}

/*--------------------------------------------------------------
9.3 Widgets Footer
--------------------------------------------------------------*/
.footer-widget-area .widget {
	margin: 0 0 50px;
}

.footer-widget-area .widget .widget-title,
#footer-widgets .widget_tdeditor_category_posts_widget .widget-title a  {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 25px;
	font-weight: bold;
}

#footer-widgets .widget_tdeditor_category_posts_widget .home-post-item .hentry {
	background: none;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

#footer-widgets .widget_tdeditor_category_posts_widget .home-post-item:last-child .hentry {
	border: none;
	padding-bottom:0;
	margin-bottom: 0;
}

#footer-widgets .widget_tdeditor_category_posts_widget .hentry .entry-meta {
	margin-bottom: 20px;
	margin-top:0;
	font-size: 11px;
}

#footer-widgets .widget_tdeditor_category_posts_widget .entry-header .entry-meta,
#footer-widgets .widget_tdeditor_category_posts_widget .entry-header .entry-title {
	text-align: left;
}

#footer-widgets .widget_tdeditor_category_posts_widget .entry-header .entry-title {
	margin-bottom: 25px;
	font-size: 19px;
}

#footer-widgets .widget_tdeditor_category_posts_widget .entry-header .entry-title a {
	font-weight: bold;
}

#footer-widgets .widget_tdeditor_category_posts_widget .hentry-inner {
	font-size: 16px;
	padding: 0;
	max-width: 100%;
}

#footer-widgets .widget_tdeditor_category_posts_widget .home-post-item:last-child .hentry {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
10.0 Blog/Archive/Search Content
--------------------------------------------------------------*/
.blog #main,
.archive #main,
.search #main {
	margin-top: 30px;
	margin-bottom: 30px;
}

.hentry .post-thumb {
	text-align: center;
}

.blog-one-column .hentry {
	background: #ffffff;
	width: 100%;
	margin-bottom: 30px;
}

.blog-one-column .hentry .hentry-inner {
	padding: 60px 30px;
	max-width: 42em;
	margin: 0 auto;
	position: relative;
}

.blog-two-columns .content-grid {
	margin-left: -1%;
}

.blog-two-columns .hentry {
	background: #ffffff;
	width: 49%;
	float: left;
	margin-left:1%;
	margin-bottom:1%;
}

.blog-two-columns .hentry .hentry-inner {
	padding: 60px;
	width: 100%;
	position: relative;
}

.hentry.has-featured-img .hentry-inner:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-color: #ffffff transparent;
	display: block;
	width: 0;
	z-index: 1;
}

.blog-one-column .hentry.has-featured-img .hentry-inner:before {
	border-width: 0 25px 25px;
	top: -25px;
	left: 50px;
}

.blog-two-columns .hentry.has-featured-img .hentry-inner:before {
	border-width: 0 20px 20px;
	top: -20px;
	left: 60px;
}

.hentry .entry-header .entry-comments {
	display: none;
}

.hentry .entry-meta.top,
.hentry .entry-meta.top a {
	color: #9c9a9a;
	font-weight: normal;
}

.hentry .entry-meta.top {
	margin-bottom: 40px;
	margin-top: 10px;
	font-size: 13px;
}

.hentry .hentry-inner .entry-title {
	margin-bottom: 70px;
	margin-top: 0;
	font-size: 26px;
	color: #313131;
	position: relative;
	letter-spacing: -0.02em;
	line-height: 1.4;
	word-wrap:break-word;
}

.hentry .hentry-inner .entry-title:before {
	content: "";
	position: absolute;
	bottom: -34px;
	left: 0;
	width: 25%;
	border-bottom: 1px solid #aaa;
}

.blog-one-column .hentry .entry-summary,
.blog-two-columns .hentry .entry-summary {
	font-size: 16px;
}

.hentry .entry-cats {
	margin-top: 25px;
}

.hentry .entry-cats a {
	background: #9c9a9a;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 4px 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	white-space: nowrap;
}

.hentry .more-btn {
	background: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 13px;
	padding-top: 10px;
}

.hentry .more-btn a {
	display: block;
	background: #f9f9f9;
	padding: 15px;
	color: #aaaaaa;
}

.hentry .more-btn a:hover {
	color: #313131;
}

/* Fix for last item dropping below the controls. */
.blog-two-columns .mejs-container .mejs-controls > div:last-of-type {
	position: relative;
	clear: both;
	float: right;
	top: -26px;
}

/*--------------------------------------------------------------
10.1 Posts and Pages (Single)
--------------------------------------------------------------*/
.single .hentry,
.page .hentry,
.single.custom-background .hentry-wrap,
.page.custom-background .hentry-wrap {
	background:#ffffff;
}

.single.custom-background .hentry,
.page.custom-background .hentry {
	background: none;
}

.single .hentry-bottom .hentry-bottom-inner,
.single .hentry-inner,
.page .hentry-bottom .hentry-bottom-inner,
.page .hentry-inner {
	max-width:760px;
	font-size: 18px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.single .hentry-inner.has-sidebar,
.page .hentry-inner.has-sidebar {
	max-width: 100%;
}

.custom-background .hentry-inner.has-sidebar .entry-body,
.hentry-inner.has-sidebar .entry-body.pull-right {
	padding-left: 55px;
}

.hentry-inner.has-sidebar .entry-body,
.custom-background .hentry-inner.has-sidebar .entry-body.pull-right {
	padding-right: 55px;
}

.page .hentry-inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

.attachment.single .hentry-inner {
	padding-bottom: 80px;
}

.single .hentry .entry-header .entry-title,
.page .hentry .entry-header .entry-title {
	font-size: 52px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.single .hentry .hentry-inner .entry-meta {
	text-align: center;
	margin-bottom: 100px;
	font-size: 13px;
	position: relative;
}

.single .hentry .hentry-inner .entry-meta:before {
	content: "";
	width: 20%;
	border-bottom: 1px solid #aaa;
	position: absolute;
	bottom: -50px;
	left: 40%;
}

.single .hentry .entry-header .entry-meta a {
	font-weight: normal;
}

.single .hentry .hentry-inner .entry-author {
	margin-top: -90px;
	margin-bottom: 15px;
	position: relative;
	z-index: 6;
	text-align: center;
}

.single .hentry .hentry-inner .entry-author .avatar-container {
	max-width: 90px;
	margin: 0 auto;
}

.single .hentry .hentry-inner .entry-author .avatar-container,
.single .hentry .entry-author .avatar-container img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 1px;
	background: #fff;
}

.single .hentry .entry-author .avatar-container img {
	border: 4px solid #ffffff;
	display: block;
}

.single .hentry .entry-author .author-info .author-meta {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	line-height: 1;
	color: #aaa;
}

.single .hentry .entry-header,
.single .hentry .entry-header a,
.page .hentry .entry-header,
.page .hentry .entry-header a {
	color: #696969;
}

.single .hentry.has-featured-img .entry-header,
.single .hentry.has-featured-img .entry-header a,
.page .hentry.has-featured-img .entry-header,
.page .hentry.has-featured-img .entry-header a {
	color: #ffffff;
}

#single-featured-img-container {
	position: relative;
	z-index: 1;
}

.has-featured-img #single-featured-img-container .image-overlay {
	background: #333;
}

#single-featured-img-container .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	filter:alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	z-index: 1;
}

.single-featured-img-inner {
	z-index: 5;
	position: relative;
}

.has-featured-img .single-featured-img-inner {
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

#single-featured-img-container .single-featured-img-inner {
	padding: 160px 0 180px;
	max-width: 800px;
	margin: 0 auto;
}

#single-featured-img-container .image-overlay {
	background: #eeeeee;
}

#single-featured-img-container .entry-caption {
	text-align: center;
	opacity: 0.8;
	margin-top: 25px;
}

.hentry-bottom {
	background: #ffffff;
	padding: 40px 0 0;
}

.page .hentry-bottom,
.attachment.single .hentry-bottom {
	border-top: 1px solid #eeeeee;
}

.hentry {
	margin: 0;
}

.hentry .entry-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.hentry .entry-footer {
	margin-top: 10px;
	margin-bottom: 10px;
}

.hentry .entry-footer .entry-tags,
.hentry .entry-footer .entry-tags a {
	color: #aaaaaa;
}

.hentry .entry-footer .entry-tags {
	font-size: 13px;
}

.hentry .entry-footer .entry-tags a {
	font-weight: normal;
}

.hentry.sticky,
.sticky .more-btn {
	background: #f2f1ea;
}

.sticky .more-btn a {
	background: #e8e7da;
}

.sticky.hentry.has-featured-img .hentry-inner:before {
	border-color: #f2f1ea transparent;
}

.attachment.single .entry-attachment {
	text-align: center;
}

.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}

.single .entry-content h1,
.page .entry-content h1,
.comments-area .comment-body h1,

.single .entry-content h2,
.page .entry-content h2,
.comments-area .comment-body h2,

.single .entry-content h3,
.page .entry-content h3,
.comments-area .comment-body h3,

.single .entry-content h4,
.page .entry-content h4,
.comments-area .comment-body h4,

.single .entry-content h5,
.page .entry-content h5,
.comments-area .comment-body h5,

.single .entry-content h6,
.page .entry-content h6,
.comments-area .comment-body h6 {
	line-height: 1.3;
	margin-top: 45px;
	margin-bottom: 15px;
}

.single .entry-content h1,
.page .entry-content h1,
.comments-area .comment-body h1 {
	font-size: 42px;
}

.single .entry-content h2,
.page .entry-content h2,
.comments-area .comment-body h2 {
	font-size: 32px;
}

.single .entry-content h3,
.page .entry-content h3,
.comments-area .comment-body h3 {
	font-size: 25px;
}

.single .entry-content h4,
.page .entry-content h4,
.comments-area .comment-body h4 {
	font-size: 20px;
}

.single .entry-content h5,
.page .entry-content h5,
.comments-area .comment-body h5 {
	font-size: 16px;
}

.single .entry-content h6,
.page .entry-content h6,
.comments-area .comment-body h6 {
	font-size: 13px;
}

.entry-content blockquote  {
	position: relative;
	margin: 40px 0;

	border: none;
	padding:40px 70px 40px;
	color: #898989;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	z-index: 1;
	font-style: italic;
}

.entry-content blockquote cite {
	color: #696969;
}

.single .entry-content a,
.page .entry-content a {
	text-decoration: underline;
}

.single .entry-content a:hover,
.page .entry-content a:hover {
	text-decoration: none;
}

.single .entry-content p.intro,
.page .entry-content p.intro {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6;
}

.single .entry-content p span.dropcap,
.page .entry-content p span.dropcap {
	float: left;
	padding: 0 12px 0 0;
	font-size: 300%;
	font-weight: bold;
	line-height: 1;
}

.page-links {
	clear: both;
	margin: 35px 0;
	font-size: 13px;
	border-top: 1px solid #aaa;
}

.page-links .page-links-title,
.page-links span,
.page-links a {
	line-height: 25px;
	height: 25px;
	display: inline-block;
}

.page-links .page-links-title {
	padding: 0 8px 0 0;
	border-top: none;
}

.page-links span {
	border-top: 1px solid #000000;
	font-weight: bold;
}

.page-links a:hover > span {
	border-top: 1px solid #fafbfc;
	color: #696969;
}

.page-links span,
.page-links a span {
	padding: 4px 10px 0;
	margin-top: -1px;
}

.page-links a span {
	border-top: 1px solid transparent;
	color: #aaa;
}

.page-links .page-links-title,
.page-links a span,
.page-links a {
	font-weight: normal;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.2 Quotes
--------------------------------------------------------------*/
.blog .format-quote,
.archive .format-quote {
	position: relative;
	background: #333333;
}

.format-quote .format-link a {
	z-index: 2;
	position: absolute;
	top: 30px;
	right: 30px;
	color: #969696;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid;
	border-radius: 50%;
	text-align: center;
	font-size: 0.8em;
}

.format-quote .format-link a:before {
	content: "\f0c1";
}

.blog .format-quote.hentry.has-featured-img .hentry-inner:before,
.archive .format-quote.hentry.has-featured-img .hentry-inner:before {
	border: none;
}

.blog .format-quote .entry-header,
.archive .format-quote .entry-header {
	display: none;
}

.blog .format-quote .post-thumb,
.archive .format-quote .post-thumb {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0.15;
	filter:alpha(opacity=15);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	background-size: cover;
	background-position: center center;
	background-attachment: inherit;
}

.blog .format-quote .hentry-inner,
.archive .format-quote .hentry-inner {
	position: static;
	z-index: 2;
	padding-top: 75px;
}

.blog .format-quote .entry-content blockquote,
.archive .format-quote .entry-content blockquote {
	padding: 0;
}

.single .format-quote .entry-content blockquote,
.blog .format-quote .entry-content blockquote,
.archive .format-quote .entry-content blockquote {
	font-style: normal;
	font-size: 26px;
	border: none;
	margin: 0;
	line-height: 1.5;
	color: #e9e9e9;
}

.single .format-quote .entry-content blockquote p,
.blog .format-quote .entry-content blockquote p,
.archive .format-quote .entry-content blockquote p {
	margin-bottom: 15px;
}

.single .format-quote .entry-content blockquote :last-child,
.blog .format-quote .entry-content blockquote :last-child,
.archive .format-quote .entry-content blockquote :last-child {
	margin-bottom: 0;
}

.single .format-quote .entry-content blockquote cite,
.blog .format-quote .entry-content blockquote cite,
.archive .format-quote .entry-content blockquote cite {
	font-size: 0.7em;
}

.single .format-quote .entry-content blockquote cite,
.blog .format-quote .entry-content blockquote cite,
.archive .format-quote .entry-content blockquote cite,
.single .format-quote .entry-content blockquote cite a,
.blog .format-quote .entry-content blockquote cite a,
.archive .format-quote .entry-content blockquote cite a {
	color: #969696;
}

.single .format-quote .entry-content blockquote cite:before,
.blog .format-quote .entry-content blockquote cite:before,
.archive .format-quote .entry-content blockquote cite:before {
	content: "\2014";
}

.single .format-quote .entry-content blockquote {
	background: #333;
	padding: 65px 85px 65px 65px;
	margin-bottom: 55px;
}

.single .format-quote .entry-content blockquote:before {
	content: '';
	position: absolute;
	bottom: 0; right: 0;
	border-bottom: 80px solid white;
	border-left: 80px solid #aaa;
	width: 0;
	box-shadow: -3px -3px 4px rgba(0,0,0,0.1);
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {}

#comments .comments-title {
	margin-top: 0;
	margin-bottom: 50px;
	font-size: 20px;
	color: #aaaaaa;
	text-transform:uppercase;
}

#comments {
	font-size: 16px;
}

#comments ul {
	list-style: none;
}

#comments ol {
	list-style: none;
	margin-left: 0;
	-webkit-padding-start: 0;
	padding-left: 0;
	margin-bottom: 60px;
}

#comments .comment-list article,
#comments .comment-list .pingback,
#comments .comment-list .trackback {
	border-top: 1px solid #eee;
	margin-bottom: 40px;
	padding-top: 40px;
}

#comments .comment-list > li:first-child > article,
#comments .comment-list > .pingback:first-child,
#comments .comment-list > .trackback:first-child {
	border-top: 0;
}

#comments .comment-author {
	position: relative;
}

#comments .comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 64px;
	width: 64px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

#comments .comment-author,
#comments .comment-awaiting-moderation,
#comments .comment-content,
#comments .comment-list .reply,
#comments .comment-metadata {
	padding-left: 91px;
}

#comments .says {
	display: none;
}

#comments .comment-metadata {
	margin-top: 3px;
}

#comments .comment-content {
	margin-top: 35px;
}

#comments .comment-edit-link {
	margin-left: 2px;
	position:relative;
}

#comments .comment-edit-link:before {
	content: "/";
	padding-right: 5px;
}

#comments .comment-content li > ul,
#comments .comment-content li > ol,
#comments .comment-content > :last-child,
#comments .comment-content ul li,
#comments .comment-content ol li,
#comments .comment-subscription-form {
	margin-bottom: 0;
}

#comments .comment-list .children {
	list-style: none;
	margin-left: 40px;
}

#comments .reply {
	margin-top: 40px;
}

#comments ol li > ul {
	list-style: none;
}

#comments .comment-content ul {
	list-style: disc;
}

#comments .comment-content ul ul,
#comments .comment-content ol ul {
	list-style-type: circle;
}

#comments .comment-content ol {
	margin-left: 25px;
	list-style: decimal;
}

#comments .comment .comment-respond {
	margin-top: 45px;
}

#comments .no-comments,
#comments .comment-respond h3 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #696969;
	font-weight: bold;
	font-size: 20px;
	text-transform:uppercase;
}

#comments .no-comments {
	display: inline-block;
	background: #333;
	color: #fff;
	padding: 15px 18px;
	line-height: 1.1;
	border-radius: 10px;
	font-size: 13px;
}

#respond #author,
#respond #email,
#respond #url,
#respond #comment {
	width: 100%;
}

#respond label {
	font-weight: normal;
}

#respond .comment-notes,
#respond .logged-in-as,
#respond .logged-in-as a,
#cancel-comment-reply-link,
#comments .comment-metadata a {
	color: #aaaaaa;
	font-weight: normal;
}

#comments .form-allowed-tags,
#comments .comment-metadata,
#respond .comment-notes,
#respond .logged-in-as,
#comments .reply,
#respond label {
	font-size: 13px;
}

#respond #commentform {
	margin-bottom: 30px;
}

#comments .form-allowed-tags code {
	color: #aaaaaa;
	background: none;
	white-space: normal;
}

/*--------------------------------------------------------------
10.4 Archive/Search/404/Author Archive
--------------------------------------------------------------*/
.archive .page-header,
.search .page-header,
.no-results .page-header,
.error-404.not-found .page-header {
	margin: 30px 0;
	border:none;
	background: #313131;
	color: #fff;
	padding: 10px 15px;
}

.search.search-no-results .site-main .no-results .page-header {
	margin-top: 0;
	margin-bottom: 0;
	background: #ffffff;
	color: #444444;
	border-bottom: 1px solid #eeeeee;
	padding-top: 20px;
	padding-bottom: 18px;
}

.search.search-no-results .site-main .no-results .page-header .page-title {
	font-weight: bold;
}

.archive .page-header .page-title,
.search .page-header .page-title,
.error-404.not-found .page-header .page-title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

.archive .page-header .page-title,
.error-404.not-found .page-header .page-title {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}

.archive .taxonomy-description,
.search .page-header .page-title .search-query,
.error-404.not-found .taxonomy-description,
.archive.author .auhtor-bio {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 1px;
	border-top: 1px solid #656565;
	font-size: 13px;
}

.archive .taxonomy-description p {
	margin-bottom: 0;
}

.search .page-header .page-title {
	font-size: 13px;
}

.search .page-header .page-title .search-query {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.no-results.not-found .page-content,
.error-404.not-found .page-content {
	background: #ffffff;
	padding: 15px;
	margin-bottom: 30px;
}

.no-results.not-found .page-content .tips,
.error-404.not-found .page-content .tips {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.error404 .additional-help {
	border-top: 1px solid #eeeeee;
	margin-top: 10px;
	padding-top: 10px;
}

.error404 .additional-help .custom-archive-title,
.error404 .additional-help .widgettitle {
	margin-bottom: 15px;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 2px solid;
	font-weight: bold;
}

.error404 .additional-help .custom-archive-list {
	padding-left: 20px;
	-webkit-padding-start: 20px;
	font-size: 13px;
	margin-bottom: 15px;
}

.archive.author .author-picture {
	margin: 5px 15px 5px 0;
	max-width: 46px;
}

.archive.author .author-header .author-sub-title {
	font-size: 11px;
	text-transform:uppercase;
	line-height: 1;
	margin: 8px 0 3px;
	opacity: 0.7;
}

.archive.author .author-header .author-name {
	font-size: 20px;
	line-height: 1.4;
	margin: 0;
}

/*--------------------------------------------------------------
11.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 {
	margin-bottom: 35px;
	max-width: 100%;
}

.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 5px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	font-size: 13px;
	margin: 1.000em 0 0;
	color: #aaaaaa;
}

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

/*--------------------------------------------------------------
11.1 Gallery
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 35px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 1px 1px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 49.5%;
	max-width: -webkit-calc(50% - 1px);
	max-width: calc(50% - 1px);
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
	max-width: -webkit-calc(33.3% - 1px);
	max-width: calc(33.3% - 1px);
}

.gallery-columns-4 .gallery-item {
	max-width: 24.5%;
	max-width: -webkit-calc(25% - 1px);
	max-width: calc(25% - 1px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19.5%;
	max-width: -webkit-calc(20% - 1px);
	max-width: calc(20% - 1px);
}

.gallery-columns-6 .gallery-item {
	max-width: 16%;
	max-width: -webkit-calc(16.66% - 1px);
	max-width: calc(16.66% - 1px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13.5%;
	max-width: -webkit-calc(14.285% - 1px);
	max-width: calc(14.285% - 1px);
}

.gallery-columns-8 .gallery-item {
	max-width: 12%;
	max-width: -webkit-calc(12.5% - 1px);
	max-width: calc(12.5% - 1px);
}

.gallery-columns-9 .gallery-item {
	max-width: 10%;
	max-width: -webkit-calc(11.11% - 1px);
	max-width: calc(11.11% - 1px);
}

.gallery-columns-1 figure.gallery-item:nth-of-type(1n),
.gallery-columns-2 figure.gallery-item:nth-of-type(2n),
.gallery-columns-3 figure.gallery-item:nth-of-type(3n),
.gallery-columns-4 figure.gallery-item:nth-of-type(4n),
.gallery-columns-5 figure.gallery-item:nth-of-type(5n),
.gallery-columns-6 figure.gallery-item:nth-of-type(6n),
.gallery-columns-7 figure.gallery-item:nth-of-type(7n),
.gallery-columns-8 figure.gallery-item:nth-of-type(8n),
.gallery-columns-9 figure.gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1 figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1 figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
	clear: left;
}

.gallery-caption {
	background: rgba(0, 0, 0, 0.4);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.26) 0%, rgba(0,0,0,0.59) 59%, rgba(0,0,0,0.65) 69%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.26)), color-stop(59%,rgba(0,0,0,0.59)), color-stop(69%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42000000', endColorstr='#a6000000',GradientType=0 );

	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	padding: 15px;
	margin: 0;
	visibility:hidden;
	opacity: 0;
}

.gallery-item:hover .gallery-caption {
	visibility:visible;
	opacity: 1;
	height: 50%;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
#infinite-handle,
.infinite-scroll.neverending .paging-navigation,
.infinite-scroll.neverending .site-footer,
.infinite-loader { /* 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;
}

#infinite-footer {
	z-index: 5;
}

/*--------------------------------------------------------------
12.0 Share Buttons
--------------------------------------------------------------*/
.sharedaddy {
	margin-top: 45px;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
13.0 Related Posts
--------------------------------------------------------------*/
div.jp-relatedposts {
	margin-bottom: 0;
}

div.jp-relatedposts .jp-relatedposts-headline {
	font-size: 13px;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
14.0 Contact Forms
--------------------------------------------------------------*/
.contact-form .grunion-field-label {
	font-size: 13px;
	font-weight: normal;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
	margin-bottom: 30px !important;
}

/*--------------------------------------------------------------
15.0 Breaking News
--------------------------------------------------------------*/
#breaking-news {
	position: relative;
	background: #eee;
}

#breaking-news .breaking-news-title {
	color: #ffffff;
	padding: 0 8px;
	text-transform: uppercase;
	background: #b03027;
}

#breaking-news .breaking-news-title h4 {
	font-size: 11px;
	height: 33px;
	line-height: 33px;
	margin: 0;
	font-weight: bold;
}

#breaking-news .breaking-news-items {
	position: relative;
}

#breaking-news .bx-wrapper,
#breaking-news .breaking-news-items .bxslider  {
	padding: 0;
	margin:0;
}

#breaking-news .breaking-news-items .bxslider {
	visibility: hidden;
	height: 0;
}

#breaking-news .breaking-news-items .bx-viewport {
	position: absolute !important;
	right: 0;
	width: auto !important;
}

#breaking-news .breaking-news-items li {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: auto !important;
	height: 33px;
	line-height: 33px;
}

#breaking-news .breaking-news-items a {
	display: inline-block;
	margin: 0;
	padding: 0 15px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 13px;
	color: #444444;
	opacity: 0.9;
}

/*--------------------------------------------------------------
16.0 Home Page Slideshow
--------------------------------------------------------------*/
#home-featured-slideshow {
	margin-top: 30px;
}

#home-featured-slideshow .home-slideshow {
	margin: 0;
	padding: 0;
	position: relative;
	background: #ffffff;
}

#home-featured-slideshow .home-slideshow.bxslider {
	visibility:hidden;
	opacity: 0;
}

#home-featured-slideshow .bx-wrapper {
	direction: ltr;
}

#home-featured-slideshow .bx-wrapper .bx-viewport  {
	left: 0;
	min-height: 100px;
}

#home-featured-slideshow .home-slideshow li {
	background: #ffffff;
	margin: 0;
}

#home-featured-slideshow .home-slideshow li img {
	margin: 0 auto;
}

#home-featured-slideshow .home-slideshow li,
#home-featured-slideshow .home-slideshow li a,
#home-featured-slideshow .bx-controls-direction a {
	color: #ffffff;
}

#home-featured-slideshow .home-slideshow li a:hover {
	color: #eee;
}

#home-featured-slideshow .home-slideshow li .more-link {
	text-decoration: underline;
}

#home-featured-slideshow .home-slideshow li .featured-item-info {
	position: absolute;
	bottom:8px;
	left: 8px;
	width: 48%;
	padding: 30px;
}

#home-featured-slideshow .home-slideshow li .featured-item-title {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 17px;
}

#home-featured-slideshow .home-slideshow li .featured-item-summary {
	font-size: 16px;
}

#home-featured-slideshow .home-slideshow li .featured-item-info,
#home-featured-slideshow .bx-controls-direction a {
	background: rgba(0,0,0,0.8);
}

#home-featured-slideshow .home-slideshow li .featured-item-info,
#home-featured-slideshow .bx-controls-direction a {
	border-radius: 2px;
}

#home-featured-slideshow .bx-wrapper {
	margin-bottom: 15px;
}

#home-featured-slideshow .bx-controls-direction a {
	display: inline-block;
	width: 35px;
	line-height: 35px;
	height: 35px;
	text-align: center;
	margin: 0 1px;
}

#home-featured-slideshow .bx-wrapper .bx-pager {
	display: table;
	padding-top: 0;
	bottom: -17px;
}

#home-featured-slideshow .bx-wrapper .bx-pager .bx-pager-item {
	display: table-cell;
	zoom: 1;
	padding: 0 1px 1px 0;
}

#home-featured-slideshow .bx-wrapper .bx-pager.bx-default-pager a {
	width: 100%;
	margin: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#home-featured-slideshow .bx-wrapper .bx-pager.bx-default-pager a:hover,
#home-featured-slideshow .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #333333;
}

/*--------------------------------------------------------------
17.0 Homepage Widgets
--------------------------------------------------------------*/
#homepage-widgets,
.home-widgets-inner .widget.widget_recent_comments .table-responsive {
	margin-bottom: 30px;
}

.home-widgets-inner .widget ul,
.home-widgets-inner .widget .textwidget,
.home-widgets-inner .widget .tagcloud,
.home-widgets-inner .widget #calendar_wrap,
.home-widgets-inner .widget .search-form,
.home-widgets-inner .widget #subscribe-blog,
.home-widgets-inner .widget.widget_recent_comments .table-responsive,
.home-widgets-inner .widget .wpcom-instagram-images {
	background: #ffffff;
	padding: 30px;
}

.home-widgets-inner .widget ul ul,
.home-widgets-inner .widget .textwidget ul {
	padding: 0;
	background: none;
}

.home-widgets-inner .widget-title,
.home-widgets-inner .widget-title a {
	font-weight: normal;
	color: #ffffff;
}

.home-widgets-inner .widget-title a {
	display: inline-block;
}

.home-widgets-inner .widget-title {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 13px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 16px 18px;
	background: #333;
}

.home-widgets-inner .widget-title a.cat-link {
	margin: -16px 0 -16px -18px;
	padding: 16px 30px;
	background: #444444;
}

#homepage-widgets .home-widgets-inner .other-entry .hentry .entry-meta.top,
#homepage-widgets .home-widgets-inner .latest-entry .more-btn a,
#homepage-widgets .home-widgets-inner .other-entry .more-btn a {
	font-size: 11px;
}

#homepage-widgets .home-widgets-inner .hentry .entry-meta.top a {
	color: #9c9a9a;
}

#homepage-widgets .home-widgets-inner .entry-content .more-link {
	display: none;
}

#homepage-widgets .home-widgets-inner .hentry  {
	margin-bottom: 1px;
	background: #ffffff;
}

#homepage-widgets .home-widgets-inner .hentry-inner {
	padding: 30px;
	font-size: 16px;
	position: relative;
}

#homepage-widgets .home-widgets-inner .other-entry .hentry-inner {
	padding: 30px 30px 27px;
}

#homepage-widgets .home-widgets-inner .latest-entry .hentry.has-featured-img .hentry-inner:before {
	border-width: 0 20px 20px;
	top: -20px;
	left: 45px;
}

#homepage-widgets .home-widgets-inner .hentry .entry-header a {
	color: #000000
}

#homepage-widgets .home-widgets-inner .hentry .entry-header a:hover {
	color: #696969;
}

#homepage-widgets .home-widgets-inner .hentry .entry-header .entry-title {
	text-align: left;
}

#homepage-widgets .home-widgets-inner .other-entry .hentry .entry-header .entry-title:before {
	border: none;
	bottom: 0;
}

#homepage-widgets .home-widgets-inner .latest-entry .hentry .entry-header .entry-title {
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 62px;
}

#homepage-widgets .home-widgets-inner .latest-entry .hentry .entry-header .entry-title:before {
	bottom: -30px;
}

#homepage-widgets .home-widgets-inner .other-entry .hentry .entry-header .entry-title {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 10px;
}

#homepage-widgets .home-widgets-inner .latest-entry .hentry .entry-meta.top {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 13px;
}

#homepage-widgets .home-widgets-inner .other-entry .hentry .entry-meta.top {
	margin: 0 0 4px;
}

#homepage-widgets .home-widgets-inner .hentry .more-btn {
	padding-top: 0;
}

#homepage-widgets .home-widgets-inner .latest-entry .more-btn a {
	padding: 15px;
}

#homepage-widgets .home-widgets-inner .other-entry .more-btn a {
	padding: 7px 15px;
}

#homepage-widgets .home-widgets-inner .other-entry .post-thumb.alignleft {
	display: block;
	max-width: 50px;
	margin-right: 15px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

#homepage-widgets .home-widgets-inner .latest-entry .hentry .entry-content {
	padding-bottom: 20px;
}

#homepage-widgets .home-widgets-inner .other-entry .hentry .entry-content {
	margin-top: 5px;
}

/*--------------------------------------------------------------
18.0 Go to Top Button
--------------------------------------------------------------*/
#gotop {
	display: none;
	position: fixed;
	bottom: 18px;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	z-index: 999999;
	opacity: 0.7;
	text-align: center;
	font-size: 18px;
}

#gotop.left {
	left: 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

#gotop.right {
	right: 0;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

#gotop:hover {
	background: #000000;
	color: #ffffff;
	opacity: 1;
	min-width: 60px;
}

/*--------------------------------------------------------------
Hide smiley face at the bottom
--------------------------------------------------------------*/
#wpstats {
	display: none;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
.bx-wrapper{position:relative;zoom:1;margin:0 auto 60px;padding:0}
.bx-wrapper img{max-width:100%;display:block}
.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{position:absolute;bottom:-30px;width:100%}
.bx-wrapper .bx-loading{min-height:50px;background:url(images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}
.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}
.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item{zoom:1;display:inline}
.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin:0 5px}
.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active{background:#000}
.bx-wrapper .bx-controls-direction{position:absolute;right:12px;bottom:13px;z-index:9999}
.bx-wrapper .bx-controls-direction a.disabled{display:none}
.bx-wrapper .bx-controls-auto{text-align:center}
.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(images/controls.png) -86px -11px no-repeat;margin:0 3px}
.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active{background-position:-86px 0}
.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(images/controls.png) -86px -44px no-repeat;margin:0 3px}
.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active{background-position:-86px -33px}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}
.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:rgba(80,80,80,0.75);width:100%}
.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}

/*--------------------------------------------------------------
=Responsive
--------------------------------------------------------------*/
@media only screen and (max-width:992px) and (min-width:768px) {
	.blog-two-columns .hentry .hentry-inner {
		padding: 30px;
	}

	.hentry .entry-cats {
		margin-top: 10px;
	}

	.content-area.pull-right,
	.entry-body.pull-right,
	.home-widgets-body.pull-right {
		float: none !important;
	}

	.hentry #secondary {
		margin-top: 40px;
	}

	.custom-background .hentry-inner.has-sidebar .entry-body,
	.hentry-inner.has-sidebar .entry-body.pull-right {
		padding-left: 30px;
	}

	.custom-background .hentry-inner.has-sidebar .entry-body.pull-right,
	.hentry-inner.has-sidebar .entry-body {
		padding-right: 30px;
	}

	.custom-background .hentry-inner.inactive-sidebar .entry-body {
		padding-left: 30px;
		padding-right: 30px;
	}

	.custom-background .hentry #secondary,
	.custom-background #comments {
		padding-left: 15px;
		padding-right: 15px;
	}

	.home-category-container .home-post-item,
	#footer-widgets .footer-widget {
		width: 100%;
	}

	#home-featured-slideshow .home-slideshow li .featured-item-info {
		width: 70%;
	}

	#home-featured-slideshow .home-slideshow li .featured-item-summary {
		font-size: 13px;
	}

	.hentry #secondary {
		border-top: 2px solid #eeeeee;
		margin-top: 30px;
		padding-top: 30px;
	}

	.hentry #secondary .widget {
		background: none;
		padding: 0;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #eeeeee;
	}

	.hentry #secondary .widget:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
}

/* Tablet */
@media only screen and (max-width:768px) and (min-width:500px) {
	.blog-two-columns .hentry .hentry-inner,
	.blog-one-column .hentry .hentry-inner {
		padding: 30px;
	}
}

/* Tablet and Mobile */
@media only screen and (max-width:768px) {
	#site-navigation.sticky-navigation,
	.main-navigation .mobile-menu {
		position: relative;
	}

	.main-navigation .nav-bar,
	#home-featured-slideshow .home-slideshow li .featured-item-info {
		display: none;
	}

	.main-navigation .tinynav {
		display: block;
	}

	.main-navigation .mobile-menu {
		padding: 5px 0;
	}

	.main-navigation .mobile-menu:before {
		content: "\f0c9";
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		text-decoration: inherit;
		-webkit-font-smoothing: antialiased;
		position: absolute;
		top: 5px;
		left: 0;
		color: #313131;
		background: #ffffff;
		font-size: 13px;
		line-height: 30px;
		height: 30px;
		width: 30px;
		text-align: center;
		z-index:2;
	}

	.home-category-container .home-post-item,
	#footer-widgets .footer-widget {
		width: 100%;
	}

	.content-area.pull-right,
	.entry-body.pull-right,
	.home-widgets-body.pull-right {
		float: none !important;
	}

	.blog-two-columns .hentry {
		width: 100%;
		margin-bottom: 30px;
	}

	.hentry .entry-cats {
		margin-top: 10px;
	}

	#comments .comment-author .avatar {
		width: 32px;
		height: 32px;
	}

	#comments .comment-author,
	#comments .comment-awaiting-moderation,
	#comments .comment-content,
	#comments .comment-list .reply,
	#comments .comment-metadata {
		padding-left: 51px;
	}

	#comments .comment-list .children {
		margin-left: 0;
	}

	.container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.blog .format-quote,
	.archive .format-quote {
		padding-top: 60px;
	}

	.hentry #secondary {
		margin-top: 40px;
	}

	.custom-background .hentry-inner.has-sidebar .entry-body,
	.hentry-inner.has-sidebar .entry-body.pull-right {
		padding-left: 15px;
	}

	.custom-background .hentry-inner.has-sidebar .entry-body.pull-right,
	.hentry-inner.has-sidebar .entry-body {
		padding-right: 15px;
	}

	.hentry #secondary {
		border-top: 2px solid #eeeeee;
		margin-top: 30px;
		padding-top: 30px;
	}

	.hentry #secondary .widget {
		background: none;
		padding: 0;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #eeeeee;
	}

	.hentry #secondary .widget:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
}

/* Mobile */
@media only screen and (max-width:500px) {
	.gallery-caption,
	#breaking-news,
	#infinite-footer {
		display: none;
	}

	#masthead .site-title,
	#masthead .site-description {
		display: block;
	}

	div.jp-relatedposts .jp-relatedposts-post,
	.main-navigation .tinynav,
	#page .contact-form input[type='text'],
	#page .contact-form input[type='email'],
	#page .contact-form textarea {
		width: 100%;
	}

	.main-navigation .tinynav {
		margin: 0;
	   }

	#masthead .site-branding,
	#masthead .header-controls,
	#masthead .social-list,
	.site-info,
	#page .site-info .social-list,
	.pull-right.social-links {
		text-align: center;
	}

	#page #masthead .site-branding,
	#page #masthead .header-controls,
	#page #masthead .header-controls .header-searchform,
	.entry-content img.alignright,
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignright,
	.entry-content .wp-caption.alignleft,
	.pull-right.social-links,
	.pull-left.site-info {
		float: none !important;
	}

	.single .hentry .entry-header .entry-title,
	.page .hentry .entry-header .entry-title {
		font-size: 26px;
	}

	.hentry .hentry-inner .entry-title,
	#homepage-widgets .home-widgets-inner .latest-entry .hentry .entry-header .entry-title {
		font-size: 20px;
	}

	#menu-social .social-list,
	#homepage-widgets .home-widgets-inner .other-entry .hentry .entry-header .entry-title,
	#footer-widgets .widget_tdeditor_category_posts_widget .entry-header .entry-title,
	.single .format-quote .entry-content blockquote,
	.blog .format-quote .entry-content blockquote,
	.archive .format-quote .entry-content blockquote {
		font-size: 16px;
	}

	body,
	.single .hentry-bottom .hentry-bottom-inner,
	.single .hentry-inner,
	.page .hentry-bottom .hentry-bottom-inner,
	.page .hentry-inner,
	#comments,
	.navigation.post-navigation,
	#colophon,
	#homepage-widgets .home-widgets-inner .hentry-inner,
	.entry-content blockquote,
	#footer-widgets .widget_tdeditor_category_posts_widget .hentry-inner {
		font-size: 13px;
	}

	#comments .form-allowed-tags,
	#comments .comment-metadata,
	#respond .comment-notes,
	#respond .logged-in-as,
	#comments .reply, #respond label,
	.hentry .entry-meta.top,
	#colophon .site-info,
	.hentry .more-btn a,
	#homepage-widgets .home-widgets-inner .latest-entry .hentry .entry-meta.top,
	#homepage-widgets .home-widgets-inner .category-title,
	.home-widgets-inner .widget-title a.cat-link {
		font-size: 11px;
	}

	#single-featured-img-container
	.single-featured-img-inner {
		padding: 100px 30px 120px;
	}

	.hentry-bottom {
		padding: 0;
	}

	.page .hentry-inner {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.navigation.post-navigation,
	.entry-content blockquote {
		padding: 30px;
	}

	#comment-nav-below {
		margin-bottom: 0;
	}

	.entry-content blockquote {
		margin: 30px 0;
	}

	.blog-two-columns .hentry .hentry-inner,
	.blog-one-column .hentry .hentry-inner,
	#secondary .widget,
	#homepage-widgets .home-widgets-inner .hentry-inner,
	#homepage-widgets .home-widgets-inner .other-entry .hentry-inner,
	.single .format-quote .entry-content blockquote,
	.blog .format-quote .entry-content blockquote,
	.archive .format-quote .entry-content blockquote {
		padding: 15px;
	}

	.blog .format-quote .hentry-inner,
	.archive .format-quote .hentry-inner {
		padding-top: 0;
	}

	.entry-content img.alignright,
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignright,
	.entry-content .wp-caption.alignleft {
		margin: 0 auto 30px;
		display: block;
	}

	#comments .comments-title,
	#masthead .header-controls {
		margin-bottom: 30px;
	}

	p, ul, ol, dd, dl, address, pre, blockquote,
	p.intro,
	#colophon .site-info,
	.hentry .entry-meta.top,
	.single .format-quote .entry-content blockquote,
	.mejs-container {
		margin-bottom: 15px;
	}

	.single .hentry .hentry-inner .entry-meta,
	.hentry .hentry-inner .entry-title,
	#homepage-widgets .home-widgets-inner .latest-entry .hentry .entry-header .entry-title {
		margin-bottom: 40px;
	}

	#homepage-widgets .home-widgets-inner .latest-entry .hentry .entry-meta.top {
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.single .hentry .hentry-inner .entry-meta:before,
	.hentry .hentry-inner .entry-title:before,
	#homepage-widgets .home-widgets-inner .latest-entry .hentry .entry-header .entry-title:before {
		bottom: -20px;
	}

	.blog-one-column .hentry.has-featured-img .hentry-inner:before,
	#homepage-widgets .home-widgets-inner .latest-entry .hentry.has-featured-img .hentry-inner:before {
		border-width: 0 15px 15px;
		top: -15px;
		left: 30px;
	}

	.home-widgets-inner .widget-title {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.home-widgets-inner .widget-title a.cat-link {
		margin: -12px 0 -12px -18px;
		padding: 14px 30px;
	}

	.format-quote .format-link a {
		top: 20px;
		right: 20px;
	}

	.single .format-quote .entry-content blockquote:before {
		border: none;
	}

	#page .entry-content h1 { font-size: 2em; }
	#page .entry-content h2 { font-size: 1.5em; }
	#page .entry-content h3 { font-size: 1.17em; }
	#page .entry-content h4 { font-size: 1em; }
	#page .entry-content h5 { font-size: .83em; }
	#page .entry-content h6 { font-size: .75em; }
}

/*--------------------------------------------------------------
Print
--------------------------------------------------------------*/
@media print {
	body {
		background: none !important;
		color: #000000;
		font-size: 12pt;
	}

	a {
		font-weight: normal;
	}

	.single .entry-content a,
	.page .entry-content a {
		text-decoration: none;
	}

	.single .hentry-bottom .hentry-bottom-inner,
	.single .hentry-inner,
	.page .hentry-bottom .hentry-bottom-inner,
	.page .hentry-inner {
		padding: 0;
		font-size: 12pt;
	}

	.single .entry-content blockquote, .page .entry-content blockquote {
		font-size: 12pt;
	}

	#masthead .site-title,
	#single-featured-img-container .single-featured-img-inner .entry-title {
		font-size: 24pt;
		line-height: 1.4;
	}

	#masthead .site-title,
	#masthead .site-description,
	#colophon .site-info {
		text-transform: none;
	}

	#masthead .header-controls,
	#site-navigation,
	.single .hentry .hentry-inner .entry-author,
	.site-footer .footer-widget-area,
	.site-footer .social-links,
	.navigation.post-navigation,
	.hentry-bottom,
	#comments,
	.edit-link,
	.hentry .more-btn,
	.hentry .entry-cats,
	.navigation.paging-navigation,
	.backstretch,
	.entry-tags,
	#breaking-news,
	#secondary,
	.sharedaddy {
		display: none;
	}

	#gotop {
		display: none !important;
	}

	#colophon,
	#single-featured-img-container .single-featured-img-inner {
		padding: 0;
	}

	#single-featured-img-container .single-featured-img-inner,
	.single .hentry-bottom .hentry-bottom-inner,
	.single .hentry-inner,
	.page .hentry-bottom .hentry-bottom-inner,
	.page .hentry-inner {
		max-width: 100%;
	}

	#page a:after {
		content: "";
	}

	p, ul, ol, dd, dl, address, pre,
	blockquote,
	.mejs-container {
		margin-bottom: 25px;
	}
}
