/*-----------------------------------------------------------------------------------	

Theme Name: Breve	
Theme URI: http://www.ThemeJug.com/	
Description: Breve - a super clean & minimal responsive WordPress theme, perfect for showcasing your best work.

Author: ThemeJug	
Author URI: http://www.ThemeJug.com	

License: GNU General Public License version 3.0	
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Version: 1.1.2

All files, unless otherwise stated, are released under the GNU General Public License	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------
	00. WordPress Core	
	01. Body Defaults	
	02. Header	
	03. Blog Posts
	04. Single Post
	05. Pagination
	06. Comment List
	07. Comment Form
	08. Page Template - Default
	09. Page Template - Full
	10. Page Template - Contact
	11. Page Template - Home
	12. Generic Portfolio Items
	13. Page Template - Filtered Portfolio
	14. Page Template - Paginated Portfolio
	15. Single Portfolio
	16. Custom TJ Widgets
	17. Sidebar
	18. Footer
	19. Flexslider
	20. ThemeJug Shortcodes
	21. jPlayer
-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------
00.	CSS Reset - http://meyerweb.com/eric/tools/css/reset/
-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }
.clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*-----------------------------------------------------------------------------------
00. WordPress Core
-----------------------------------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption,
.gallery-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
	line-height: 28px;
	margin: 10px 0 0;
	padding: 0;
}

.sticky { visibility: inherit; }

.bypostauthor { 
	max-width: 670px;
	//border-top: 3px solid #eeeeee;
	//border-bottom: 3px solid #eeeeee;
	margin: 15px 0 50px 0;
	padding: 35px 0;
}

.author-title {
	margin: 0 0 0 0;
	color: #394451;
	font-family: 'Karla', sans-serif;
	font-weight: normal;
	font-size: 1em;
}

.author-avatar,
.author-avatar .avatar {
	float: left;
	margin: 0 20px 0 0;
	width: 60px;
	height: 60px;
}

.author-description {
	float: left;
	width: 590px;
	overflow: hidden;
	color: #aaaaaa;
	font-size: 0.875em;
}

.author-description p:last-child {
	margin-bottom: 0;
}

.author-description a {
	font-weight: bold;
	color: #394451;
}

.author-description a:hover {
	color: #E0645C;
}

/*-----------------------------------------------------------------------------------
01. Body Defaults
-----------------------------------------------------------------------------------*/

html,
body {
	height: 100%;
}

body {
	font: 400 16px/30px 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background: #fff;
	color: #55646a;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	word-break: break-word;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}

a,
a img {
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	color: #000;
}

p {
	font-size: 1em; /* 16px */
	line-height: 2.250em; /* 34px */
	margin: 0.9375em 0;
}

h1 {
	font-size: 2.25em; /* 36px */
	line-height: 0.95em;
	margin: 0.8333em 0;
}

h2 {
	font-size: 1.875em; /* 30px */
	line-height: 1em;
	margin: 0.5em 0;
}

h3 {
	font-size: 1.5em; /* 24px */
	line-height: 1.25em;
	margin: 0.625em 0;
}

h4 {
	font-size: 1.25em; /* 20px */
	line-height: 1.5em;
	margin: 0.75em 0;
}

h5 {
	font-size: 1em; /* 16px */
	line-height: 1.875em;
	margin: 0.9375em 0;
}

h6 {
	font-size: 0.875em; /* 14px */
	line-height: 2.1429em;
	margin: 1.0714em 0;
}

pre {
	margin: 30px 0;
	padding: 30px;
	background: #eeeeee;
	border: none;
}

@font-face {
    font-family: 'EntypoRegular';
    src: url('font/entypo.eot');
    src: url('font/entypo.eot?#iefix') format('embedded-opentype'),
         url('font/entypo.woff') format('woff'),
         url('font/entypo.ttf') format('truetype'),
         url('font/entypo.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EntypoSocial';
    src: url('font/entypo-social.eot');
    src: url('font/entypo-social.eot?#iefix') format('embedded-opentype'),
         url('font/entypo-social.woff') format('woff'),
         url('font/entypo-social.ttf') format('truetype'),
         url('font/entypo-social.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ico {
	font-family: 'EntypoRegular';
	font-size: 2.25em; /* 36px */
}

#content {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}

#primary {
	width: 71.2766%;
	margin: 0 auto;
	float: left;
}

#sidebar {
	width: 23.40426%;
	float: right;
}

#error404 {
	text-align: center;
}

.error404 #primary {
	width: 100%;
	float: none;
	margin-bottom: 120px;
}

/*-----------------------------------------------------------------------------------
02. Header
-----------------------------------------------------------------------------------*/

#header {
    margin: 0 auto 60px auto;
    padding: 50px 0;
   	max-width: 940px;
    border-bottom: 1px solid #eeeeee;
}

.fullwidth {
	min-width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

/* Header Logo */

.logo {
	float: left;
}

.logo h1 {
	font-size: 1.25em;
	margin: 0 auto;
	padding: 0;
}

.logo h1 a { 
	color: #000;
}

/* Header Menu */

header nav {
    float: right;
    font-size: 1em;
}

header nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header nav ul li {
	display: inline-block;
	position: relative;
}

header nav ul li:hover { 
	visibility: inherit; 
}

header nav ul li a {
	color: #aaa;
	margin: 0 0 0 10px;
	padding: 5px 10px;
}

header nav ul a:hover {
	color: #E0645C;
}

header nav ul ul {
	position: absolute;
	top: -9999em;
	width: 180px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

header nav ul ul li { 
	width: 100%; 
}

header nav ul li .sep {
	position: absolute;
	top: 21px;
	right: -3px;
	color: #aeaeae;
}

header nav ul li:last-child .sep,
header nav ul li.last .sep,
header nav ul ul .sep { 
	display: none;
}

header nav ul li:hover ul,
header nav ul li.sfHover ul {
	left: 20px;
	top: 30px;
	z-index: 99;
}

header nav ul li:hover li ul,
header nav ul li.sfHover li ul,
header nav ul li li:hover li ul,
header nav ul li li.sfHover li ul,
header nav ul li li li:hover li ul,
header nav ul li li li.sfHover li ul { 
	top: -9999em; 
}

header nav ul li li:hover ul,
header nav ul li li.sfHover ul,
header nav ul li li li:hover ul,
header nav ul li li li.sfHover ul,
header nav ul li li li li:hover ul,
header nav ul li li li li.sfHover ul {
	left: 180px;
	top: -1px;
}

header nav ul li.current-cat a,
header nav ul li.current_page_item a,
header nav ul li.current-menu-item a {
	text-decoration: none;
	color: #E0645C;
}

header nav ul ul {
	padding: 0;
	background: #fbfbfb;
	padding: 5px 15px;
}

header nav ul ul li {
	color: #394451;
	line-height: 30px;
	border-bottom: 1px solid #eeeeee;
	float: none;
	background: none;
	padding: 0;
}

header nav ul ul li:last-child { 
	border: 0; 
}

header nav ul ul li a {
    color: #394451;
	line-height: 35px;
	height: 35px;
	margin: 0;
}

header nav ul li.sfHover ul a { 
	margin: 0;
	padding: 7px 0;
	font-weight: normal;
}

header nav ul li.sfHover ul a:hover { 
	font-weight: normal;	
}

header nav ul ul ul {
	padding-top: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sf-sub-indicator {
	background: url('img/sub-menu.png') no-repeat transparent;
	display: inline-block;
	height: 30px;
	text-indent: -999em;
	width: 10px;
	margin-left: 5px;
}

/* Mobile Menu Theme */

#tj-mobile-menu {
	display: none;
	width: 100%;
	background: #fff;
	z-index: 99;
	padding: 2.5% 0 0 0;
	overflow: auto;
}

#tj-mobile-menu nav {
	max-width: 90%;
	margin: 0 auto;
}

#tj-mobile-menu ul li a {
	margin: 0 0 0.75em 0;
	padding: 0 0 0.75em 0;
	display: block;
	color: inherit;
	border-bottom: 1px solid #eeeeee;
}

#tj-mobile-menu ul > li:last-child {
	border-bottom: none;
}

#tj-mobile-menu ul > li > ul > li a {
	padding-left: 1.5em;
}

#tj-mobile-menu ul > li > ul > li > ul > li a {
	padding-left: 3em;
}

#tj-mobile-menu ul li.last-menu-item a {
	border-bottom: none;
}

a.tj-mobile-menu {
	position: absolute;
	right: 0;
	top: 0;
	background: #262626;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	line-height: 2.5em;
	display: none;
	z-index: 9999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

/*-----------------------------------------------------------------------------------
03. Blog Posts
-----------------------------------------------------------------------------------*/

article.post {
	position: relative;
	width: 100%;
	margin: 0 0 60px 0;
	padding: 0 0 30px 0;
	border-bottom: solid 1px #eeeeee;
	clear: both;
}

article.post:last-of-type {
	border-bottom: none;
}

.right-sidebar article.post:last-of-type {
	padding-bottom: 0;	
}

.sidebar-disabled article.post:last-of-type {
	padding-bottom: 15px;
}

.blog-hero {
	margin: 0 0 3.0213em 0;
}

.blog-hero img {
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
	-webkit-backface-visibility: hidden;
}

.blog-hero img:hover {
	opacity: 0.8;
}

.entry-title {
	font-size: 1.875em;
	line-height: 1.500em;
	margin: 0 0 0.8333em 0;
}

.entry-title a {
	color: #394451;
}

.entry-title a:hover {
	color: #E0645C;
}

.post-meta {
	margin: 1.250em auto;
	color: #aaaaaa;
}

.sidebar-disabled .post-meta {
	max-width: 620px;
}

.post-meta a,
.entry-content .post-meta a {
	color: #aaaaaa;
}

.post-meta a:hover,
.entry-content .post-meta a:hover {
	color: #E0645C;
}

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

.entry-content .read-more a {
	color: #55646a;
}

.entry-content .read-more a:hover {
	color: #E0645C;
}

.entry-content p a.more-link {
	margin: 30px 0 0 0;
	display: block;
}

/* Post Type: Quote */

.blog.sidebar-disabled article.post.format-quote {
	padding-bottom: 10px;
}

.format-quote .entry-content blockquote {
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: 1.500em;
	margin: -15px auto 0 auto;
	padding: 0;
}

.format-quote .quote-title {
	font-size: 0.45em;
	color: #aaaaaa;
	clear: both;
	display: block;
}

article.format-quote p {
	padding: 1.563em 0 0 0;
}

/* Post Type: Link */

article.post.format-link {
	text-align: center;
}

.blog.sidebar-disabled article.post.format-link {
	padding-bottom: 40px;
}

.format-link .entry-title {
	font-style: normal;
	font-weight: 400;
	line-height: 1.500em;
	margin: -15px auto 0 auto;
	padding: 0;
}

.format-link .link-title {
	font-size: 0.45em;
	color: #aaaaaa;
	clear: both;
	display: block;
}

.format-link .link-title a {
	color: #aaaaaa;
}

article.format-link p {
	padding: 1.563em 0 0 0;
}

/* Post Type: Aside */

article.format-aside {
	padding: 0 0 60px 0;
}

.format-aside .article-content {
	width: 100%;
}

/* Post Type: Video */

article.post.format-video .jp-jplayer {
	margin-bottom: 0;
}

.blog.right-sidebar article.post.format-video .entry-content,
.single.right-sidebar article.post.format-video .entry-content,
.search.right-sidebar article.post.format-video .entry-content,
.archive.right-sidebar article.post.format-video .entry-content {
	margin: 45px auto 0 auto;
}

.blog.sidebar-disabled article.post.format-video.no-tj-featured-image-set .entry-content,
.single.sidebar-disabled article.post.format-video.no-tj-featured-image-set .entry-content,
.search.sidebar-disabled article.post.format-video.no-tj-featured-image-set .entry-content,
.archive.sidebar-disabled article.post.format-video.no-tj-featured-image-set .entry-content {
	margin: 45px auto 0 auto;
}

.blog.sidebar-disabled article.post.format-video.tj-featured-image-set .entry-content,
.single.sidebar-disabled article.post.format-video.tj-featured-image-set .entry-content,
.search.sidebar-disabled article.post.format-video.tj-featured-image-set .entry-content,
.archive.sidebar-disabled article.post.format-video.tj-featured-image-set .entry-content {
	margin: 45px auto 0 auto;
	padding-top: 0;
}

/* Post Type: Audio */

article.post.format-audio .jp-jplayer {
	margin-bottom: 0;
}

.blog.right-sidebar article.post.format-audio .entry-content,
.single.right-sidebar article.post.format-audio .entry-content,
.search.right-sidebar article.post.format-audio .entry-content,
.archive.right-sidebar article.post.format-audio .entry-content {
	margin: 45px auto 0 auto;
}

.blog.sidebar-disabled article.post.format-audio.no-tj-featured-image-set .entry-content,
.single.sidebar-disabled article.post.format-audio.no-tj-featured-image-set .entry-content,
.search.sidebar-disabled article.post.format-audio.no-tj-featured-image-set .entry-content,
.archive.sidebar-disabled article.post.format-audio.no-tj-featured-image-set .entry-content {
	margin: 45px auto 0 auto;
}

.blog.sidebar-disabled article.post.format-audio.tj-featured-image-set .entry-content,
.single.sidebar-disabled article.post.format-audio.tj-featured-image-set .entry-content,
.search.sidebar-disabled article.post.format-audio.tj-featured-image-set .entry-content,
.archive.sidebar-disabled article.post.format-audio.tj-featured-image-set .entry-content {
	margin: 45px auto 0 auto;
	padding-top: 0;
}

/* Post Type: Gallery */

.blog.right-sidebar article.post.format-gallery .entry-content,
.single.right-sidebar article.post.format-gallery .entry-content,
.search.right-sidebar article.post.format-gallery .entry-content,
.archive.right-sidebar article.post.format-gallery .entry-content {
	margin: 45px auto 0 auto;
}

.blog.sidebar-disabled article.post.format-gallery.no-tj-featured-image-set .entry-content,
.single.sidebar-disabled article.post.format-gallery.no-tj-featured-image-set .entry-content,
.search.sidebar-disabled article.post.format-gallery.no-tj-featured-image-set .entry-content,
.archive.sidebar-disabled article.post.format-gallery.no-tj-featured-image-set .entry-content {
	margin: 45px auto 0 auto;
}

.blog.sidebar-disabled article.post.format-gallery.tj-featured-image-set .entry-content,
.single.sidebar-disabled article.post.format-gallery.tj-featured-image-set .entry-content,
.search.sidebar-disabled article.post.format-gallery.tj-featured-image-set .entry-content,
.archive.sidebar-disabled article.post.format-gallery.tj-featured-image-set .entry-content {
	margin: 45px auto 0 auto;
	padding-top: 0;
}

.blog.sidebar-disabled article.post.format-gallery .tj-direction-nav,
.single.sidebar-disabled article.post.format-gallery .tj-direction-nav,
.search.sidebar-disabled article.post.format-gallery .tj-direction-nav,
.archive.sidebar-disabled article.post.format-gallery .tj-direction-nav {
	top: 25%;
}

.blog.right-sidebar article.post.format-gallery .tj-direction-nav,
.single.right-sidebar article.post.format-gallery .tj-direction-nav,
.search.right-sidebar article.post.format-gallery .tj-direction-nav,
.archive.right-sidebar article.post.format-gallery .tj-direction-nav {
	top: 25%;
}

.blog.right-sidebar article.post.format-gallery .tj-direction-nav li a.tj-prev,
.single.right-sidebar article.post.format-gallery .tj-direction-nav li a.tj-prev,
.search.right-sidebar article.post.format-gallery .tj-direction-nav li a.tj-prev,
.archive.right-sidebar article.post.format-gallery .tj-direction-nav li a.tj-prev {
	left: 20px;
}

.blog.right-sidebar article.post.format-gallery .tj-direction-nav li a.tj-next,
.single.right-sidebar article.post.format-gallery .tj-direction-nav li a.tj-next,
.search.right-sidebar article.post.format-gallery .tj-direction-nav li a.tj-next,
.archive.right-sidebar article.post.format-gallery .tj-direction-nav li a.tj-next {
	right: 20px;
}


/* Post Type: Image */

.blog.right-sidebar article.post.format-image .entry-content {
	margin: 45px auto 0 auto;
}

.blog.sidebar-disabled article.post.format-image.no-tj-featured-image-set .entry-content {
	margin: 45px auto 0 auto;
}

.blog.sidebar-disabled article.post.format-image.tj-featured-image-set .entry-content {
	margin: 45px auto 0 auto;
	padding-top: 0;
}

/* Sidebar disabled */

.blog.sidebar-disabled #primary,
.single.sidebar-disabled #primary,
.search.sidebar-disabled #primary,
.archive.sidebar-disabled #primary  {
	width: 100%;
	max-width: 940px;
	float: none;
}

.blog.sidebar-disabled article.post,
.single.sidebar-disabled article.post,
.search.sidebar-disabled article.post,
.archive.sidebar-disabled article.post {
	margin-bottom: 60px;
}

.blog.sidebar-disabled article.post:first-of-type,
.single.sidebar-disabled article.post:first-of-type,
.search.sidebar-disabled article.post:first-of-type,
.archive.sidebar-disabled article.post:first-of-type {
	margin-top: 60px;
}

.blog.sidebar-disabled article.post:last-of-type,
.single.sidebar-disabled article.post:last-of-type,
.search.sidebar-disabled article.post:last-of-type,
.archive.sidebar-disabled article.post:last-of-type {
	margin-bottom: 23px;
}

.blog.sidebar-disabled article.post.tj-featured-image-set .entry-content,
.single.sidebar-disabled article.post.tj-featured-image-set .entry-content,
.search.sidebar-disabled article.post.tj-featured-image-set .entry-content,
.archive.sidebar-disabled article.post.tj-featured-image-set .entry-content {
	position: relative;
	max-width: 780px;
	margin: 0 auto;
	padding: 0 80px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.blog.sidebar-disabled article.post.no-tj-featured-image-set .entry-content,
.single.sidebar-disabled article.post.no-tj-featured-image-set .entry-content,
.search.sidebar-disabled article.post.no-tj-featured-image-set .entry-content,
.archive.sidebar-disabled article.post.no-tj-featured-image-set .entry-content {
	position: relative;
	max-width: 780px;
	margin: -5px auto 0 auto;
	padding: 0 80px 0 80px;
	z-index: 9999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*-----------------------------------------------------------------------------------
04. Single Post
-----------------------------------------------------------------------------------*/

.single.single-post.sidebar-disabled article.post {
	margin-bottom: 50px;
	padding-bottom: 0;
}

.entry-content a {
	color: #394451;
}

.entry-content a:hover {
	color: #E0645C;
}

.entry-content blockquote {
	text-align: center;
	margin: 1.6em 0;
	padding: 0.7815em;
	background: #fff;
	font-weight: 600;
}

.entry-content ul,
.entry-content ol{
	display: block;
	clear: both;
	margin: 1.875em 1.2em;
	padding: 0;
}

.entry-content ul li { 
	list-style-type:square;
}

.entry-content ol li { 
	list-style-type: decimal;
}

/*-----------------------------------------------------------------------------------
05. Pagination
-----------------------------------------------------------------------------------*/

.pagination-links {
	font-size: 1.125em;
	max-width: 780px;
	margin: 0 auto 60px auto;
	clear: both;
}

.sidebar-disabled .pagination-links {
	padding: 0 80px;
}

.right-sidebar .pagination-links {
	padding: 0 0;
}

.pagination-links a.page-numbers { 
	margin: 0 3px;
	color: #aaaaaa;

	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.pagination-links a.page-numbers:hover { 
	color: #E0645C;
}

.pagination-links .current { 
	margin: 0 3px;
	color: #E0645C;
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.pagination-links i {
	font-size: 1em;
}

/*-----------------------------------------------------------------------------------
06. Comment List
-----------------------------------------------------------------------------------*/

.commentlist {
	width: 100%;
	margin: 0 auto;
	padding: 37px 0 0 0;
	border-top: 1px solid #eeeeee;
	clear: both;
}

.sidebar-disabled .commentlist {
	max-width: 620px;
}

.commentlist article:first-of-type {
	margin-top: 40px;
}

.commentlist article {
	margin: 0 auto 60px auto;
	padding: 0 0 60px 0;
	border-bottom: 1px solid #eeeeee;
}

img.avatar {
	float: left;
	margin: 8px 20px 0 0;
}

.entry_info {
	overflow: hidden;	
}

.commentlist cite {
	font-style: normal;
}

.commentlist a {
	color: #aaaaaa;
}

.commentlist a:hover {
	color: #E0645C;
}

.commentlist .depth-2 {
	margin-left: 12.5%;
}

.commentlist .depth-3 {
	margin-left: 26%;
}

.commentlist .depth-4 {
	margin-left: 38.5%;
}

.commentlist .depth-5 {
	margin-left: 51.5%;
}

/*-----------------------------------------------------------------------------------
07. Comment Form
-----------------------------------------------------------------------------------*/

#respond {
	margin: 0 auto;
	padding: 0 0 42px 0;
	clear: both;
}

.sidebar-disabled #respond {
	max-width: 620px;
}

#reply-title {
	display: none;
	text-indent: -9999px;
}

#respond label {
	display: block;
	margin: 0 0 0.9375em 0;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"]{
	border: 1px solid #eeeeee;
	outline: none;
	width: 100%;
	margin: 0;
	padding: 10px 15px;
	font-size: 1em;
	font-family: inherit;
	color: inherit;
	line-height: 1.5em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
}

#respond textarea {
	border: 1px solid #eeeeee;
	outline: none;
	width: 100%;
	margin: 0;
	padding: 10px 15px;
	font-size: 1em;
	font-family: inherit;
	color: inherit;
	line-height: 1.5em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
}

#respond input[type="text"]:focus,
#respond input[type="email"]:focus,
#respond input[type="url"]:focus,
#respond textarea:focus {
	border: 1px solid #aaaaaa;
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.form-allowed-tags,
.comment-notes{
	display: none;
}

#respond input[type="submit"] {
	font-size: 1em;
	line-height: 1.5em;
	padding: 10px 15px;
	background-color: #e65453;
	color: #fff;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
	-webkit-font-smoothing: antialiased;
}

#respond input[type="submit"]:hover {
	background-color: #F37E7E;
}

/*-----------------------------------------------------------------------------------
08. Page Template - Default
-----------------------------------------------------------------------------------*/

.page-template-default #primary article.page {
	margin-bottom: 95px;
}

/*-----------------------------------------------------------------------------------
09. Page Template - Full
-----------------------------------------------------------------------------------*/

.page-template-template-full-width-php #primary {
	width: 100%;
}

.page-template-template-full-width-php #primary article.page {
	margin-bottom: 95px;
}

/*-----------------------------------------------------------------------------------
10. Page Template - Contact
-----------------------------------------------------------------------------------*/

#contact {
	max-width: 820px;
	margin: 40px auto 80px auto;
	clear: both;
}

.contact label {
	display: block;
	margin: 1.214em 0;
	font-size: 1em;
	line-height: 2.2857em;
	color: #aaaaaa;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="url"] {
	border: 1px solid #eeeeee;
	outline: none;
	width: 95%;
	margin: 0;
	padding: 10px 15px;
	font-size: 1em;
	font-family: inherit;
	color: inherit;
	line-height: 1.5em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
}

.contact textarea {
	border: 1px solid #eeeeee;
	outline: none;
	width: 95%;
	margin: 0;
	padding: 10px 15px;
	font-size: 1em;
	font-family: inherit;
	color: inherit;
	line-height: 1.5em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
}

.contact input[type="text"]:focus,
.contact input[type="email"]:focus,
.contact input[type="url"]:focus,
.contact textarea:focus {
	border: 1px solid #aaaaaa;
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.contact input[type="submit"] {
	font-size: 1em;
	line-height: 1.5em;
	padding: 10px 15px;
	background-color: #e65453;
	color: #fff;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
	-webkit-font-smoothing: antialiased;
}

.contact input[type="submit"]:hover {
	background-color: #F37E7E;
}

label.error {
	width: 100%;
	color: #df102c;
}

/*-----------------------------------------------------------------------------------
11. Page Template - Home
-----------------------------------------------------------------------------------*/

.page-template-template-home-php #content {
	max-width: 100%;
}

.page-template-template-home-php #primary {
	width: 100%;
	float: none;
}

.page-template-template-home-php .home-projects-wrapper  {
	position: relative;
	width: 100%;
	max-width: 940px;
	margin: 60px auto 50px auto;
}

/* Default Display */

.page-template-template-home-php .home-projects-wrapper article.portfolio {
	position: relative;
	max-width: 940px;
	margin: 0 auto;
}

.page-template-template-home-php .home-projects-wrapper article.portfolio img {
	display: block;
}

.page-template-template-home-php .home-projects-wrapper article.portfolio h3 {
	font-size: 2.25em; /* 36px */
	line-height: 0.95em; /* 60px */
	font-weight: 400;
}

.portfolio-caption p {
	max-width: 620px;
	margin: 0 auto;
	font-size: 1.125em;
	color: #55646a;
}

/* Home Welcome Message */

.home-message {
	max-width: 780px;
	margin: 0 auto 50px auto;
	text-align: center;	
}

.home-message h1,
.home-message h2,
.home-message h3,
.home-message h4 {
	font-size: 1.875em;
	line-height:  1.500em; 
	margin-top: 0;
	font-weight: 400;
}

.home-message a {
	color: #394451;
}

.home-message a:hover {
	color: #E0645C;
}

/* Home Blog Posts */

.home-posts {
	max-width: 940px;
	margin: 0 auto;
	padding: 96px 0 32px 0;
	border-top: 1px solid #eee;
}

.home-posts article.post {
	width: 31.91489%;
	margin: 0 2.12766% 0 0;
	padding: 0;
	float: left;
	border: none;
	clear: none;
} 

.home-posts article.post:nth-of-type(3n+3) {
	margin-right: 0;
}

.home-posts-title {
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 43px;
}

.home-posts .blog-hero {
	margin-bottom: 0;
}

.home-posts .entry-title {
	font-size: 1em;
	line-height: 1.875em;
	font-weight: 400;
	margin: 0 ;
}

.home-posts .post-meta {
	margin: 0 0 60px 0;
}

/* Home Testimonials */

.home-testimonial-wrapper {}

.home-testimonial {
	position: relative;
	max-width: 940px;
	margin: 10px auto;
	padding: 106px 0 54px 0;
	border-top: 1px solid #eee;
	text-align: center;
}

.home-testimonial-title {
	font-size: 1.875em;
	line-height: 1em;
	font-weight: 400;
	margin: 5px 0 24px 0;
}

.home-testimonial p {
	max-width: 780px;
	margin: 0 auto;
	font-size: 1.125em;
}

.home-testimonial h5 {	
	max-width: 780px;
	margin: 5px auto 70px auto;
	font-weight: 400;
	color: #55646a;
}

.home-testimonial .testimonial-hero {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.home-testimonial a {
	color: #55646a;
}

.home-testimonial a:hover {
	color: #E0645C;
}

.home-testimonial .tj-direction-nav {
	top: 45%;
	font-size: 1.875em;
}

/* Homepage CTA */

.tj-homepage-cta {
	position: relative;
	max-width: 940px;
	margin: 0 auto;
	padding: 90px 0 100px 0;
	text-align: center;
	border-top: 1px solid #eeeeee;
}

.tj-homepage-cta h1,
.tj-homepage-cta h2,
.tj-homepage-cta h3,
.tj-homepage-cta h4 {
	font-size: 1.875em;
	line-height: 1em;
	font-weight: 400;
}

.tj-homepage-cta p {
	font-size: 1.125em;
}

/* Reset TJ button margin on homepage */

.page-template-template-home-php .tj-button {
	margin: 0.8333em auto!important;
}

/*-----------------------------------------------------------------------------------
12. Page Template - Generic Portfolios
-----------------------------------------------------------------------------------*/

.tj-portfolio {
	margin-right: -20px;
}

.tj-portfolio article {
	display: table;
	width: 300px;
	height: 225px;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	text-align: center;
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tj-portfolio article img {
	display: block;
}

.tj-overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	display: table-cell; 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); 
	opacity: 0; 
	-webkit-transition-property: opacity; 
	-moz-transition-property: opacity; 
	-o-transition-property: opacity; 
	transition-property: opacity; 
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.tj-overlay .entry-info { 
	position: relative;
	top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	text-align: center; 
	opacity: 1;
}

.tj-overlay span.tj-portfolio-caption {
	font-size: 16px;
	margin: 24px 0 0 0;
	margin: 2.4rem 0 0 0;
	display: block;
	clear: both;
}

article.type-portfolio:hover .tj-overlay, 
article.type-portfolio:focus .tj-overlay, 
article.type-portfolio:active .tj-overlay { 
	background: #fff;
	background-color: rgba(255, 255, 255, 0.8); 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); 
	opacity: 1; 
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.tax-portfolio-type .taxonomy-title {
	font-size: 1.875em;
	line-height: 1.500em;
	margin: -12px 0 45px 0;
	text-align: center;
}

.tax-portfolio-type .tj-portfolio {
	margin-bottom: 100px;
}

/*-----------------------------------------------------------------------------------
13. Page Template - Filtered Portfolio
-----------------------------------------------------------------------------------*/

.page-template-template-portfolio-filtered-php #primary {
	width: 100%;
	float: none;
	margin-bottom: 100px;
}

/* Intro Text */

.page-template-template-portfolio-filtered-php article.page {
	max-width: 780px;
	margin: -10px auto 50px auto;
	text-align: center;
}

.page-template-template-portfolio-filtered-php article.page .entry-content h1,
.page-template-template-portfolio-filtered-php article.page .entry-content h2,
.page-template-template-portfolio-filtered-php article.page .entry-content h3,
.page-template-template-portfolio-filtered-php article.page .entry-content h4,
.page-template-template-portfolio-filtered-php article.page .entry-content p {
	font-size: 1.875em;
	line-height: 1.500em;
	margin-top: 0;
}

.page-template-template-portfolio-filtered-php article.portfolio .entry-title {
	font-size: 1.25em;
	margin: 0 auto;
}

/* Portfolio Items */

.page-template-template-portfolio-filtered-php article.type-portfolio .entry-title {
	font-size: 1.25em;
	margin: 0 auto;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#sort-by { 
	text-align: center;
	margin: 0 auto;
	font-size: 1em;
	color: #aaaaaa;
}

#sort-by ul { 
	margin: 0 auto 60px auto;
	padding: 0;
	width: 100%;
}

#sort-by ul li { 
	display: inline-block;
	margin-right: 5px;
	line-height: 1.5em;
}

#sort-by ul li a { 
	background-color: #fff;
	color: #aaaaaa;
    display: inline-block;
	margin:0 5px 0 0;
	padding: 1px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

#sort-by .active,
#sort-by ul li a:hover{
	color: #fff;
	background: #E0645C;
}

/*-----------------------------------------------------------------------------------
14. Page Template - Paginated Portfolio
-----------------------------------------------------------------------------------*/

.page-template-template-portfolio-paginated-php #primary {
	width: 100%;
	float: none;
	margin-bottom: 100px;
}

/* Intro Text */

.page-template-template-portfolio-paginated-php article.page {
	max-width: 780px;
	margin: -10px auto 50px auto;
	text-align: center;
}

.page-template-template-portfolio-paginated-php article.page .entry-content h1,
.page-template-template-portfolio-paginated-php article.page .entry-content h2,
.page-template-template-portfolio-paginated-php article.page .entry-content h3,
.page-template-template-portfolio-paginated-php article.page .entry-content h4,
.page-template-template-portfolio-paginated-php article.page .entry-content p {
	font-size: 1.875em;
	line-height: 1.500em;
	margin-top: 0;
}

.page-template-template-portfolio-paginated-php article.portfolio .entry-title {
	font-size: 1.25em;
	margin: 0 auto;
}

/* Portfolio Pagination */

.page-template-template-portfolio-paginated-php .pagination-links {
	max-width: 100%;
	margin: 60px auto;
	padding: 0;
}

/*-----------------------------------------------------------------------------------
15. Single Portfolio
-----------------------------------------------------------------------------------*/

.single.single-portfolio #primary {
	width: 100%;
	float: none;
	margin-bottom: 100px;
}

.tj-portfolio-media {
	position: relative;
	max-width: 100%;
	margin: 0 auto 60px auto;
}

.tj-portfolio-media .portfolio-featured-image,
.tj-image-meta {
	position: relative;
}

.tj-portfolio-media .portfolio-featured-image img {
	display: block;
	margin-bottom: 30px;
}

.tj-image-caption {
	position: absolute;
	top: 0;
	left: 0;
	background: #262626;
	padding: 0.5em 1em;
	font-size: 1em;
	color: #fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.tj-image-description {
	max-width: 620px;
	margin: -10px auto -30px auto;
}

.tj-image-description p {
	margin: 0 auto;
}

.tj-portfolio-media .portfolio-featured-image img:first-of-type,
.tj-portfolio-media .tj-gallery-slideshow,
.tj-portfolio-media .video,
.tj-portfolio-media .jp-jplayer {
	margin-top: 48px;
}

.single-portfolio article.portfolio.tj-main-project-view {
	position: relative;
	width: 100%;
	padding: 0 0 60px 0;
}

.portfolio-meta {
	max-width: 620px;
	margin: 42px auto 0 auto;
}

.single-portfolio article.portfolio.tj-main-project-view .entry-content {
	max-width: 620px;
	margin: 0 auto;
}

.single-portfolio article.portfolio.tj-main-project-view .entry-title {
	margin-bottom: 2px;
}

.single-portfolio article.portfolio.tj-main-project-view .post-meta {
	margin: 0 0 35px 0;
}

.single-portfolio article.portfolio.tj-main-project-view p.post-meta {
	line-height: 1.5em;
	margin-bottom: 2px;
}

.single-portfolio article.portfolio.tj-main-project-view .portfolio-tags.post-meta {
	margin-bottom: 40px;
}

.single-portfolio .pagination-default {
	max-width: 620px;
	line-height: 1.5em;
	margin: 40px auto 0 auto;
}

.single-portfolio .pagination-default a {
	color: #aaaaaa;
}

.single-portfolio .pagination-default a:hover {
	color: #E0645C;
}

.portfolio-more {
	margin-top: -21px;
	margin-bottom: 70px;
}

.portfolio-more .portfolio-more-title {
	max-width: 620px;
	margin-bottom: 50px;
	font-size: 1.875em;
	line-height: 1.500em;
	margin-top: 0;
}

.portfolio-more article.portfolio .entry-title {
	font-size: 1.25em;
	margin: 0 auto;
}

/*-----------------------------------------------------------------------------------
16. Custom TJ Widgets
-----------------------------------------------------------------------------------*/

.widget .widget-title {
	color: #767676;
	line-height: 18px;
}

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

.widget ul li {
	margin: 0.9375em 0;
	padding: 0;
}

.widget ul li:last-child {
	margin-bottom: 0;
}

/* Search */

#searchform input[type="text"] {
	width: 100%;
	max-width: 220px;
	margin: 0;
	padding: 15px;
	position: relative;
	background: #fff;
	border: 1px solid #eeeeee;
	font-size: 0.875em;
	color: inherit;
	font-weight: 400;
	font-family: inherit;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}

/* TJ Recent Portfolios */

.tj_recent_portfolios_widget article {
	border: none;
	background: #fff;
	margin: 0 0 45px 0;
	padding: 0 0 5px 0;
	clear: both;
	display: inline-block;
	text-align: center;
}

.tj_recent_portfolios_widget article:last-child {
	margin-bottom: 0;
}

.tj_recent_portfolios_widget h4.entry-title {
	font-size: 1em;
	margin: 0.75em 0;
	color: #394451;
}

.tj_recent_portfolios_widget .entry-title a {
	color: #394451;
}

.tj_recent_portfolios_widget .entry-title a:hover {
	color: #E0645C;
}

.tj_recent_portfolios_widget p {
	color: #aaa;
}

/* TJ Flickr */

.tj_flickr_widget .flickrwidget .flickrwidget-inner {
	margin: 19px auto 17px auto; 
	display: inline-block;
	clear: both;
}

.tj_flickr_widget .flickrwidget .flickr_badge_image {
	float: left;
	width: 53px;
	height: 53px;
	background: #fff;
	overflow: hidden;
	margin: 0 2px 2px 0;
	padding: 2px;
	background: #eee;
}

.tj_flickr_widget .flickrwidget .flickr_badge_image {
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.tj_flickr_widget .flickrwidget .flickr_badge_image:hover {
	background-color: #E0645C;
	
}

/* TJ Posts Widget - Sidebar */

.widget_themejug_posts_widget {
	display: block;
	clear: both;
}

.widget_themejug_posts_widget:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

p.widget-desc {
	margin-bottom: 0;
}

.tj-posts-widget article.post,
.tj-posts-widget article.post {
	margin: 0 0 25px 0;
	padding: 0 0 0 0;
	border: none;
	float: none;
	display: block;
	clear: both;
}

.tj-posts-widget article:first-of-type {
	margin-top: 28px;
}

.tj-posts-widget article:last-child,
.tj-posts-widget article.post.tj-even:last-child,
.tj-posts-widget article.post.tj-odd:last-child  {}

.tj-posts-widget-featured-img {
	width: 100%;
	margin: 0 auto;
	clear: both;
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.widget .tj-posts-widget-featured-img:hover {
	opacity: 0.8;
}

p.tj-posts-widget-post-date {
	margin: 7px 0;
	display: none;
}

.tj-posts-widget-post-title .entry-title {
	font-size: 1em;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	text-align: center;
}

#sidebar .tj-posts-widget-post-title .entry-title a {
	color: #394451;
}

#sidebar .tj-posts-widget-post-title .entry-title a:hover {
	color: #E0645C;
}

.tj-posts-widget-excerpt {
	display: none;
}

/* TJ Posts Widget - Single Post */

.single-post-bottom {
	max-width: 620px;
	margin: 0 auto;
	clear: both;
	display: block;
}

.single-post-bottom .widget .widget-title {
	margin-bottom: 60px;
}

.single-post-bottom .tj-posts-widget {
	clear: both;
	display: block;
}

.single-post-bottom .tj-posts-widget article.post {
	max-width: 300px;
	margin: 0 20px 50px 0;
	padding: 0;
	float: left;
	clear: none;
}

.single-post-bottom .tj-posts-widget article.post:nth-of-type(2n+2) {
	margin-right: 0;
}

.single-post-bottom .tj-posts-widget article.post:first-of-type {
	margin-top: 0;
}

.single-post-bottom .tj-posts-widget-post-title h4 a {
	color: #aaa;
}

.single-post-bottom .tj-posts-widget-post-title h4 a:hover {
	color: #E0645C;
}

.single-post-bottom p.widget-desc {
	margin: -50px 0 45px 0;
}

.right-sidebar .single-post-bottom {
	max-width: 100%;
}

/* WP Tag Cloud */

.widget_tag_cloud {
	display: block;
	clear: both;
}

.tagcloud {
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
	display: block;
	clear: both;
}

.tagcloud:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#sidebar .widget_tag_cloud .tagcloud a {	
	font-size: 0.875em!important;
	line-height: 12px;
	margin: 0 4px 4px 0;
	padding: 6px 6px;
	display: inline-block;
	float: left;
	background: #E0645C;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

#sidebar .widget_tag_cloud .tagcloud a:hover {
	background: #eee;
	color: #55646a;
}

/* Recent Comments */

#sidebar .widget_recent_comments li {
	position: relative;
	margin: 0 0 25px 0;
	padding: 10px 15px;
	background: #ecf0f1;
	line-height: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#sidebar .widget_recent_comments li:last-child {
	margin-bottom: 15px;
}

#sidebar .widget_recent_comments li a.url {}

#sidebar .widget_recent_comments ul li a { 
	color: #7f8c8d;
}

#sidebar .widget_recent_comments ul li a:hover { 
	color: #5DC2A6;
}

#sidebar .widget_recent_comments li:after,
#sidebar .widget_recent_comments li::after {
    position: absolute;
    top: 100%;
    left: 5%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 10px #ecf0f1;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    z-index: 9999;
}

/*-----------------------------------------------------------------------------------
17. Sidebar
-----------------------------------------------------------------------------------*/

#sidebar {
	color: #aaa;
}

#sidebar .widget {
	margin-bottom: 60px;
}

#sidebar .widget .widget-title {
	font-size: 1em;
	font-weight: 400;
	margin-top: 0;
}

#sidebar p:last-child,
#sidebar .widget p:last-child {
	margin-bottom: 0;
}

#sidebar a {
	color: #E0645C;
}

#sidebar a:hover {
	color: #E0645C;
}

/*-----------------------------------------------------------------------------------
18. Footer
-----------------------------------------------------------------------------------*/

#footer {
	color: #aaa;
}

.footer-wrap {
	max-width: 940px;
	margin: 0 auto;
	padding: 30px 0;
	border-top: 1px solid #eee;
}

.footer-inner {
	padding: 30px 0 0 0;
}

.footer-left,
.footer-right {
	width: 49.23077%;
	margin: 0 1.53846% 0 0;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
	margin-right: 0;
}

.footer-widget {
	width: 31.91489%;
	margin: 0 2.12766% 0 0;
	float: left;
}

.footer-widget:last-of-type {
	margin-right: 0;
}

.footer-widget .widget-title {
	font-size: 1em;
	font-weight: 400;
}

footer a {
	color: #aaa;
}

footer a:hover {
	color: #E0645C;
}

p.tj-footer-copyright-text {
	font-size: 0.875em;
}


/*-----------------------------------------------------------------------------------
19. Flexslider Theming
-----------------------------------------------------------------------------------*/

.tj-direction-nav {
	position: absolute;
	top: 45%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 2.5em;
	font-weight: 100;
	z-index: 9999;
	-webkit-font-smoothing: antialiased;
}

.entry-content ul.tj-direction-nav li {
	list-style-type: none;
}

.tj-direction-nav li a {
	color: #eee;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 2.3em;
	text-decoration: none;
	list-style-type: none;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.tj-direction-nav li a:hover {
	color: #d6d6d6;
}

.tj-direction-nav li a.tj-next {
	float: right;
	position: absolute;
	right: -80px;
}

.tj-direction-nav li a.tj-prev {
	float: left;
	position: absolute;
	left: -80px;
}

.tj-loading {
	background: url(img/loading.gif) no-repeat center;
	min-height: 300px;
	clear: both;
	display: block;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

/*-----------------------------------------------------------------------------------
20. ThemeJug Shortcodes
-----------------------------------------------------------------------------------*/

/* 
* ThemeJug Shortcode plugin comes with built in styles. 
* Add your CSS here to overwrite them. 
*/

.tj-column {
	font-size: 1em!important;
	line-height: 2.250em!important;
	margin-top: 0.9375em!important;
	margin-bottom: 0.9375em!important;
}

.tj-social {
	margin: 0.4em 1% 0 0!important;
	display: inline-block;
}

a.tj-social,
a.tj-social:hover {
	border-bottom: none;
}

.widget a.tj-social,
.widget a.tj-social:hover {
	color: #fff;
	margin: 0 auto!important;
}

.alert {
	text-align: left!important;
	margin: 1.5em auto!important;
	padding: 1.8% 1.8%!important;
	font-size: 1em!important;
	font-weight: 600!important;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
}

.alert.green {
	border: none!important;
	color: #0D7138!important;
	background: #7BD7A3!important;
	clear: both;
}

.alert.orange {
	border: none!important;
	color: #964C0B!important;
	background: #F3B681!important;
	clear: both;
}

.alert.red {
	border: none!important;
	color: #7D180E!important;
	background: #E08980!important;
	clear: both;	
}

.alert.white {
	border: none!important;
	color: #7f8c8d!important;
	background: #ecf0f1!important;
	clear: both;	
}

.tj-toggle {
	font-size: 1em;
	line-height: 2.25em;
	margin: 0.8333em 0!important;
}

.tj-toggle-inner {
	width: 99.9%!important;
	border: 1px solid #dddddd!important;
}

.tj-toggle .ui-icon {
	margin: 1.8% 1.8% 0 1.8%!important;
}

.tj-toggle .ui-icon,
.tj-toggle .ui-state-active .ui-icon {
	display: none!important;
}

.tj-toggle-title {
	width: 99.9%!important;
	font-size: 1em!important;
	font-weight: bold!important;
	border: 1px solid #dddddd!important;
	padding: 1.8% 0 1.8% 1.8%!important;
}

.tj-tabs {
	margin: 0.833em auto!important;
}

.tj-tab {
	font-size: 1em!important;
	line-height: 2.250em;
	margin: 0 0 10px 0!important;
	padding: 15px!important;
	border: 1px solid #dddddd!important;
}

.tj-tabs ul.nav li a {
	height: 45px!important;
	font-weight: 600!important;
	padding: 8px 15px 0px 15px!important;
	background: #ecf0f1!important;
	border-left: 1px solid #dddddd!important;
	border-right: 1px solid #dddddd!important;
	border-top: 1px solid #dddddd!important;
	-webkit-border-radius: 3px 3px 0 0!important;
	-moz-border-radius: 3px 3px 0 0!important;
	border-radius: 3px 3px 0 0!important;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.tj-tabs ul.nav li.ui-tabs-active a {
	color: inherit!important;
	background: #fff!important;
	border-bottom: none!important;
}

.entry-content .tj-tabs ul.nav li a {
	color: inherit!important;
}

.entry-content .tj-tabs ul.nav li a:hover {
	color: inherit!important;
}

.tj-button {
	margin: 2px 1px!important;
	line-height: 2.250em!important;
	border-bottom: none!important;
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.tj-button:hover {
	opacity: 1;
}

.tj-button span.tj-button-title {
	padding: 5px 20px!important;
	font-size: 1.25em!important;
	font-weight: 600!important;
}

.tj-yellow span,
.tj-green span,
.tj-red span,
.tj-orange span,
.tj-blue span,
.tj-black span,
.tj-white span {
	font-size: 1em!important;
	font-family: inherit!important;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.tj-black {
	background: #262626!important;
}

.tj-button.tj-black:hover {
	background: rgba(38, 38, 38, 0.8)!important;
}

.tj-button.tj-black:hover span.tj-button-title {}

.tj-yellow {
	background: #FFDB77!important;
}

.tj-button.tj-yellow:hover {
	background: rgba(255, 219, 119, 0.8)!important;
}

.tj-button.tj-yellow:hover span.tj-button-title {}

.tj-green {
	background: #7de4ba!important;
}
 
.tj-button.tj-green:hover {
 	background: rgba(125, 228, 186, 0.8)!important;
}

.tj-button.tj-green:hover span.tj-button-title {}
 
.tj-red {
	background: #e47d7d!important;
}

.tj-button.tj-red:hover {
 	background: rgba(228, 125, 125, 0.8)!important;
}

.tj-button.tj-red:hover span.tj-button-title {}

.tj-orange {
	background: #F3A158!important;
}

.tj-button.tj-orange:hover {
 	background: rgba(243, 161, 88, 0.8)!important;
}

.tj-button.tj-orange:hover span.tj-button-title {}

.tj-blue {
	background: #7DCCE4!important;
}

.tj-button.tj-blue:hover {
 	background: rgba(125, 204, 228, 0.8)!important;
}

.tj-button.tj-blue:hover span.tj-button-title {}

.tj-white {
	background: #fff;
}

.tj-white .tj-button-title {
	color: #545454!important;
}

/*-----------------------------------------------------------------------------------
21. jPlayer
-----------------------------------------------------------------------------------*/

.jp-jplayer {
    clear: both;
    display: block;
    background: url(img/loading.gif) no-repeat center;
    min-height: 300px;
}

div.jp-jplayer.jp-jplayer-video {
    clear: both;
    width: 100%;
}

.jp-audio-container, 
.jp-video-container {
    margin: 0 auto;
    position: relative;
}

div.jp-interface {
	background: #000;
    margin: 0 auto 0 auto;
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 96%;
    z-index: 100;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.jp-interface {
    height: 40px;
}
 
.type-post .jp-controls {
    margin: 0 auto;
}

.jp-controls {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.jp-controls li {
    display: inline;
}

.jp-controls a {
    border-bottom: medium none;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
}

.jp-controls a:hover {
	background-color: transparent!important;
}

a.jp-play, 
a.jp-pause {
    height: 40px;
    left: 0;
    outline: none;
    top: 0;
    width: 40px;
    z-index: 1;
    border: none!important;
}

a.jp-play {
    background: url(img/jplayer/jplayer-sprite.png) no-repeat scroll 5px 5px transparent;
}

a.jp-play:hover {
    background-position: -29px 5px;
}

a.jp-pause {
    background: url(img/jplayer/jplayer-sprite.png) no-repeat scroll 5px -25px transparent;
    display: none;
}

a.jp-pause:hover {
    background-position: -28px -25px;
}

.jp-progress-container {
    height: 6px;
    left: 34px;
    padding: 17px 10px;
    position: absolute;
    top: 0;
    width: 83%;
}

.jp-progress {
    background: url(img/jplayer/jplayer-sprite.png) repeat-x scroll 0 -192px transparent;
    height: 4px;
    padding: 1px;
    position: absolute;
    width: 100%;
}

.portfolio .jp-progress {
    width: 100%;
}

.jp-seek-bar {
    background: url(img/jplayer/jplayer-sprite.png) repeat-x scroll 0 -163px transparent;
    cursor: pointer;
    height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.jp-play-bar {
    background: url(img/jplayer/jplayer-sprite.png) repeat-x scroll 0 -133px transparent;
    border-radius: 1px 1px 1px 1px;
    height: 5px;
    width: 0;
}

.jp-volume-bar-container {
    height: 6px;
    padding: 12px 10px;
    position: absolute;
    right: 50px;
    top: 5px;
    width: 50px;
}

.jp-volume-bar {
    background: url(img/jplayer/jplayer-sprite.png) repeat-x scroll 0 -192px transparent;
    cursor: pointer;
    height: 9px;
    left: 25px;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 50px;
}

.jp-volume-bar-value {
    background: url(img/jplayer/jplayer-sprite.png) repeat-x scroll 0 -133px transparent;
    border-radius: 1px 1px 1px 1px;
    height: 5px;
    margin: 1px;
    width: 0;
}

a.jp-mute, 
a.jp-unmute {
    height: 18px;
    outline: medium none;
    right: 75px;
    top: 14px;
    width: 17px;
    z-index: 1;
    border: none!important;
}

a.jp-mute {
    background: url(img/jplayer/jplayer-sprite.png) no-repeat scroll -10px -68px transparent;
}

a.jp-mute:hover {
    background-position: -43px -68px;
}

a.jp-unmute {
    background: url(img/jplayer/jplayer-sprite.png) no-repeat scroll -10px -98px transparent;
}

a.jp-unmute:hover {
    background-position: -43px -98px;
}