/*
Theme Name: tdFuture
Author: Taras Dashkevych
Author URI: http://tdwp.us/
Theme URI: http://tdwp.us/tdfuture/
Description: tdFuture is a Responsive Wordpress Blog Theme which is best suited for Personal Blogs and Portfolios.
Version: 2.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: light, gray, white, one-column, featured-images, post-formats, custom-menu, fluid-layout, threaded-comments

*/

/* =Global
----------------------------------------------- */
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background: #eeeeee url('images/bg.png');
	font-size: 14px;
	line-height: 1.75;
	color: #565656;
}

body.font-oxygen {
	font-family: 'Oxygen', Helvetica, Arial, sans-serif;
}

body.font-roboto-slab {
	font-family: 'Roboto Slab', Georgia, serif;
}

body.font-titillium-web {
	font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
}

a, li, button {
	-webkit-transition:background 0.23s ease-in, color 0.23s ease-in;
   	-moz-transition:background 0.23s ease-in, color 0.23s ease-in;
   	-o-transition:background 0.23s ease-in, color 0.23s ease-in;
   	transition:background 0.23s ease-in, color 0.23s ease-in;
}

a {
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

p, ul, ol, dd, dl, address, pre,
blockquote {
	margin-bottom: 30px;
}

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

::selection {
	background: #2173D9;
	color: #C7DCF5;
}

::-moz-selection {
	background: #2173D9;
	color: #C7DCF5;
}

.hentry .featured-image .image-preview-icon i.fa,
.avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.hentry .entry-header .entry-meta .author:before,
.hentry .entry-header .entry-meta .date:before,
.hentry .entry-header .entry-meta .comments:before,
.site-main .paging-navigation .nav-previous a:before,
.site-main .paging-navigation .nav-next a:after,
.single .hentry .entry-comments:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

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

/* =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"],
.uneditable-input {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	padding: 0 10px;
	line-height: 50px;
	height: 50px;
	border: 1px solid #eee;
}

textarea {
	color: #333333;
	width: 100%;
	border: 1px solid #eee;
}

.btn,
input[type="submit"] {
	display: inline-block;
	padding: 15px 20px;
	margin-bottom: 0;
	color: #333333;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;

	background: #f8f8f8;
	border: 1px solid #eee;

	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}

#submit-comment,
input[type="submit"],
.btn.blue {
	width: auto;
	background: #1876C9;
	border: 1px solid #006080;
	color: #ffffff;
	font-family: inherit;
	line-height: 1;
	margin: 0;
	position: relative;
	text-decoration: none;
}

.btn:hover {
	background: #eeeeee;
	border: 1px solid #e4e4e4;
}

#submit-comment:hover,
input[type="submit"]:hover,
.btn.blue:hover {
	background-color: #1262a8;
}

.btn.red,
.btn.red:hover,
.btn.purple,
.btn.purple:hover,
.btn.green,
.btn.green:hover,
.btn.orange,
.btn.orange:hover,
.btn.yellow,
.btn.yellow:hover,
.btn.black,
.btn.black:hover {
	color: #ffffff;
}

.btn.red {
	background: #ED2945;
	border: 1px solid #d9233e;
}

.btn.red:hover {
	background: #d9233e;
}

.btn.purple {
	background: #8364B8;
	border: 1px solid #674d94;
}

.btn.purple:hover {
	background: #674d94;
}

.btn.green {
	background: #1D9328;
	border: 1px solid #15751f;
}

.btn.green:hover {
	background: #15751f;
}

.btn.orange {
	background: #F7921E;
	border: 1px solid #d97e15;
}

.btn.orange:hover {
	background: #d97e15;
}

.btn.yellow {
	background: #FEE036;
	border: 1px solid #dec32a;
}

.btn.yellow:hover {
	background: #dec32a;
}

.btn.black {
	background: #1A1A1A;
	border: 1px solid #000000;
}

.btn.black:hover {
	background: #000000;
}

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

/* =Header
----------------------------------------------- */
#masthead {
	margin-bottom: 50px;
	background: #0D0D0D;
}

#masthead .site-brand {
	padding: 35px 0;
}

#masthead .website-logo {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 0;
}

#masthead .site-title,
#masthead .site-description {
	line-height: 1.1;
	margin-top: 0;
}

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

#masthead .site-title {
	margin-bottom: 20px;
	font-size: 37px;
}

#masthead .site-description {
	font-size: 14px;
	margin-bottom: 7px;
}

#masthead .header-right-side {
	margin: 50px 0;
	color: #fff;
	text-align: right;
}

#masthead .header-right-side form {
	display: inline;
	font-size: 14px;
}

#masthead .header-right-side form input.field {
	background: none;
	color: #fff;
	font-weight: 300;
	display: inline-block;
	margin: 0;
	border: 1px solid #1876C9;
}

#masthead .header-right-side form input.field,
#masthead .header-right-side .header-search-button,
#masthead .header-right-side #view-header-widgets {
	float: left;
	margin-left: 1px;
}

#masthead .header-right-side .header-search-button,
#masthead .header-right-side #view-header-widgets {
	border: none;
	height: 50px;
	line-height: 50px;
	width: 50px;
	color: #ffffff;
	font-size: 14px;
	padding: 0 16px;
	background: #1876C9;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}

#masthead .header-right-side .header-search-button:hover,
#masthead .header-right-side #view-header-widgets:hover {
	background: #1262a8;
}

#masthead .header-widget-area {
	background: #191919;
}

#masthead .header-widget-area .inner {
	display: none;
	padding-top: 30px;
	padding-bottom: 30px;
}

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

.main-navigation {
	display:block;
	font-size: 14px;
	text-transform: uppercase;
	background: #1876C9;
	float:left;
	width: 100%;
}

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

.main-navigation li {
	float:left;
	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: "\F107";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	position: relative;
	padding-left: 10px;
	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: "\F105";
}

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

.main-navigation ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 3.6em;
	z-index: 99999;
	padding: 0;
	background: #1262a8;
	text-align: left;
	line-height: 1.2;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
	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: 180px;
	padding: 15px;
	font-size: 12px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

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

.main-navigation ul ul li {
	margin-right: 0;
	margin-left: 0;
}

.main-navigation li:hover > a {
	background: #1262a8;
}
.main-navigation ul ul :hover > a {
	background: rgba(0,0,0,0.2) !important;
	color: #ffffff;
}

.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: #1262a8;
}

#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;
}

.main-navigation .tinynav {
	position: relative;
	text-transform: uppercase;
	background: rgba(0,0,0, 0.3);
	color: #ffffff;
   	padding: 0 15px 0 52px;

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

/* =Navigation
----------------------------------------------- */
.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%;
}

.site-main .paging-navigation {
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.site-main .paging-navigation a {
	color: #ffffff;
	background: #0d0d0d;
	display: inline-block;
	padding: 16px 23px;
}

.site-main .paging-navigation a:hover {
	background: #1876C9;
}

.site-main .paging-navigation .nav-previous a:before {
	content: "\f190";
	padding-right: 9px;
}

.site-main .paging-navigation .nav-next a:after {
	content: "\f18e";
	padding-left: 9px;
}

.site-main .post-navigation {
	margin-left: 150px;
	background: #ffffff;
	padding: 30px;
	line-height: 1.2;
}

.site-main .post-navigation .meta-title {
	display: block;
	font-size: 11px;
	color: #aaa;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.site-main .post-navigation .nav-previous:hover .meta-title,
.site-main .post-navigation .nav-next:hover .meta-title {
	opacity: 0.2;
}

.site-main .post-navigation a {
	color: #565656;
}

.site-main .post-navigation a:hover {
	color: #aaaaaa;
}

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

.navigation.paging-navigation .numeric-pagination .current,
.navigation.paging-navigation .numeric-pagination a {
	margin: 0 2px 0 0;
	text-decoration:none;
}

.navigation.paging-navigation .numeric-pagination a,
.navigation.paging-navigation .navigation.paging-navigation .numeric-pagination a {
	color: #ffffff;
}

.navigation.paging-navigation .numeric-pagination .current,
.navigation.paging-navigation .numeric-pagination a:hover {
	background: #1876C9;
	color: #ffffff;
}

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

/* =Content
----------------------------------------------- */
.hentry {
	background: #ffffff;
	margin-bottom: 30px;
	padding: 30px 45px;
	font-size: 14px;
}

.post-box .featured-image,
.post-box .featured-video {
	margin: -30px -45px 35px;
}

.hentry .entry-header .entry-title {
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 29px;
	letter-spacing: -0.05em;
}

.hentry .entry-header .entry-title a {
	font-weight: bold;
	color: #333;
}

.hentry .featured-image {
	position: relative;
}

.hentry .featured-image .image-preview img {
	display: block;
	margin: 0 auto;
}

.hentry .featured-image .image-preview-icon {
	position: absolute;
	top: 0;
	left:0;
	display: none;
	z-index: 1000;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.8);
}

.hentry .featured-image .image-preview-icon i.fa {
	position: relative;
	top:50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	font-size: 23px;
	background: rgba(0,0,0,0.4);
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
}

.hentry .entry-header .entry-meta {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.hentry .entry-header .entry-meta,
.hentry .entry-header .entry-meta a {
	color: #a3a3a8;
}

.hentry .entry-header .entry-meta a {
	margin-right: 10px;
}

.hentry .entry-header .entry-meta .author:before,
.hentry .entry-header .entry-meta .date:before,
.hentry .entry-header .entry-meta .comments:before {
	padding-right: 6px;
}

.hentry .entry-header .entry-meta .author:before {
	content: "\f007";
}

.hentry .entry-header .entry-meta .date:before {
	content: "\f073";
}

.hentry .entry-header .entry-meta .comments:before {
	content: "\f075";
}

.hentry .entry-footer {
	margin: 40px -45px -30px;
}

.hentry .entry-footer a.read-more {
	padding: 18px 30px;
	display: block;
	text-transform:uppercase;
	text-align: center;
	color: #aaaaaa;
	background:rgba(0,0,0,0.03);
	border-top: 1px solid rgba(0,0,0,0.07);
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}

.hentry .entry-footer a.read-more:hover {
	background:rgba(0,0,0,0.07);
}

.hentry .entry-footer a.read-more i {
	margin-left: 8px;
}








/* =Red Color Style/Post
----------------------------------------------- */
.post-box.red .hentry {
	background: #ED2945;
}

.post-box.red .hentry .entry-title a,
.post-box.red .hentry,
.post-box.red .entry-meta a:hover,
.post-box.red .entry-footer a.read-more:hover {
	color: #ffffff;
}

.post-box.red a, {
	color: #ffc2cb;
}

.post-box.red a:hover,
.post-box.red .entry-meta,
.post-box.red .entry-meta a,
.post-box.red .entry-footer a.read-more,
.post-box.red .hentry .entry-title a:hover {
	color: #ffd6dc;
}

.post-box.red .featured-image .image-preview-icon {
	background: #ED2945;
	background: rgba(237, 41, 69, 0.8);
}

/* =Brown Color Style/Post
----------------------------------------------- */
.post-box.brown .hentry {
	background: #825a2c;
}

.post-box.brown,
.post-box.brown a:hover,
.post-box.brown .entry-meta a:hover,
.post-box.brown .entry-footer a.read-more:hover {
	color: #ffffff;
}

.post-box.brown .entry-title a,
.post-box.brown .entry-meta,
.post-box.brown a  {
	color: #ffffff;
}

.post-box.brown .entry-title a:hover,
.post-box.brown .entry-meta a,
.post-box.brown .entry-footer a.read-more {
	color: #ede0d0;
}

.post-box.brown .featured-image .image-preview-icon {
	background: #69441a;
	background: rgba(105, 68, 26, 0.8);
}

/* =Purple Color Style/Post
----------------------------------------------- */
.post-box.purple .hentry {
	background: #8364B8;
}

.post-box.purple .hentry,
.post-box.purple .entry-title a {
	color: #f0e8ff;
}

.post-box.purple a,
.post-box.purple .entry-title a:hover,
.post-box.purple .entry-meta a:hover,
.post-box.purple .entry-footer a.read-more:hover {
	color: #ffffff;
}

.post-box.purple a:hover,
.post-box.purple .entry-meta,
.post-box.purple .entry-meta a,
.post-box.purple .entry-footer a.read-more  {
	color: #e0cfff;
}

.post-box.purple .featured-image .image-preview-icon {
	background: #8364B8;
	background: rgba(131, 100, 184, 0.8);
}

/* =Orange Color Style/Post
----------------------------------------------- */
.post-box.orange .hentry {
	background: #F7921E;
}

.post-box.orange,
.post-box.orange a:hover,
.post-box.orange .entry-title a,
.post-box.orange .entry-meta a:hover,
.post-box.orange .entry-footer a.read-more:hover {
	color: #ffffff;
}

.post-box.orange a,
.post-box.orange .entry-title a:hover,
.post-box.orange .entry-meta,
.post-box.orange .entry-meta a,
.post-box.orange .entry-footer a.read-more  {
	color: #fce6cd;
}

.post-box.orange .featured-image .image-preview-icon {
	background: #F7921E;
	background: rgba(247, 146, 30, 0.8);
}

/* =Green Color Style/Post
----------------------------------------------- */
.post-box.green .hentry {
	background: #1D9328;
}

.post-box.green,
.post-box.green .entry-title a,
.post-box.green a:hover,
.post-box.green .entry-meta a:hover,
.post-box.green .entry-footer a.read-more:hover {
	color: #ffffff;
}

.post-box.green .entry-title a:hover,
.post-box.green .entry-meta,
.post-box.green .entry-meta a,
.post-box.green .entry-footer a.read-more,
.post-box.green a  {
	color: #d6ffda;
}

.post-box.green .featured-image .image-preview-icon {
	background: #1D9328;
	background: rgba(29, 147, 40, 0.8);
}

/* =Blue Color Style/Post
----------------------------------------------- */
.post-box.blue .hentry {
	background: #326CC4;
}

.post-box.blue,
.post-box.blue .entry-title a,
.post-box.blue a:hover,
.post-box.blue .entry-meta a:hover,
.post-box.blue .entry-footer a.read-more:hover {
	color: #ffffff;
}

.post-box.blue .entry-title a:hover,
.post-box.blue .entry-meta,
.post-box.blue a,
.post-box.blue .entry-meta a,
.post-box.blue .entry-footer a.read-more  {
	color: #d6e6ff;
}

.post-box.blue .featured-image .image-preview-icon {
	background: #326CC4;
	background: rgba(50, 108, 196, 0.8);
}

/* =Yellow Color Style/Post
----------------------------------------------- */
.post-box.yellow .hentry {
	background: #FEE036;
}

.post-box.yellow,
.post-box.yellow .entry-title a,
.post-box.yellow a:hover,
.post-box.yellow .entry-meta a:hover,
.post-box.yellow .entry-footer a.read-more:hover {
	color: #333333;
}

.post-box.yellow .entry-title a:hover,
.post-box.yellow .entry-meta,
.post-box.yellow a,
.post-box.yellow .entry-meta a,
.post-box.yellow .entry-footer a.read-more  {
	color: #7d6a00;
}

.post-box.yellow .featured-image .image-preview-icon {
	background: #FEE036;
	background: rgba(254, 224, 54, 0.8);
}

/* =Gray Color Style/Post
----------------------------------------------- */
.post-box.gray .hentry {
	background: #939395;
}

.post-box.gray,
.post-box.gray .entry-title a,
.post-box.gray a:hover,
.post-box.gray .entry-meta a:hover,
.post-box.gray .entry-footer a.read-more:hover {
	color: #f8f8f8;
}

.post-box.gray .entry-title a:hover,
.post-box.gray a,
.post-box.gray .entry-meta,
.post-box.gray .entry-meta a,
.post-box.gray .entry-footer a.read-more {
	color: #d9d9d9;
}

.post-box.gray .featured-image .image-preview-icon {
	background: #939395;
	background: rgba(147, 147, 149, 0.8);
}

/* =Black Color Style/Post
----------------------------------------------- */
.post-box.black .hentry {
	background: #1A1A1A;
}

.post-box.black,
.post-box.black .entry-title a,
.post-box.black a:hover,
.post-box.black .entry-meta a:hover,
.post-box.black .entry-footer a.read-more:hover {
	color: #ffffff;
}

.post-box.black .entry-meta,
.post-box.black a  {
	color: #cccccc;
}

.post-box.black .entry-title a:hover,
.post-box.black .entry-meta a,
.post-box.black .entry-footer a.read-more {
	color: #D0D0D0;
}

.post-box.black .featured-image .image-preview-icon {
	background: #1a1a1a;
	background: rgba(26, 26, 26, 0.8);
}

/* =Emerald Color Style/Post
----------------------------------------------- */
.post-box.emerald .hentry {
	background: #2ecc71;
}

.post-box.emerald .entry-title a,
.post-box.emerald,
.post-box.emerald a:hover,
.post-box.emerald .entry-meta a:hover,
.post-box.emerald .entry-footer a.read-more:hover {
	color: #ffffff;
}

.post-box.emerald .entry-title a:hover,
.post-box.emerald .entry-meta,
.post-box.emerald .entry-meta a,
.post-box.emerald a,
.post-box.emerald .entry-footer a.read-more {
	color: #c9f5da;
}

.post-box.emerald .featured-image .image-preview-icon {
	background: #25b05f;
	background: rgba(37, 176, 95, 0.8);
}

/* =Pink Color Style/Post
----------------------------------------------- */
.post-box.pink .hentry {
	background: #ea4c88;
}

.post-box.pink,
.post-box.pink a:hover,
.post-box.pink .entry-meta a:hover,
.post-box.pink .entry-footer a.read-more:hover {
	color: #ffffff;
}

.post-box.pink .entry-title a,
.post-box.pink .entry-meta,
.post-box.pink a  {
	color: #ffffff;
}

.post-box.pink .entry-title a:hover,
.post-box.pink .entry-meta a,
.post-box.pink .entry-footer a.read-more {
	color: #ffbdd7;
}

.post-box.pink .featured-image .image-preview-icon {
	background: #d43977;
	background: rgba(212, 57, 119, 0.8);
}

/* =Turquoise Color Style/Post
----------------------------------------------- */
.post-box.turquoise .hentry {
	background: #1abc9c;
}

.post-box.turquoise,
.post-box.turquoise a:hover,
.post-box.turquoise .entry-meta a:hover,
.post-box.turquoise .entry-footer a.read-more:hover {
	color: #ffffff;
}

.post-box.turquoise .entry-title a,
.post-box.turquoise .entry-meta,
.post-box.turquoise a  {
	color: #ffffff;
}

.post-box.turquoise .entry-title a:hover,
.post-box.turquoise .entry-meta a,
.post-box.turquoise .entry-footer a.read-more {
	color: #d7faf3;
}

.post-box.turquoise .featured-image .image-preview-icon {
	background: #099e80;
	background: rgba(9, 158, 128, 0.8);
}

/* =Lime Color Style/Post
----------------------------------------------- */
.post-box.lime .hentry {
	background: #a4c400;
}

.post-box.lime,
.post-box.lime .entry-title a,
.post-box.lime a:hover,
.post-box.lime .entry-meta a:hover,
.post-box.lime .entry-footer a.read-more:hover {
	color: #ffffff;
}

.post-box.lime a,
.post-box.lime .entry-meta,
.post-box.lime .entry-title a:hover,
.post-box.lime .entry-meta a,
.post-box.lime .entry-footer a.read-more {
	color: #edf2d3;
}

.post-box.lime .featured-image .image-preview-icon {
	background: #829c00;
	background: rgba(130, 156, 0, 0.8);
}

/* =Video Post Format
----------------------------------------------- */
.post-box .format-video .featured-video{
	margin-bottom: 40px;
}

/* =Image Post Format
----------------------------------------------- */
.post-box .format-image .featured-image {
	margin-bottom: 0;
}

.post-box .format-image .entry-footer {
	margin-top: 0;
}

/* =Quote Post Format
----------------------------------------------- */
.post-box .format-quote {
	text-align: center;
}

.post-box .format-quote .entry-content {
	margin-top: 25px;
	text-transform:uppercase;
	font-weight: 700;
}

.post-box .format-quote blockquote {
	border: none;
	line-height: 30px;
	font-size: 29px;
}

.post-box .format-quote blockquote cite {
	font-size: 14px;
	opacity: 0.6;
}

/* =Chat Post Format
----------------------------------------------- */
.post-box .format-chat .entry-content p,
.single-post .format-chat .entry-content p {
	padding: 10px;
}

.post-box .format-chat .entry-content p strong,
.single-post .format-chat .entry-content p strong {
	margin-right: 6px;
	color: rgba(0, 0, 0, 0.3);
}

.post-box .format-chat .entry-content p:nth-child(even),
.single-post .format-chat .entry-content p:nth-child(even) {
	background: rgba(0, 0, 0, 0.1);
}

/* =Link Post Format
----------------------------------------------- */
.post-box .format-link .entry-content {
	margin-top: 10px;
}

/* =Audio Post Format
----------------------------------------------- */
.format-audio.with-featured-image .featured-audio {
	margin: -35px -45px 35px;
	position: relative;
	z-index: 2000;
}

.format-audio .featured-audio {
	margin: -30px -45px 35px;
}

/* =Gallery Post Format
----------------------------------------------- */
.post-box .format-gallery .entry-slideshow {
	margin: -30px -45px 35px;
}

.bx-controls-direction a {
	background: rgba(0,0,0,0.8);
}

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

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

/* =Single Post
----------------------------------------------- */
.single .hentry {
	background: none;
	padding: 0;
}

.single .hentry .entry-header .entry-title,
.page .hentry .entry-header .entry-title {
	font-size: 39px;
	margin-bottom: 25px;
	font-weight: bold;
}

.hentry .entry-header .featured-image,
.hentry .entry-header .featured-video,
.hentry .entry-header .entry-slideshow {
	margin: -30px -45px 35px;
}

.single .hentry .entry-meta {
	width: 120px;
	margin-right: 30px;
}

.single .hentry .hentry-inner {
	background: #ffffff;
	margin-left: 150px;
	padding: 30px 45px;
}

.single .hentry .entry-meta .entry-date  {
	padding: 30px 10px;
	background: #0D0D0D;
	color: #ffffff;
}

.single .hentry .entry-meta .entry-date span {
	display: block;
	text-align: center;
}

.single .hentry .entry-meta .entry-date span.day {
	font-size: 29px;
	font-weight: 400;
	letter-spacing:1px
}

.single .hentry .entry-meta .entry-date span.month {
	font-size: 11px;
	font-weight: 300;
	margin-bottom: 7px;
	text-transform:uppercase;
}

.single .hentry .entry-comments:before {
	content: "\f0e6";
	color: #fff;
}

.single .hentry .entry-comments {
	background: #1876C9;
	padding: 8px 30px;
	font-size: 12px;
	letter-spacing:1px;
	text-align: center;
}

.single .hentry .entry-comments span.comment-number {
	display: inline-block;
}

.single .hentry .entry-comments span.comment-number {
	color: #ffffff;
	margin-left: 5px;
}

.single .hentry .entry-category-tag {
	margin-top: 30px;
	text-align: center;
}

.single .hentry .entry-category-tag li {
	margin-bottom: 15px;
}

.single .hentry .entry-category-tag li h5 {
	text-transform:uppercase;
	font-weight: bold;
}

.single .hentry .entry-category-tag li a {
	background: #eeeeee;
	color: #0D0D0D;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 5px;
	font-size: 10px;
	text-transform: uppercase;
}

.single .hentry .entry-category-tag li a:hover {
	background: #ffffff;
}

.entry-about-author {
	background: #f8f8f8;
	font-size: 12px;
	margin: 0 -45px -30px;
	padding: 30px 45px;
}

.entry-about-author .gravatar {
	float: left;
	width: 30%;
}

.entry-about-author .gravatar img {
	max-width:100px;
}

.entry-about-author .gravatar img {
	margin-left: 10%;
}

.entry-about-author .about {
	float: left;
	width: 70%;
}

.entry-title,
.read-more {
	word-wrap:break-word;
}

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

.edit-link {
	margin-top: 40px;
	margin-bottom: 15px;
	clear: both;
}

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

.sticky {}


/* =Comments
----------------------------------------------- */
#comments {
	margin: 30px 0 50px 0;
	background: #ffffff;
	padding: 30px 45px;
}

.single #comments {
	margin-left: 150px;
}

#comments .comments-title {
	background: #f4f4f4;
	margin: -30px -45px 30px;
	padding: 30px 45px;
	font-size: 18px;
}

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

#comments ol li {
	margin-bottom: 20px;
}

#comments ol li.post.pingback p {
	margin: 0;
}

#comments ol li .comment,
#comments ol li.post.pingback {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 30px;
	border-bottom: 2px solid #eee;
}

#comments ol li .vcard .fn {
	font-weight: bold;
	margin-left: 6px;
}

#comments ol li .vcard .commentmetadata  {
	margin-left: 6px;
	color: #aaa;
	font-size: 12px;
	font-weight: normal;
}

#comments ol li .vcard .commentmetadata:before {
	content: "/";
	margin-right: 6px;
}

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

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

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

#comments .comment-content ul li,
#comments .comment-content ol li {
	margin-bottom: 0;
}

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

#comments ol li .reply {
	margin: 30px 0 0;
	text-align: right;
}

#comments ol li .reply a {
	color: #0D0D0D;
}

#comments ol li .reply a:hover {
	color: #aaaaaa;
}

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

#comments ol li > .children > .comment {
	border: none;
	padding:0;
}

#comments .disabled-comments {
	text-align: center;
	margin: 0;
}

#comments .comment-navigation {
	margin-bottom: 50px;
}

#respond {
	margin-bottom: 20px;
}

#respond label {
	display: block;
}

#respond .form-submit {
	margin-bottom: 0;
}

#respond textarea {
	width: 97.5%;
}

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

.bypostauthor {}

/* =Media
----------------------------------------------- */
img.alignleft {
	float: left;
	margin: 15px 25px 15px 0;
}

img.alignright {
	display: block;
	margin: 15px 0 15px 25px;
}

img.aligncenter {
	display: block;
	clear: both;
	margin: 15px auto;
}

img.alignnone {
    display: block;
    margin: 15px 0;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	border: 5px solid #fbfbfb;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	max-width: 100%;
}

.wp-caption.aligncenter { margin: 20px auto; }

.wp-caption.alignleft { margin-left: 0; }

.wp-caption.alignright { margin-right: 0; }

.wp-caption.alignnone { margin-left: 0; }

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.gallery {
	margin-top: 45px;
	margin-bottom: 45px;
}

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

.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;
}

embed,
iframe,
object {
	max-width: 100%;
}

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

.widget {
	padding: 0;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.widget-title {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

#secondary .widget:last-child,
#colophon .footer-widgets .widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

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

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

#page .widget_tag_cloud a {
	position: relative;
    display: inline-block;
  	margin-bottom: 4px;
  	padding: 0 10px;
  	line-height: 27px;
  	font-size: 11px !important;
  	text-transform: uppercase;
  	color: #ffffff;
  	background: #0d0d0d;
  	color: #ffffff;
  	font-weight: normal;
}

.widget_tag_cloud a:hover {
	opacity: 0.7;
}

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

/* Search widget */
.widget_search #searchsubmit {
	display: none;
}

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

.widget_search .input {
	width: 100%;
}

/* =Sidebar/Widgets
----------------------------------------------- */
#secondary {
	background: #ffffff;
	padding: 30px;
	font-size: 12px;
	color: #565656;
}

#secondary .widget {
	border-bottom: 1px solid #f8f8f8;
}

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

#secondary a {
	color: #0d0d0d;
}

/* =Header/Widgets
----------------------------------------------- */
.header-widget-area .widget,
.header-widget-area .widget a:hover {
	color: #ccc;
}

.header-widget-area .widget a {
	color: #ffffff;
}

/* =Archive&Search
----------------------------------------------- */
.archive .page-header,
.search .page-header,
.no-results .page-header,
.error-404.not-found .page-header {
	margin: 0 0 30px;
	border:none;
	background: #0d0d0d;
	color: #fff;
	padding: 30px 45px;
}

.archive .page-header .page-title,
.search .page-header .page-title,
.error-404.not-found .page-header .page-title,
.search .no-results.not-found .entry-title,
.error404 .error404.not-found .entry-title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
}

.archive .taxonomy-description p {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 14px;
}

.search .no-results.not-found .sub-info,
.error404 .error404.not-found .sub-info {
	margin-top: 15px;
}

.search .no-results.not-found,
.error404 .error404.not-found  {
	background: #ffffff;
	padding: 30px 45px 35px;
}

/* =Single Image Attachment Page
----------------------------------------------- */
.attachment.single .attachment a img {
	display: block;
	margin: 0 auto 20px;
}

/* =Footer
----------------------------------------------- */
#colophon {
	margin-top: 50px;
	background: #191919;
	color: #ccc;
}

#colophon a {
	color: #ffffff;
}

#colophon .footer-widgets {
	padding: 60px;
}

#colophon .site-info {
	background: #0D0D0D;
	padding: 30px 0 0;
}

#colophon .site-info .c,
#colophon .site-info .c-designer {
	color: #989898;
	text-transform:uppercase;
	font-size: 12px;
}

#colophon .site-info .c a {
	margin-left: 6px;
}

#colophon .site-info .c-designer {
	text-align: right;
}

/* =Contact Page
----------------------------------------------- */
#td-contact-form textarea{
	min-height: 240px;
}

#td-contact-form input[type="submit"] {
	display: block;
	width: 100%;
}

/* =Share Buttons
----------------------------------------------- */
.share-buttons-inner {
	margin-top: 45px;
	margin-bottom: 40px;
}

.share-buttons-inner .share-buttons-title,
.share-buttons-inner .share-btns,
.share-buttons-inner .share-buttons-total,
.share-buttons-inner .share-btns .facebook,
.share-buttons-inner .share-btns .twitter,
.share-buttons-inner .share-btns .googleplus,
.share-buttons-inner .share-btns .linkedin {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}

.share-buttons-inner .share-buttons-title,
.share-buttons-inner .share-btns .facebook,
.share-buttons-inner .share-btns .twitter,
.share-buttons-inner .share-btns .googleplus,
.share-buttons-inner .share-btns .linkedin,
.share-buttons-inner .share-buttons-total  {
	padding: 4px 12px;
}

.share-buttons-inner .share-buttons-title {
	background: #0D0D0D;
	color: #ffffff;
}

.share-buttons-inner .share-btns .facebook {
	background: #314d91;
	color: #ffffff;
}

.share-buttons-inner .share-btns .facebook:hover {
	background: #4d72d1;
}

.share-buttons-inner .share-btns .twitter {
	background: #07beed;
	color: #ffffff;
}

.share-buttons-inner .share-btns .twitter:hover {
	background: #41d5fa;
}

.share-buttons-inner .share-btns .googleplus {
	background: #B83B29;
	color: #ffffff;
}

.share-buttons-inner .share-btns .googleplus:hover {
	background: #e8533c;
}

.share-buttons-inner .share-btns .linkedin {
	background: #0072b5;
	color: #ffffff;
}

.share-buttons-inner .share-btns .linkedin:hover {
	background: #289bde;
}

.share-buttons-inner .share-buttons-total {
	margin: -6px -12px -6px 6px;
	background: #eee;
	color: #0D0D0D;
}

/* =Social Icons
----------------------------------------------- */
.social-icon-section {
	margin: 30px -45px -30px;
	padding: 20px 45px 15px;
	background: #0D0D0D;
	border-top: 5px solid #ffffff;
	color: #ffffff;
 	text-align: right;
}

.social-icon-section.left-align {
	text-align: left;
}

.social-icon-section.center-align {
	text-align: center;
}

.social-icon-section .social-meta {
	display: none;
}

.social-icon-section .social-list {
	margin-bottom: 0;
}

.social-icon-section ul li.social-icon-title {
	text-transform:uppercase;
	font-size: 1em;
	margin-right: 18px;
}

.social-icon-section ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 8px;
}

.social-icon-section ul li .social-icon {
	display: inline-block;
	background: #ffffff;
	color:#0D0D0D;
	font-size: 14px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	border-radius: 50%;
}

.social-icon-section ul li .social-icon:hover {
	background: #1876C9;
	color: #ffffff;
}

/* =Related Posts
----------------------------------------------- */
.related-posts-container {
	background: #ffffff;
	padding: 30px 45px 0;
	margin-bottom: 30px;
	margin-left: 150px;
}

.related-posts-container .related-posts-title {
	background: #f4f4f4;
	margin: -30px -45px 45px;
	padding: 20px 45px;
}

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

.related-posts-container .related-post-entry-title {
	margin-top: 15px;
	margin-bottom: 40px;
}

.related-posts-container .related-post-entry-title a:hover {
	color: #aaaaaa;
}

.related-posts-container .related-post-entry-title a {
	display: block;
	color: #0d0d0d;
}

.related-posts-container .related-post-entry-image a:hover > img {
	opacity: 0.5;
	-webkit-transition: opacity 0.23s linear;
   	-moz-transition: opacity 0.23s linear;
   	-o-transition: opacity 0.23s linear;
   	transition: opacity 0.23s linear;
   	-webkit-transform: translateZ(0px);
}

/* =Template(Authors List)
----------------------------------------------- */
.authors-list-container {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.authors-list-container .gavatar {
	padding-right: 25px;
}

.authors-list-container .avatar {
	display:inline-block;
	margin-top: 20px;
}

/* =Color Styles (ALIZARIN)
----------------------------------------------- */
.style-alizarin a {
	color: #eb5544;
}

.style-alizarin a:hover {
	color: #bd3f31;
}

.style-alizarin .site-main .paging-navigation a:hover,
.style-alizarin .main-navigation a {
	color: #ffffff;
}

.style-alizarin.single .hentry .entry-comments,
.style-alizarin #masthead .header-right-side .header-search-button,
.style-alizarin #masthead .header-right-side #view-header-widgets,
.style-alizarin .navigation.paging-navigation .numeric-pagination .current,
.style-alizarin .navigation.paging-navigation .numeric-pagination a:hover,
.style-alizarin .site-main .paging-navigation a:hover,

.style-alizarin .main-navigation,
.style-alizarin .main-navigation .nav-bar,
.style-alizarin .menu-toggle,
.style-alizarin #submit-comment,
.style-alizarin input[type="submit"]  {
	background: #eb5544;
}

.style-alizarin .main-navigation li:hover > a,
.style-alizarin .main-navigation ul ul,
.style-alizarin .social-icon-section ul li .social-icon:hover,

.style-alizarin #submit-comment:hover,
.style-alizarin input[type="submit"]:hover,
.style-alizarin #masthead .header-right-side .header-search-button:hover,
.style-alizarin #masthead .header-right-side #view-header-widgets:hover,
.style-alizarin .main-navigation .nav-bar li:hover,
.style-alizarin .main-navigation .nav-bar li.current-menu-item .sub-menu li a:hover,
.style-alizarin .main-navigation .nav-bar li.current_page_item a,
.style-alizarin .main-navigation .nav-bar li.current-menu-item a,
.style-alizarin .main-navigation .nav-bar li.current-menu-item,
.style-alizarin .main-small-navigation a:hover {
	background: #bd3f31;
}

.style-alizarin #masthead .header-right-side form input,
.style-alizarin #submit-comment,
.style-alizarin input[type="submit"] {
	border-color: #bd3f31;
}

/* =Color Styles (DARK BLUE)
----------------------------------------------- */
.style-dark-blue a {
	color: #34495e;
}

.style-dark-blue a:hover,
.style-dark-blue .social-icon-section ul li a:hover {
	color: #253545;
}

.style-dark-blue .site-main .paging-navigation a:hover,
.style-dark-blue .main-navigation a {
	color: #ffffff;
}

.style-dark-blue .navigation.paging-navigation .numeric-pagination .current,
.style-dark-blue .navigation.paging-navigation .numeric-pagination a:hover,
.style-dark-blue .site-main .paging-navigation a:hover,
.style-dark-blue #masthead .header-right-side .header-search-button,
.style-dark-blue #masthead .header-right-side  #view-header-widgets,
.style-dark-blue .main-navigation,
.style-dark-blue .main-navigation .nav-bar,
.style-dark-blue .menu-toggle,
.style-dark-blue #submit-comment,
.style-dark-blue input[type="submit"],
.style-dark-blue .hentry .entry-comments  {
	background: #34495e;
}

.style-dark-blue .main-navigation li:hover > a,
.style-dark-blue .main-navigation ul ul,
.style-dark-blue .social-icon-section ul li .social-icon:hover,

.style-dark-blue #submit-comment:hover,
.style-dark-blue input[type="submit"]:hover,
.style-dark-blue #masthead .header-right-side .header-search-button:hover,
.style-dark-blue #masthead .header-right-side #view-header-widgets:hover,
.style-dark-blue .main-navigation .nav-bar li:hover,
.style-dark-blue .main-navigation .nav-bar li.current-menu-item .sub-menu li a:hover,
.style-dark-blue .main-navigation .nav-bar li.current_page_item a,
.style-dark-blue .main-navigation .nav-bar li.current-menu-item a,
.style-dark-blue .main-navigation .nav-bar li.current-menu-item,
.style-dark-blue .main-small-navigation a:hover {
	background: #253545;
}

.style-dark-blue #masthead .header-right-side form input,
.style-dark-blue #submit-comment,
.style-dark-blue input[type="submit"] {
	border-color: #253545;
}

/* =Color Styles (RED)
----------------------------------------------- */
.style-red a {
	color: #ED2945;
}

.style-red a:hover,
.style-red .social-icon-section ul li a:hover {
	color: #d9233e;
}

.style-red .site-main .paging-navigation a:hover,
.style-red .main-navigation a {
	color: #ffffff;
}

.style-red .navigation.paging-navigation .numeric-pagination .current,
.style-red .navigation.paging-navigation .numeric-pagination a:hover,
.style-red .site-main .paging-navigation a:hover,
.style-red #masthead .header-right-side .header-search-button,
.style-red #masthead .header-right-side #view-header-widgets,
.style-red .main-navigation,
.style-red .main-navigation .nav-bar,
.style-red .menu-toggle,
.style-red #submit-comment,
.style-red input[type="submit"],
.style-red .hentry .entry-comments  {
	background: #ED2945;
}

.style-red .main-navigation li:hover > a,
.style-red .main-navigation ul ul,
.style-red .social-icon-section ul li .social-icon:hover,

.style-red #submit-comment:hover,
.style-red input[type="submit"]:hover,
.style-red #masthead .header-right-side .header-search-button:hover,
.style-red #masthead .header-right-side #view-header-widgets:hover,
.style-red .main-navigation .nav-bar li:hover,
.style-red .main-navigation .nav-bar li.current-menu-item .sub-menu li a:hover,
.style-red .main-navigation .nav-bar li.current_page_item a,
.style-red .main-navigation .nav-bar li.current-menu-item a,
.style-red .main-navigation .nav-bar li.current-menu-item,
.style-red .main-small-navigation a:hover {
	background: #d9233e;
}

.style-red #masthead .header-right-side form input,
.style-red #submit-comment,
.style-red input[type="submit"] {
	border-color: #d9233e;
}


/* =Color Styles (PINK)
----------------------------------------------- */
.style-pink a {
	color: #d43e77;
}

.style-pink a:hover {
	color: #ba3669;
}

.style-pink .site-main .paging-navigation a:hover,
.style-pink .main-navigation a  {
	color: #ffffff;
}

.style-pink .navigation.paging-navigation .numeric-pagination .current,
.style-pink .navigation.paging-navigation .numeric-pagination a:hover,
.style-pink .site-main .paging-navigation a:hover,
.style-pink #masthead .header-right-side .header-search-button,
.style-pink #masthead .header-right-side #view-header-widgets,
.style-pink .main-navigation,
.style-pink .main-navigation .nav-bar,
.style-pink .menu-toggle,
.style-pink #submit-comment,
.style-pink input[type="submit"],
.style-pink .hentry .entry-comments {
	background: #d43e77;
}

.style-pink .main-navigation li:hover > a,
.style-pink .main-navigation ul ul,
.style-pink .social-icon-section ul li .social-icon:hover,

.style-pink #submit-comment:hover,
.style-pink input[type="submit"]:hover,
.style-pink #masthead .header-right-side .header-search-button:hover,
.style-pink #masthead .header-right-side #view-header-widgets:hover,
.style-pink .main-navigation .nav-bar li:hover,
.style-pink .main-navigation .nav-bar li.current-menu-item .sub-menu li a:hover,
.style-pink .main-navigation .nav-bar li.current_page_item a,
.style-pink .main-navigation .nav-bar li.current-menu-item a,
.style-pink .main-navigation .nav-bar li.current-menu-item,
.style-pink .main-small-navigation a:hover {
	background: #ba3669;
}

.style-pink #masthead .header-right-side form input,
.style-pink #submit-comment,
.style-pink input[type="submit"] {
	border-color: #ba3669;
}

/* =Color Styles (GREEN)
----------------------------------------------- */
.style-green a {
	color: #1D9328;
}

.style-green a:hover,
.style-green .social-icon-section ul li a:hover {
	color: #198524;
}

.style-green .site-main .paging-navigation a:hover,
.style-green .main-navigation a  {
	color: #ffffff;
}

.style-green .navigation.paging-navigation .numeric-pagination .current,
.style-green .navigation.paging-navigation .numeric-pagination a:hover,
.style-green .site-main .paging-navigation a:hover,
.style-green #masthead .header-right-side .header-search-button,
.style-green #masthead .header-right-side #view-header-widgets,
.style-green .main-navigation,
.style-green .main-navigation .nav-bar,
.style-green .menu-toggle,
.style-green #submit-comment,
.style-green input[type="submit"],
.style-green .hentry .entry-comments  {
	background: #1D9328;
}

.style-green .main-navigation li:hover > a,
.style-green .main-navigation ul ul,
.style-green .social-icon-section ul li .social-icon:hover,

.style-green #submit-comment:hover,
.style-green input[type="submit"]:hover,
.style-green #masthead .header-right-side .header-search-button:hover,
.style-green #masthead .header-right-side #view-header-widgets:hover,
.style-green .main-navigation .nav-bar li:hover,
.style-green .main-navigation .nav-bar li.current-menu-item .sub-menu li a:hover,
.style-green .main-navigation .nav-bar li.current_page_item a,
.style-green .main-navigation .nav-bar li.current-menu-item a,
.style-green .main-navigation .nav-bar li.current-menu-item,
.style-green .main-small-navigation a:hover  {
	background: #198524;
}

.style-green #masthead .header-right-side form input,
.style-green #submit-comment,
.style-green input[type="submit"] {
	border-color: #198524;
}

/* =Color Styles (ORANGE)
----------------------------------------------- */
.style-orange a {
	color: #F7921E;
}

.style-orange a:hover,
.style-orange .social-icon-section ul li a:hover {
	color: #e68619;
}

.style-orange .site-main .paging-navigation a:hover,
.style-orange .main-navigation a  {
	color: #ffffff;
}

.style-orange .navigation.paging-navigation .numeric-pagination .current,
.style-orange .navigation.paging-navigation .numeric-pagination a:hover,
.style-orange .site-main .paging-navigation a:hover,
.style-orange #masthead .header-right-side .header-search-button,
.style-orange #masthead .header-right-side #view-header-widgets,
.style-orange .main-navigation,
.style-orange .main-navigation .nav-bar,
.style-orange .menu-toggle,
.style-orange #submit-comment,
.style-orange input[type="submit"],
.style-orange .hentry .entry-comments  {
	background: #F7921E;
}

.style-orange .main-navigation li:hover > a,
.style-orange .main-navigation ul ul,
.style-orange .social-icon-section ul li .social-icon:hover,

.style-orange #submit-comment:hover,
.style-orange input[type="submit"]:hover,
.style-orange #masthead .header-right-side .inner .header-search-button:hover,
.style-orange #masthead .header-right-side .inner #view-header-widgets:hover,
.style-orange .main-navigation .nav-bar li:hover,
.style-orange .main-navigation .nav-bar li.current-menu-item .sub-menu li a:hover,
.style-orange .main-navigation .nav-bar li.current_page_item a,
.style-orange .main-navigation .nav-bar li.current-menu-item a,
.style-orange .main-navigation .nav-bar li.current-menu-item,
.style-orange .main-small-navigation a:hover {
	background: #e68619;
}

.style-orange #masthead .header-right-side form input,
.style-orange #submit-comment,
.style-orange input[type="submit"] {
	border-color: #e68619;
}

/* =Color Styles (PURPLE)
----------------------------------------------- */
.style-purple a {
	color: #8364B8;
}

.style-purple a:hover,
.style-purple .social-icon-section ul li a:hover {
	color: #7558a6;
}

.style-purple .site-main .paging-navigation a:hover,
.style-purple .main-navigation a  {
	color: #ffffff;
}

.style-purple .navigation.paging-navigation .numeric-pagination .current,
.style-purple .navigation.paging-navigation .numeric-pagination a:hover,
.style-purple .site-main .paging-navigation a:hover,
.style-purple #masthead .header-right-side .header-search-button,
.style-purple #masthead .header-right-side #view-header-widgets,
.style-purple .main-navigation,
.style-purple .main-navigation .nav-bar,
.style-purple .menu-toggle,
.style-purple #submit-comment,
.style-purple input[type="submit"],
.style-purple .hentry .entry-comments  {
	background: #8364B8;
}

.style-purple .main-navigation li:hover > a,
.style-purple .main-navigation ul ul,
.style-purple .social-icon-section ul li .social-icon:hover,

.style-purple #submit-comment:hover,
.style-purple input[type="submit"]:hover,
.style-purple #masthead .header-right-side .inner .header-search-button:hover,
.style-purple #masthead .header-right-side .inner #view-header-widgets:hover,
.style-purple .main-navigation .nav-bar li:hover,
.style-purple .main-navigation .nav-bar li.current-menu-item .sub-menu li a:hover,
.style-purple .main-navigation .nav-bar li.current_page_item a,
.style-purple .main-navigation .nav-bar li.current-menu-item a,
.style-purple .main-navigation .nav-bar li.current-menu-item,
.style-purple .main-small-navigation a:hover {
	background: #7558a6;
}

.style-purple #masthead .header-right-side form input,
.style-purple #submit-comment,
.style-purple input[type="submit"] {
	border-color: #7558a6;
}

/* =Color Styles (GRAY)
----------------------------------------------- */
.style-gray a {
	color: #939395;
}

.style-gray a:hover,
.style-gray .social-icon-section ul li a:hover {
	color: #838385;
}

.style-gray .site-main .paging-navigation a:hover,
.style-gray .main-navigation a  {
	color: #ffffff;
}

.style-gray .navigation.paging-navigation .numeric-pagination .current,
.style-gray .navigation.paging-navigation .numeric-pagination a:hover,
.style-gray .site-main .paging-navigation a:hover,
.style-gray #masthead .header-right-side .header-search-button,
.style-gray #masthead .header-right-side #view-header-widgets,
.style-gray .main-navigation,
.style-gray .main-navigation .nav-bar,
.style-gray .menu-toggle,
.style-gray #submit-comment,
.style-gray input[type="submit"],
.style-gray .hentry .entry-comments {
	background: #939395;
}

.style-gray .main-navigation li:hover > a,
.style-gray .main-navigation ul ul,
.style-gray .social-icon-section ul li .social-icon:hover,

.style-gray #submit-comment:hover,
.style-gray input[type="submit"]:hover,
.style-gray #masthead .header-right-side .header-search-button:hover,
.style-gray #masthead .header-right-side #view-header-widgets:hover,
.style-gray .main-navigation .nav-bar li:hover,
.style-gray .main-navigation .nav-bar li.current-menu-item .sub-menu li a:hover,
.style-gray .main-navigation .nav-bar li.current_page_item a,
.style-gray .main-navigation .nav-bar li.current-menu-item a,
.style-gray .main-navigation .nav-bar li.current-menu-item,
.style-gray .main-small-navigation a:hover  {
	background: #838385;
}

.style-gray #masthead .header-right-side form input,
.style-gray #submit-comment,
.style-gray input[type="submit"] {
	border-color: #838385;
}

@media only screen and (max-width:992px) and (min-width:768px) {
	#td-grid .post-box {
		width: 100%;
	}
}

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

	.main-navigation .nav-bar,
	.single .hentry .entry-meta {
		display: none;
	}

	.main-navigation .tinynav {
		display: inline-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: 0
		left: 0;
		color: #313131;
		background: #ffffff;
		font-size: 14px;
		line-height: 37px;
		height: 37px;
		width: 37px;
		text-align: center;
		z-index:2;
	}

	.single .hentry .hentry-inner,
	.related-posts-container,
	.single #comments,
	.site-main .post-navigation {
		margin-left: 0;
	}

	#masthead .pull-left.site-brand {
		padding-bottom: 0;
	}

	#masthead .mobile-menu,
	#masthead .pull-left.site-brand,
	#masthead  .pull-right.header-right-side {
		text-align: center;
	}

	#td-grid .post-box,
	#masthead .pull-left.site-brand,
	#masthead  .pull-right.header-right-side {
		width: 100%;
	}

	#masthead .pull-left.site-brand,
	#masthead  .pull-right.header-right-side,
	#masthead .header-right-side form input.field,
	#masthead .header-right-side .header-search-button,
	#masthead .header-right-side #view-header-widgets {
		float: none!important;
	}
}

/* Mobile */
@media only screen and (max-width:500px) {
	.single .hentry .entry-header .entry-title,
	.page .hentry .entry-header .entry-title {
		font-size: 29px;
	}
}

/* -----------------------------------------
    Infinite Scroll
----------------------------------------- */
#infscr-loading {
	position: fixed;
  	width: 200px;
  	text-align: center;
  	bottom: 30px;
  	left: 50%;
  	margin-left: -130px;
  	z-index: 100;
  	background: #eeeeee;
  	padding: 30px;
  	color: #333;
  	font-weight: 700;
  	font-size: 16px;
}

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