/*
Theme Name: Themify Postline
Theme URI: http://themify.me/themes/postline
Version: 1.9.6
Description: Created by <a href="http://www.themify.me">Themify</a>.
Author: Themify
Author URI: http://www.themify.me
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2016 Themify.
Tags: featured-images, translation-ready, custom-menu
Text Domain: themify

---------

DO NOT EDIT THIS FILE.

If you need to override theme styling, please add custom CSS in Appearance > Customize > Custom CSS or a child theme (https://themify.me/docs/child-theme).
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}

/* audio */
audio {
	max-width: 100%;
}

/* iframes and objects max-width */
iframe, object {
	max-width: 100%;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	-webkit-font-smoothing: antialiased;
}
body {
	font: .81em/150% "Lucida Grande", Arial, sans-serif;
	word-wrap: break-word;
	padding: 95px 0 0;
	background: #dee4ea url(images/noise-bg.png);
	color: #666;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	outline: none;
	color: #6599c6;
	
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	transition: color 1s;
}
a:hover {
	color: #000;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
ins {
	text-decoration: none;
}

/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #444;
	word-wrap: normal;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
	padding: 6px 10px;
	border: solid 1px #bcbdbe;
	background: #e5e8ea url(images/noise-bg.png);
	border-radius: 5px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-webkit-appearance: none;
}
input[type=text], input[type=search], input[type=email], input[type=url] {
	width: 240px;
	max-width: 90%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus {
	outline: none;
	background-color: #efefef;
}

/* form button */
input[type=reset], input[type=submit], button {
	color: #fff;
	border: none;
	padding: 7px 20px;
	cursor: pointer;
	border: solid 1px #5d6265;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	background-color: #868889;
	border-radius: 10em;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.3);
	-webkit-appearance: none;
}

/* form input:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background-color: #444;
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav, .pagenav, #sidebar, .widget, #footerwrap, #footer {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* main page width */
.pagewidth {
	width: 978px;
	margin: 0 auto;
}

/* body (middle container) */
#body {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 0 40px;
}

/* content */
#content {
	width: 686px;
	float: left;
}
.sidebar-none #content {
	width: 100%;
	float: none;
}

/* sidebar */
#sidebar {
	width: 260px;
	float: right;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* fullwidth content */
.full_width #layout {
	width: 100%;
	max-width: 100%;
}
.full_width #content {
	padding: 0;
	width: auto;
	float: none;
}
.full_width #sidebar {
	width: auto;
	float: none;
}

/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	margin-left: 3.2%;
	float: left;
}
.col4-1 {
	width: 22.6%;
}
.col4-2, .col2-1 {
	width: 48.4%;
}
.col4-3 {
	width: 74.2%;
}
.col3-1 {
	width: 31.2%;
}
.col3-2 {
	width: 65.6%;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap {
	border-bottom: solid 1px #898989;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	min-height: 50px;
	width: 100%;
	background-color: #bfbfbf;
	background-image: url(images/noise-bg.png), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: url(images/noise-bg.png), -moz-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
	background-image: url(images/noise-bg.png), -webkit-linear-gradient(bottom, rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
	background-image: url(images/noise-bg.png), linear-gradient(to top, rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.2);
}
/* When WP Admin Bar is on */
body.admin-bar #headerwrap { 
	top: 32px; 
}

#header {
	position: relative;
	color: #444;
	padding-bottom: 5px;
}
#header a {
	color: #000;
}

#header .widget {
	padding: 0;
	background: none;
	box-shadow: none;
	border-radius: 0;
}

/* 
SITE LOGO
================================================ */
#site-logo {
	margin: 10px 20px 5px 0;
	padding: 0;
	font: normal 24px/110% Signika, Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
	float: left;
}
#site-logo a {
	text-decoration: none;
	color: #414141;
}
#site-logo a:hover {
	text-decoration: none;
}

/* 
SOCIAL WIDGET
================================================ */
#social-wrap {
	position: absolute;
	top: 10px;
	right: 0;
}
.social-widget {
	float: left;
}
.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	margin: 0 2px 0 10px;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font-weight: bold;
	font-size: 100%;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-links.horizontal li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -3px;
}

/* rss */
.social-widget div.rss {
	display: inline;
}
.social-widget div.rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 3px 0 2px 30px;
	display: inline-block;
}
.social-widget > div.rss {
	margin-left: 10px;
}

/* 
SEARCH FORM
================================================ */
#searchform-wrap {
	float: left;
}
#header #searchform {
	width: 160px;
	margin-top: -4px;
}
#header #searchform #s {
	width: 60px;
	color: #a5a099;
	background: #fff url(images/search.png) no-repeat 8px center;
	padding-left: 28px;
	float: right;
	border: none;
	box-shadow: inset 0 1px 0 rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.1);
	border-radius: 12px;

	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#header #searchform #s:focus {
	width: 140px;
	color: #333;
}

/* 
MAIN NAVIGATION
================================================ */
#main-nav {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

/* main level link */
#main-nav a {
	color: #444;
	display: block;
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
	
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
}
/* main level link :hover */
#main-nav a:hover {
	color: #000;
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background-color: #6c6c6c;
	color: #fff;
	
	text-shadow: 0 -1px 0 rgba(0,0,0,.6);
	border-radius: 5px;
	box-shadow: inset 0 1px 0 rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3);
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #fff;
}

/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a {
	color: #666;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	text-transform: none;
	padding: 6px 6px 6px 15px;
	margin: 0;
	display: block;
	width: 180px;
	background: none;
	border: none;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover {
	background-color: #F3F3F3;
	color: #000;
	color: black;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background-color: #fff;
	border: solid 1px #ccc;
	z-index: 100;
	display: none;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	border-radius: 5px;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 20px;
	padding: 0;
	font-size: 240%;
	line-height: 110%;
}
.page-inner {
	margin: 0 0 30px;
}

/*
AUTHOR PAGE
================================================ */
.author-bio {
	margin: 0 0 30px;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background-color: #fff;
	padding: 4px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 160%;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 140%;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/*
CATEGORY SECTIONS
================================================ */
.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	font-size: 120%;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 10px 0 0;
	border-top: double 4px #ccc;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 20px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.post-inner, .page-inner {
	background-color: #fff;
	border: solid 1px #bec3c7;
	padding: 14px;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.single .post-inner, .page-inner {
	padding: 5% 4% 3%;
}

/* post content */
.post-content {
	min-width: 120px;
	clear: both;
}

/* general post date */
.post-date {
	clear: both;
	text-transform: uppercase;
}

/* post title */
.post-title {
	margin: 0 0 10px;
	padding: 0;
	font-size: 130%;
	line-height: 130%;
	clear: left;
}
.post-title,
.post-title a {
	text-decoration: none;
	color: #000;
}
.single .post-title {
	font-size: 150%;
	clear: none;
}

/* post image */
.post-image {
	max-width: 100%;
	margin: 0 0 5px;
	clear: left;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* post meta */
.post-meta {
	font-size: 80%;
	line-height: 170%;
	color: #aaa;
	margin: 0;
}
.post-meta a {
	text-decoration: none;
	color: #999;
}
.post-meta a:hover {
	text-decoration: none;
	color: #000;
}
.post-meta span {
	margin-right: 8px;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0 2px;
	padding: 2px 0 2px 18px;
	margin-right: 7px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0 2px;
	padding: 2px 0 2px 18px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0 3px;
	padding: 2px 0 2px 18px;
}
.post-meta .post-comment {
	background: url(images/post-comment.png) no-repeat 0 3px;
	padding: 2px 0 2px 18px;
}

/* more link */
.more-link {
	font-size: 75%;
	line-height: 100%;
	text-transform: uppercase;
	padding: 3px 8px 4px;
	margin-left: 4px;
	text-decoration: none;
	background-color: #888;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
}
.more-link:hover {
	background-color: #444;
	color: #fff;
}

/************************************************************************************
POST FORMATS
*************************************************************************************/
/* audio format */
.format-audio .audio-image img {
	float: left;
	margin: 0 20px 10px 0;
}
.format-audio .audio-player {
	margin: 8px 0 10px;
	overflow: hidden;
}
.post audio {
	max-width: 100%;
}

/* quote format */
.format-quote .quote-content {
	font: italic 120%/130% Georgia, Times, serif;
}
.format-quote .quote-author {
	margin: 0 0 10px;
	font-style: normal;
	font-variant: small-caps;
	text-align: right;
	letter-spacing: .1em;
	font-family: Georgia, Times, serif;
}

/*
POST ICON
================================================ */
.post-icon {
	width: 26px;
	height: 26px;
	display: block;
	float: left;
	background: url(images/icon-post.png) no-repeat 0 2px;
}
.format-audio .post-icon {
	background-image: url(images/icon-audio.png);
}
.format-gallery .post-icon {
	background-image: url(images/icon-gallery.png);
}
.format-link .post-icon {
	background-image: url(images/icon-link.png);
}
.format-quote .post-icon {
	background-image: url(images/icon-quote.png);
}
.format-status .post-icon {
	background-image: url(images/icon-status.png);
}
.format-aside .post-icon {
	background-image: url(images/icon-aside.png);
}
.format-video .post-icon {
	background-image: url(images/icon-video.png);
}
.format-image .post-icon {
	background-image: url(images/icon-image.png);
}
.format-chat .post-icon {
	background-image: url(images/icon-chat.png);
}

/*
TIMELINE
================================================ */
.timeline .loops-timeline {
	padding-right: 140px; /* padding space for the timeline nav */
	position: relative;
}
.timeline .timeline-wrap {
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.timeline .timeline-bar {
	background-color: #9eb5c6;
	width: 6px;
	height: 100%;
	margin-left: -3px;
	position: absolute;
	left: 50%;
	top: 0;
	border-radius: 20em;
	box-shadow: inset 0 0 1px 0 rgba(0,0,0,.5), 0 0 1px 0 rgba(255,255,255,.6);
}
.timeline .timeline-start-dot {
	width: 6px;
	height: 6px;
	margin-left: -6px;
	background-color: #9db4c5;
	border: solid 3px #60829f;
	position: absolute;
	bottom: 0;
	left: 50%;
	border-radius: 20em;
}

/* timeline nav */
.timeline .timeline-nav-wrap {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999 !important;
}
.timeline .timeline-nav {
	min-width: 90px;
	max-width: 110px;
	margin: 0;
	padding: 3px 0 5px;
	background-color: #dedddd;
	border: solid 1px #919191;
	line-height: 100%;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.7), 0 1px 1px rgba(0,0,0,.2);
}
.timeline .timeline-nav li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.timeline .timeline-nav a {
	padding: 5px 10px;
	display: block;
	font-weight: bold;
	color: #616161;
	text-decoration: none;

	text-shadow: 0 1px 0 rgba(255,255,255,.6);
}
.timeline .timeline-nav a:hover {
	color: #000;
	background-color: #eee;
	background-color: rgba(255,255,255,.5);
}
/* timeline nav sub nav */
.timeline .timeline-nav ul {
	background-color: #6b6b6b;
	margin: 2px 0;
	padding: 0;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.7), 0 -1px 0 rgba(255,255,255,.6);
}
.timeline .timeline-nav ul a {
	font-size: 80%;
	font-weight: normal;
	color: #ccc;
	padding: 1px 5px 1px 15px;
	
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
.timeline .timeline-nav ul li:first-child a {
	padding-top: 4px;
}
.timeline .timeline-nav ul li:last-child a {
	padding-bottom: 4px;
}
.timeline .timeline-nav ul a:hover {
	color: #fff;
	background-color: #333;
	background-color: rgba(0,0,0,.5);
}


/* timeline month title */
.timeline .timeline-month {
	font-size: 110%;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 40px 0 0;
	text-align: center;
	clear: both;
	position: relative;
	z-index: 100;
}
.timeline .timeline-month:first-child {
	padding-top: 0;
}
.timeline .timeline-month span {
	padding: 8px 20px;
	background-color: #60829f;
	color: #fff;
	display: inline-block;
	border-radius: 20em;
	box-shadow: inset 0 1px 0 rgba(0,0,0,.2), 0 1px 0 rgba(255,255,255,.6);
}

/* timeline post */
.timeline .post {
	width: 50%;
	float: left;
	position: relative;
}
.timeline .post-inner {
	margin-right: 30px;
}
.timeline .alt .post-inner {
	margin-right: 0;
	margin-left: 30px;
}

/* timeline post alt */
.timeline .alt.second {
	margin-top: 30px;
}

/* timeline post dot */
.timeline .post-dot {
	width: 6px;
	height: 6px;
	background-color: #fff;
	border: solid 3px #60829f;
	position: absolute;
	top: 22px;
	right: -6px;
	z-index: 100;
	display:none;
	border-radius: 20em;
}
.timeline .alt .post-dot {
	right: inherit;
	left: -6px;
}

/* timeline post arrow */
.timeline .post-arrow {
	width: 9px;
	height: 15px;
	background: url(images/post-arrow.png) no-repeat;
	position: absolute;
	top: 21px;
	right: 22px;
	display:none;
}
.timeline .alt .post-arrow {
	background-image: url(images/post-arrow-alt.png);
	right: inherit;
	left: 22px;
}

/* timeline post date */
.timeline .post-date,
.single .post-date {
	width: 160px;
	line-height: 100%;
	font-size: 80%;
	text-align: center;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -90px;
	z-index: 101;
}
.timeline .post-date span,
.single .post-date span {
	background-color: #fff;
	border: solid 1px #a8a9a9;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 20em;
}
.timeline .alt .post-date {
	margin-left: -70px;
}
.single .post-date {
	margin-left: -80px;
}

/* timeline post title */
.timeline .post-title {
	clear: none;
}

/************************************************************************************
INFINITE SCROLL
*************************************************************************************/
#infscr-loading {
	position: fixed;
	text-align: center;
	bottom: 30px;
	left: 50%;
	width: 50px;
	height: 41px;
	padding-top: 9px;
	margin-left: -25px;
	z-index: 100;
	background-color: white;
	background-color: hsla( 0, 0%, 100%, 0.9 );
	overflow: hidden;
	border-radius: 10px;
}
.inner-scroll-trigger {
	position: relative;
	text-align: center;
	z-index: 100;
	margin-bottom: 20px;
}
.trigger-more {
	background-color: #60829F;
	border-radius: 20em;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.6);
	color: #FFFFFF;
	display: inline-block;
	font-size: 1em;
	padding: 4px 10px;
}
.trigger-more:hover{
	color: #fff;
}

/************************************************************************************
LIST POST
*************************************************************************************/
.loops-wrapper.list-post .post {
	margin-bottom: 30px;
}
.loops-wrapper.list-post .post-title {
	font-size: 160%;
	padding: 0;
}

/************************************************************************************
GRID LAYOUT
*************************************************************************************/
/* grid layouts loop wrapper */
.loops-wrapper.grid4,
.loops-wrapper.grid3,
.loops-wrapper.grid2 {
	margin-left: -30px;
	width: 1008px;
	overflow: visible !important;
}
.sidebar1 .loops-wrapper.grid4,
.sidebar1 .loops-wrapper.grid3,
.sidebar1 .loops-wrapper.grid2 {
	width: 696px;
	margin-left: -20px;
}


/* grid4 post */
.loops-wrapper.grid4 .post {
	width: 222px;
	float: left;
	font-size: 90%;
}
.sidebar1 .loops-wrapper.grid4 .post {
	width: 154px;
}
.loops-wrapper.grid4 .post-title {
	font-size: 125%;
	padding: 0;
}
#body .loops-wrapper.grid4 .gallery img {
	max-width: 40px;
}

/* grid3 post */
.loops-wrapper.grid3 .grid-sizer,
.loops-wrapper.grid3 .post {
	width: 306px;
	float: left;
}
.sidebar1 .loops-wrapper.grid3 .grid-sizer,
.sidebar1 .loops-wrapper.grid3 .post {
	width: 212px;
}
.loops-wrapper.grid3 .post-title {
	font-size: 140%;
	padding: 0;
}

/* grid2 post */
.loops-wrapper.grid2 .post {
	width: 474px;
	float: left;
}
.sidebar1 .loops-wrapper.grid2 .post {
	width: 328px;
}
.loops-wrapper.grid2 .post-title {
	font-size: 150%;
	padding: 0;
}

/* grid layout fix for px value .loops-wrapper */
.loops-wrapper.grid4 .post,
.loops-wrapper.grid3 .post,
.loops-wrapper.grid2 .post {
	margin-left: 30px !important;
	clear: none !important;
}
.loops-wrapper.grid4 .gutter-sizer,
.loops-wrapper.grid3 .gutter-sizer,
.loops-wrapper.grid2 .gutter-sizer {
	width: 30px;
}
.sidebar1 .loops-wrapper.grid4 .post,
.sidebar1 .loops-wrapper.grid3 .post,
.sidebar1 .loops-wrapper.grid2 .post {
	margin-left: 20px !important;
}
.sidebar1 .loops-wrapper.grid4 .gutter-sizer,
.sidebar1 .loops-wrapper.grid3 .gutter-sizer,
.sidebar1 .loops-wrapper.grid2 .gutter-sizer {
	width: 20px;
}

/************************************************************************************
ISOTOPE (styles for isotope.js elements)
*************************************************************************************/
.isotope {
	overflow: visible !important;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video, .embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,
.post-video object,
.post-video embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	font-size: 90%;
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 1px;
	vertical-align: middle;
	display: inline-block;
	min-width: 22px;
	min-height: 16px;
	text-align: center;
	background-color: #dedddd;
	border: solid 1px #919191;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.7), 0 1px 1px rgba(0,0,0,.2);
}
.pagenav a {
	background-color: #eee;
	color: #444;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #fff;
}
.pagenav .current {
	background-color: #bbb;
	color: #666;
	text-decoration: none;
	
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
	margin: 15px 0;
}
.author-box .author-avatar {
	float: left;
	margin: 0 15px 5px 0;
}
.author-box .author-name {
	margin: 0 0 5px;
}

/************************************************************************************
POST NAVIGATION (the <nextpage> tag)
*************************************************************************************/
.post-pagination {
	text-align: right;
	margin: .5em 0 2em;
}
.post-pagination strong {
	margin-right: 3px;
}
.post-pagination a {
	margin-left: 3px;
	margin-right: 3px;
}
/************************************************************************************

POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 20px 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav .prev,
.post-nav .next {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav .arrow {
	background-color: #6599c6;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	transition: background 1s;
	border-radius: 10em;
}
.post-nav .next .arrow {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background-color: #000;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 10px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
	border-radius: 20em;
}
.commentlist cite {
	font-style: italic;
	font-size: 130%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	line-height: 100%;
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	background: url(images/reply.png) no-repeat 0 2px;
	color: #666;
	padding: 0 0 2px 18px;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
	color: #000;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	border: solid 1px #9e0b0f;
	
	background-color: #e41d24;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.25) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(0,0,0,0) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.25) 0%,rgba(0,0,0,0) 100%);
	
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.2);
	border-radius: 5px;
}
#respond #cancel-comment-reply-link:hover {
	background-color: #fb4e55;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 30px;
	word-wrap: break-word;
	background-color: #fff;
	border: solid 1px #bec3c7;
	padding: 14px;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;
	font-size: 110%;
	line-height: 110%;
	text-transform: uppercase;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ddd;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 4px 12px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	font-style: italic;
	font-size: 90%;
	display: block;
	margin: 0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 4px 0 3px;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp a {
	font-style: italic;
	font-size: 90%;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 50px;
	height: 50px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/* flickr shortcode */
.shortcode .flickr_badge_image {
	width: 23.8%;
	margin: 0 1.5% 1.5% 0;
	float: left;
}
.shortcode .flickr_badge_image:nth-of-type(4n) {
	margin-right: 0;
}
.shortcode .flickr_badge_image img {
	margin: 0;
}

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
	max-width: 100% !important;
}
#content .twt-border {
	max-width: 100% !important;
	min-width: 180px !important;
}

/* Text widget */
.widget .textwidget ul {
	margin: 0 0 1.4em 1.6em;
}
.widget .textwidget li {
	display: list-item;
}
.widget .textwidget ul li {
	list-style: disc;
}
.widget .textwidget ol li {
	list-style: decimal;
}

/************************************************************************************
LOAD MORE BUTTON
*************************************************************************************/
#load-more {
	clear: both;
	margin: 30px 0 10px;
	text-align: center;
}
#load-more a {
	min-width: 130px;
	font-size: 100%;
	text-transform: uppercase;
	line-height: 100%;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	text-decoration: none;
	border: solid 1px #5d6265;
	display: inline-block;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	background-color: #868889;
	border-radius: 10em;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.3);
}

/* Social Links Widget */
.widget .social-links {
	margin: 0 0 20px;
	padding: 0;
	line-height: 100%;
}
.widget .social-links li {
	margin: 0 5px 5px 0;
	padding: 0;
	list-style: none;
	border: none;
	display: inline-block;
}
.widget .social-links img {
	vertical-align: middle;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	background-color: #363a3d;
	padding: 20px 0;
	border-top: solid 1px #232323;
}
#footer {
	clear: both;
	color: #ddd;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	color: #fff;
}
#footer a {
	color: #9cc0de;
}

/* footer widgets */
#footer .widget {
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
#footer .widget li {
	border-color: #444;
	border-color: rgba(0,0,0,.2);
}

/* footer nav */
#footernav-wrap {
	clear: left;
	float: left;
	overflow: hidden;
	width: 50%;
}
#footer-nav {
	margin: 5px 0;
	padding: 0;
}
#footer-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#footer-nav ul {
	margin: 0;
	padding: 0;
}
#footer-nav a {
	text-decoration: none;
	margin: 0 10px 0 0;
}
#footer-nav a:hover {
	text-decoration: underline;
}

/* back to top */
.back-top {
	margin: 0;
}
.back-top a {
	background: #5e6164 url(images/arrow-up.png) no-repeat center center;
	background-color: rgba(0,0,0,.3);
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-top: -5px;
	text-indent: -9000em;
	display: block;
	float: left;
	border-radius: 20em;
	box-shadow: inset 0 -1px 2px rgba(0,0,0,.3), 0 1px 0 rgba(255,255,255,.15);
}

/* footer text */
.footer-text {
	width: 50%;
	font-size: 80%;
	float: right;
	text-align: right;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
ATTACHMENT SINGLE VIEW
*************************************************************************************/
.attachment.single-attachment,
.single-attachment .attachment {
	float: none;
	margin: 0;
	text-align: left;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 10px 0;
}

/* gallery item */
#body .gallery .gallery-item {
	margin: 0 8px 8px 0;
	vertical-align: top;
	width: auto;
	float: left;
	text-align: center;
}

/* gallery image */
#body .gallery img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/* gallery caption */
#body .gallery .gallery-caption {
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* GALLERY COLUMN
================================================ */
/* gallery column 1 (display all in one line) */
#body .gallery-columns-1 .gallery-item {
	width: auto;
}
#body .gallery-columns-1 br {
	display: none !important;
}

/* gallery column 2 */
#body .gallery-columns-2 .gallery-item {
	width: 49.2%;
}

/* gallery column 3 */
#body .gallery-columns-3 .gallery-item {
	width: 32.3%;
}
/* gallery column 4 */
#body .gallery-columns-4 .gallery-item {
	width: 23.8%;
}

/* gallery column 5 */
#body .gallery-columns-5 .gallery-item {
	width: 18.8%;
}

/* gallery column 6 */
#body .gallery-columns-6 .gallery-item {
	width: 15.4%;
}

/* gallery column 7 */
#body .gallery-columns-7 .gallery-item {
	width: 13%;
}

/* gallery column 8 */
#body .gallery-columns-8 .gallery-item {
	width: 11.18%;
}

/* gallery column 9 */
#body .gallery-columns-9 .gallery-item {
	width: 9.77%;
}

/* set gallery item margin-right */
#body .gallery-columns-1 .gallery-item,
#body .gallery-columns-2 .gallery-item,
#body .gallery-columns-3 .gallery-item,
#body .gallery-columns-4 .gallery-item,
#body .gallery-columns-5 .gallery-item,
#body .gallery-columns-6 .gallery-item,
#body .gallery-columns-7 .gallery-item,
#body .gallery-columns-8 .gallery-item,
#body .gallery-columns-9 .gallery-item {
	margin: 0 1.5% 1.5% 0;
}

/* clear gallery item margin-right */
#body .gallery-columns-9 .gallery-item:nth-of-type(9n),
#body .gallery-columns-8 .gallery-item:nth-of-type(8n),
#body .gallery-columns-7 .gallery-item:nth-of-type(7n),
#body .gallery-columns-6 .gallery-item:nth-of-type(6n),
#body .gallery-columns-5 .gallery-item:nth-of-type(5n),
#body .gallery-columns-4 .gallery-item:nth-of-type(4n),
#body .gallery-columns-3 .gallery-item:nth-of-type(3n),
#body .gallery-columns-2 .gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

/************************************************************************************
BUILDER
*************************************************************************************/
/* builder row */
.full_width .themify_builder_row .row_inner {
	width: 978px; /* same width as .pagewidth */
	max-width: 100%;
	margin: auto;
}
.full_width .themify_builder_row.fullwidth .row_inner {
	width: 100%;
	padding: 0;
}

/* loops-wrapper */
.module.loops-wrapper.grid4,
.module.loops-wrapper.grid3,
.module.loops-wrapper.grid2,
.module.loops-wrapper.grid2-thumb {
	margin-left: 0;
	width: auto;
}

.module.loops-wrapper,
.module .loops-wrapper {
	width: auto;
	margin: 0;
}

/* grid layouts */
.module.loops-wrapper.grid4 .post,
.module.loops-wrapper.grid3 .post,
.module.loops-wrapper.grid2 .post,
.module.loops-wrapper.grid2-thumb .post {
	float: left;
	margin-left: 3.2% !important;
	margin-right: 0;
	margin-bottom: 2.2em;
}
.module.loops-wrapper.grid4 .post {
	width: 22.6%;
}
.module.loops-wrapper.grid3 .post {
	width: 31.2%;
}
.module.loops-wrapper.grid2 .post {
	width: 48.4%;
}
.module.loops-wrapper.grid2-thumb .post {
	width: 48.4%;
}
.module.loops-wrapper.grid4 .post:nth-of-type(4n+1),
.module.loops-wrapper.grid3 .post:nth-of-type(3n+1),
.module.loops-wrapper.grid2 .post:nth-of-type(2n+1),
.module.loops-wrapper.grid2-thumb .post:nth-of-type(2n+1) {
	margin-left: 0 !important;
	clear: left !important;
}

/* post icon */
.module .post-icon,
.module.loops-wrapper.list-post .post-icon {
	display: none;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; }