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

Theme Name: Roma	
Theme URI: http://www.themejug.com/theme/roma	
Description: Roma - a beautiful and super stylish responsive portfolio theme that includes a Tumblr style blog. Perfect for showcasing your work and media rich blog posts.
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: 2.0.1

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.	CSS Reset
	01.	WordPress Core	
	02.	Body Defaults	
	03. Header	
	04. Blog Posts
	05. Single Post
	06. Pagination
	07. Comment List
	08. Comment Form
	09. Page Template - Contact
	10. Page Template - Home
	11. Portfolio Items
	12. Page Template - Portfolio
	13. Page Template - Single Portfolio
	14. Portfolio Taxonomy
	15. Custom TJ Widgets
	16. ThemeJug Shortcodes
-----------------------------------------------------------------------------------*/

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

/*-----------------------------------------------------------------------------------
01. WordPress Core
-----------------------------------------------------------------------------------*/

.alignleft { 
	float: left; 
	margin-right: 20px;
	margin-bottom: 20px;
}

.alignright { 
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.aligncenter {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	display: block;
	clear: both;
}

.wp-caption-text {
    font-size: 13px;
    text-align: center;
    margin: 5px 0 0 0;
}

.gallery {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0 auto;
	text-align: center;
	list-style: none;
}
.gallery-caption {}
 
.gallery-columns-0 .gallery-item {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	margin: 0 auto 2.5% auto;
}

.gallery-columns-2 .gallery-item {
	width: 48.7%;
	margin: 0 2.5% 2.5% 0;
}

.gallery-columns-2 .gallery-item:last-of-type {
	margin-right: 0;
}

.gallery-columns-3 .gallery-item {
	width: 31.6%;
	margin: 0 2.5% 2.5% 0;
}

.gallery-columns-3 .gallery-item:last-of-type {
	margin-right: 0;
}

.gallery-columns-4 .gallery-item {
	width: 23.1%;
	margin: 0 2.5% 2.5% 0;
}

.gallery-columns-4 .gallery-item:last-of-type {
	margin-right: 0;
}

.gallery-columns-5 .gallery-item {
	width: 18%;
	margin: 0 2.5% 2.5% 0;
}

.gallery-columns-5 .gallery-item:last-of-type {
	margin-right: 0;
}

.gallery-columns-6 .gallery-item {
	width: 14.56%;
	margin: 0 2.5% 2.5% 0;
}

.gallery-columns-6 .gallery-item:last-of-type {
	margin-right: 0;
}

.sticky {}
.bypostauthor {}
.gallery-caption{}

/* Default Search */

#searchform input[type="text"] {
	position: relative;
	margin: 0;
	background: #fff;
	border: none;
	outline: none;
	width: 94%;
	margin: 18px 0 10px 0;
	padding: 10px;
	line-height: 24px;
	color: inherit;
	font-size: 13px;
	font-weight: 400;
	font-family: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}

/* Make sure videos and embeds fit their containers. */

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

/*-----------------------------------------------------------------------------------
02. Body Defaults
-----------------------------------------------------------------------------------*/

html,
body {
	min-height: 100%;
}

body {
	font: 400 14px/36px "Ubuntu", Helvetica, Arial, sans-serif;
	background: #f8f8f8;
	color: #1E2328;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	word-break: break-word;
	-webkit-animation: fadein 0.3s 0s ease-out;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

img {
	max-width: 100%;
	height: auto;
	
}

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

a,
a img {
	text-decoration: none;
	outline: none;
}

a {
	-webkit-transition: 0.2s color ease-in-out;
	-moz-transition: 0.2s color ease-in-out;
	-o-transition: 0.2s color ease-in-out;
	transition: 0.2s color ease-in-out;
}

p {
	margin: 20px 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #1E2328;
	font-weight: 500;
}

h1 {
	font-size: 24px;
	margin: 17px 0 0 0;
}

h2 {
	font-size: 22px;
	margin: 17px 0 0 0;
}

h3 {
	font-size: 20px;
	margin: 15px 0 0 0;
}

h4 {
	font-size: 18px;
	margin: 14px 0 0 0;
}

h5 {
	font-size: 16px;
	margin: 12px 0 0 0;
}

h6 {
	font-size: 12px;
	margin: 10px 0 0 0;
}

pre {
	margin: 15px 0;
	padding: 10px 20px;
	background: #f8f8f8;
	font-size: 13px;
}

code {
	margin: 0;
	padding: 0;
}

hr {
	border: 0;
	height: 1px;
}

@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: 32px;
	font-weight: normal;
}

#content {
	max-width: 1260px;
	width: 93.5%;
	margin: 0 auto;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#primary {
	position: relative;
	width: 77%;
	float: right;
	margin: 0 auto;
	padding: 40px 40px 40px 40px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

#sidebar {
	position: absolute;
	top: 3.5%;
	left: 3.5%;
	width: 17.5%;
	height: 100%;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

#sidebar.tj-sticky {
	position: fixed;
	overflow-y: auto;
	max-width: 250px;
	-webkit-overflow-scrolling: touch;
}

.sidebar-widget {
	position: relative;
	padding-bottom: 160px;
}

.isotope {
	margin-right: -7%;
}

.tj-hide-on-big,
.tj-hide-on-small {
	display: none;
}

.tj-show-on-big,
.tj-show-on-small {}

/*-----------------------------------------------------------------------------------
03. Header
-----------------------------------------------------------------------------------*/

.header-wrap {
	width: 100%;
	margin: 0 auto 60px auto;
}

#header {
	position: relative;
    margin: 0 auto 0 auto;
    z-index: 99;
}

/* Header Logo */

.logo {
	float: left;
	text-align: left;
	clear: both;
}

.logo h1 {
	margin: 0 auto;
	padding: 0;
}

.logo h1 a { 
	color: inherit;
}

.responsive-logo {
	width: 86%;
	margin: 30px auto 30px auto;
}

/* Header Menu */

.tj-mobile-menu {
	display: none;
}

/* Menu - Left */

.menu-header-container {
	clear: both;
}

/* Menu Theme */

#sidebar .widget_nav_menu {
    font-size: 13px;
    line-height: 24px;
}

#sidebar .widget.widget_nav_menu a {
	color: #2f3238;
}

#sidebar .widget.widget_nav_menu a:hover {
	color: #96CFC7;
}

#sidebar .widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .widget_nav_menu ul li {
	margin: 5px 0;
	padding: 1px 0;
	display: block;
	position: relative;
}

#sidebar .widget_nav_menu ul li.last-menu-item a {
	padding-right: 0;
	background: none;
}

#sidebar .widget_nav_menu ul li:last-child.tj-has-dropdown a {
	padding-right: 0;
}

#sidebar .widget_nav_menu ul li:hover { 
	visibility: inherit; 
}

#sidebar .widget_nav_menu ul li a {
	padding: 1px 0 1px 0;
}

#sidebar .widget_nav_menu ul li a:last-child {}

#sidebar .widget_nav_menu ul ul {
	position: absolute;
	top: -9999em;
	width: 180px;
}

#sidebar .widget_nav_menu ul ul li { 
	width: 100%; 
}

#sidebar .widget_nav_menu ul li:last-child .sep,
#sidebar .widget_nav_menu ul li.last .sep,
#sidebar .widget_nav_menu ul ul .sep { 
	display: none;
}

#sidebar .widget_nav_menu ul li:hover ul,
#sidebar .widget_nav_menu ul li.sfHover ul {
	left: 0;
	top: 25px;
	z-index: 99;
	width: 180px;
}

#sidebar .widget_nav_menu ul li:hover li ul,
#sidebar .widget_nav_menu ul li.sfHover li ul,
#sidebar .widget_nav_menu ul li li:hover li ul,
#sidebar .widget_nav_menu ul li li.sfHover li ul,
#sidebar .widget_nav_menu ul li li li:hover li ul,
#sidebar .widget_nav_menu ul li li li.sfHover li ul { 
	top: -9999em; 
}

#sidebar .widget_nav_menu ul li li:hover ul,
#sidebar .widget_nav_menu ul li li.sfHover ul,
#sidebar .widget_nav_menu ul li li li:hover ul,
#sidebar .widget_nav_menu ul li li li.sfHover ul,
#sidebar .widget_nav_menu ul li li li li:hover ul,
#sidebar .widget_nav_menu ul li li li li.sfHover ul {
	left: 180px;
	top: -1px;
}

#sidebar .widget_nav_menu ul li.current-cat a,
#sidebar .widget_nav_menu ul li.current_page_item a,
#sidebar .widget_nav_menu ul li.current-menu-item a {
	text-decoration: none;
	color: #96CFC7
}

/* Submenu - Level 1 */

#sidebar .widget_nav_menu ul ul {
	padding: 0;
	background: #fff;
	padding: 0 15px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-transition: 0.2s color ease-in-out;
	-moz-transition: 0.2s color ease-in-out;
	-o-transition: 0.2s color ease-in-out;
	transition: 0.2s color ease-in-out;
}

#sidebar .widget_nav_menu ul ul li {
	text-align: left;
	float: none;
	margin: 10px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ecf0f1;
}

#sidebar .widget_nav_menu ul ul li:first-child { 
	padding-top: 0; 
}

#sidebar .widget_nav_menu ul ul li:last-child {
	border: none;
}

#sidebar .widget_nav_menu ul ul li a {
	text-transform: none;
	color: #95a5a6;
}

#sidebar .widget_nav_menu ul li.sfHover ul a { 
	padding: 0;
	text-transform: none;
}

#sidebar .widget_nav_menu ul li.sfHover ul a:hover { 
	color: #96CFC7	
}

#sidebar .widget_nav_menu ul ul ul {
	display: none;
}

/* Drop Down Indicator*/

.sf-sub-indicator {}

/* Mobile Menu Theme */

#tj-mobile-menu {
	display: none;
	max-width: 1260px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 99;
	padding: 65px 3.25% 0 3.25%;
	font-size: 0.875em;
	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;
	font-weight: 500;
	color: #fff;
	border-bottom: solid 1px #ecf0f1;
}

#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: #96CFC7;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	line-height: 34px;
	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;
}

a.tj-mobile-menu {
	display: none;
}

#header nav {
	display: none;
}

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

/*-----------------------------------------------------------------------------------
04. Blog Posts
-----------------------------------------------------------------------------------*/

/* Post - Content */

article.post {
	width: 100%;
	margin: 0 0 45px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ecf0f1;
	float: left;
	clear: both;
}

article.post:first-of-type {
	margin-top: 7px;
}

article.tj-last-post {
	margin-bottom: 0;
	border-bottom: none;
}

.entry-content {
	position: relative;
	margin: 0 auto;
	clear: both;
}

.entry-content p a {
	color: #96CFC7;
}

.entry-content p a:hover {
	color: #1E2328;
}

/* Post - Title */

.entry-title {
	max-width: 75%;
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 24px 0;
}

.entry-title a {
	color: #1E2328;
	text-decoration: none;
}

.entry-title a:hover{
	color: #96CFC7
}

/* Post - Featured Image */

.blog-hero {
	margin: 0 auto 43px auto;
	text-align: center;
}

.blog-hero img {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Post - Caption */

.tj-post-caption {
	position: relative;
}

p.tj-post-caption-text {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #aaa;
	margin-bottom: 0;
	clear: both;
}

/* Post - Meta */

.tj-post-meta {
	float: left;
}

.meta {
	color: #aaa;
}

.meta a {
	color: #aaa;
	text-decoration: none;
}

.meta a:hover {
	color: #96CFC7;
}

.entry-content .tj-post-meta ul {
	position: absolute;
	right: 0;
	top: -5px;
	margin: 0 auto;
}

.entry-content ul.tj_post_meta li {
	position: relative;
	display: inline-block;
	margin: 0;
	font-size: 13px;
	line-height: 24px;
}

/* Post - Read More */

.entry-content p a.more-link {
	font-size: 14px;
	text-decoration: none;
	color: #96CFC7
}

.entry-content p a.more-link:hover {
	color: #1E2328; 
}

/* Post Type: Audio */

.tj-audio {
	margin: 0 auto 45px auto;
}

/* Post Type: Gallery */

.tj-gallery-blog {
	margin: 0 auto 45px auto;
}

.tj-gallery-slideshow {
	position: relative;
	min-height: 250px;
	background: transparent url(img/ajax-loader.gif) no-repeat center center;
}

.tj-gallery-slideshow .slides img {
	width: 100%; 
	display: block;
}

/* Hide Before Load Complete */

.tj-gallery-slideshow .slides {
	zoom: 1;
}

.tj-gallery-slideshow ul.slides {
	margin: 0 auto;
}

.tj-gallery-slideshow .slides > li {
	position: relative;
	display: none;
	webkit-backface-visibility: hidden;
	list-style-type: none;
	margin: 0;
} 

.tj-gallery-slideshow .slides {
	zoom: 1;
}

.tj-slideshow-caption {
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin: 10px;
	padding: 5px 20px;
	background: rgba(0,0,0,0.6);
	font-size: 13px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Slider - Control Nav */

.tj-direction-nav {
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 70px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	display: block;
	clear: both;
}

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

.tj-direction-nav li a {
	color: #fff;
	background: #EFF3F3;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 2.3em;
	text-decoration: none;
	list-style-type: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-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: #fff;
	background: #96CFC7
}

.tj-direction-nav li a.tj-next {
	float: right;
}

.tj-direction-nav li a.tj-prev {
	float: left;
}

.tj-direction-nav i {
	margin: 10px 0 0 0;
}

/* Post Type: Video */

.tj-video {
	margin: 0 auto 43px auto;
}

/* Post Archives */

.archive-breadcrumb {
	max-width: 630px;
	margin: 0 auto;
	padding: 70px 0;
}

.archive-title {
	margin: 0 auto;
}

/* 404 - Content None */ 

article#post-0 {
	border: none;
	width: 100%;
}

/*-----------------------------------------------------------------------------------
05. Single Post
-----------------------------------------------------------------------------------*/

.single .entry-content blockquote,
.page .entry-content blockquote {
	padding: 0 20px;
	border-left: 2px solid #f8f8f8;
	font-style: italic;
	font-size: 16px;
}

.entry-content ul,
.entry-content ol{
	display: block;
	clear: both;
	margin: 15px;
	padding: 0;
}

.entry-content ul li,
.entry-content ol li { 
	list-style-type:square;
	margin:  15px 0;
}

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

.entry-content ul li a,
.entry-content ol li a {
	color: #96CFC7;
}

.entry-content ul li a:hover,
.entry-content ol li:hover {
	color: #1E2328;
}

/*-----------------------------------------------------------------------------------
06. Pagination
-----------------------------------------------------------------------------------*/

.pagination-default {
	width: 80px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

.pagination-default a {
	color: #bdc3c7;
	background: #EFF3F3;
	-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;
}

.pagination-default i {
	padding: 10px 0 0 0;
}

.pagination-default-left a {
	width: 35px;
	height: 35px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pagination-default-right a { 
	width: 35px;
	height: 35px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pagination-default-left a:hover,
.pagination-default-right a:hover {
	color: #fff;
	background-color: #96CFC7
}

/* Link Pagination */

.pagination-links {
	width: 100%;
	display: inline-block;
	margin: 45px 0;
	clear: both;
	text-align: center;
}

.pagination-links .prev,.pagination-links .next{
	font-size: 12px;
}

.pagination-links a.page-numbers { 
	margin: 0 5px;
	padding: 5px 10px 5px 10px;
	background: #f8f8f8;
	color: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-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;
}

.pagination-links a.page-numbers:hover { 
	color: #fff;
	background: #96CFC7
}

.pagination-links .current { 
	margin: 0 5px;
	padding: 8px 13px 8px 13px;
	color: inherit;
	font-weight: 500;
	background: #f8f8f8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-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;
}

.pagination-links i {
	font-size: 12px;
}

/* Single Blog - Prev/Next Post */

.single-post-pagination {
	background: #fff;
	margin: 0 auto 10px auto;
	padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.single-post-pagination p {
	font-size: 11px;
}

.entry-content .single-post-pagination a {
	color: #bdc3c7;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: none;
}

.entry-content .single-post-pagination a:hover {
	border-bottom: none;
}

.single-post-pagination .prev,
.single-post-pagination .next {
	width: 45%;
	margin: 0 5% 0 0;
	color: #bdc3c7;
}

.single-post-pagination .prev {
	float: left;
}

.single-post-pagination .next {
	float: right;
	text-align: right;
	margin: 0;
}

.single-post-pagination .prev:hover,
.single-post-pagination .next:hover {
	color: #96CFC7
}

.single-post-pagination .prev i {
	font-size: 8px;
	margin: 0 10px 0 0;
	-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;
}

.single-post-pagination .next i {
	font-size: 8px;
	margin: 0 0 0 10px;
	-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;
}

/* Single Portfolio - Pagination */

.pagination-portfolio {
	position: absolute;
	top: 0;
	right: -38px;
}

.pagination-portfolio-left > a,
.pagination-portfolio-right > a,
.pagination-portfolio-center > a {
	float: left;
	color: #aaaaaa;
	font-size: 13px;
	line-height: 24px;
	text-align: right;
	-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;
}

.pagination-portfolio-left > a:after,
.pagination-portfolio-right > a:after,
.pagination-portfolio-center > a:after {
	content: " ";
	padding: 0 10px;
}

.pagination-portfolio .pagination-portfolio-left > a:hover,
.pagination-portfolio .pagination-portfolio-right > a:hover,
.pagination-portfolio .pagination-portfolio-center > a:hover {
	color: #96CFC7;
}

/*-----------------------------------------------------------------------------------
07. Comment List
-----------------------------------------------------------------------------------*/

.commentlist {
	position: relative;
	width: 100%;
	margin: 45px auto;
	display: inline-block;
	clear: both;
}

/* Comment - Count */

.comments-meta {
	margin: 0 0 45px 0;
}

.comments-meta h4 {}

/* Comment - Articles */

.commentlist article {
	margin: 0 0 45px 0;
	padding: 0 0 45px 0;
	border-bottom: 1px solid #ecf0f1;
	position: relative;
}

/* Comment - Avatar */

.commentlist img.avatar {
	margin: 0 40px 0 0;
	width: 80px;
	height: 80px;
	float: left;
}

/* Comment - Meta */

.entry_info .meta {
	text-transform: none;
}

.entry_info p.meta {
	line-height: 1em;
	letter-spacing: 0;
	margin: 0;
}

.entry_info cite {
	font-style: normal;
	line-height: 1em;
	margin: 0;
}

/* Comment - Article Content */

.entry_info {
	overflow: hidden;	
}

.entry_info p:last-child {
	margin-bottom: 40px;
}

/* Comment - Article Links */

.comment_text p a {
	color: #1E2328;
	text-decoration: underline;	
}

.comment_text p a:hover {
	color: #96CFC7	
}

/* Comment - Reply */

.comment-reply-link {}

a.comment-reply-link {
	font-size: 12px;
}

a.comment-reply-link:hover {
	color: #96CFC7
}

/* Comments - Threaded Articles */

.commentlist .depth-2{
	margin-left: 13%;
	width: 86%;
}

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

.commentlist .depth-4{
	margin-left: 39%;
	width: 61%;
}

.commentlist .depth-5{
	margin-left: 51.7%;
	width: 48.3%;
}

/*-----------------------------------------------------------------------------------
08. Comment Form
-----------------------------------------------------------------------------------*/

#respond {
	margin: 20px auto 45px auto;
	clear: both;
}

#respond a {
	color: #1E2328;
}

#respond a:hover {
	color: #96CFC7
}

#respond label {
	display: block;
	margin: 0 0 15px 0;
	color: inherit;
	font-weight: 400;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"]{
	border: none;
	outline: none;
	width: 50%;
	margin: 0;
	padding: 10px;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	background: #f8f8f8;
	opacity: 0.6;
	-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;
}

#respond input[type="text"]:focus,
#respond input[type="email"]:focus,
#respond input[type="url"]:focus,
#respond textarea:focus { 
	opacity: 1; 
}

#respond textarea {
	border: none;
	outline: none;
	width: 97%;
	margin: 0;
	padding: 10px;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	background: #f8f8f8;
	opacity: 0.6;
	line-height: 34px;
	-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;
}

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

#respond input[type="submit"] {
	font-size: inherit;
	font-family: inherit;
	line-height: 24px;
	padding: 5px 10px;
	background: #96CFC7;
	color: #fff;
	border: none;
	cursor: pointer;
	-webkit-appearance: 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;
}

#respond input[type="submit"]:hover {
	opacity: 0.9;
}

/*-----------------------------------------------------------------------------------
09. Page Template - Contact
-----------------------------------------------------------------------------------*/

.fullwidth {
	min-height: 500px;
	height: 100px;
}

#contact {
	margin: 45px auto;
	clear: both;
}

.contact label {
	display: block;
	margin: 0 0 15px 0;
	color: inherit;
	font-weight: 400;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="url"] {
	border: none;
	outline: none;
	width: 50%;
	margin: 0;
	padding: 10px;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	background: #f8f8f8;
	opacity: 0.6;
	-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;
}

.contact textarea {
	border: none;
	outline: none;
	width: 97%;
	margin: 0;
	padding: 10px;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	background: #f8f8f8;
	opacity: 0.6;
	line-height: 34px;
	-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;
}

.contact input[type="text"]:focus,
.contact input[type="email"]:focus,
.contact input[type="url"]:focus,
.contact textarea:focus {
	opacity: 1;
}

.contact input[type="submit"] {
	font-size: inherit;
	font-family: inherit;
	line-height: 24px;
	padding: 5px 10px;
	background: #96CFC7;
	color: #fff;
	border: none;
	cursor: pointer;
	-webkit-appearance: 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;
}

.contact input[type="submit"]:hover {
	opacity: 0.9;
}

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

/*-----------------------------------------------------------------------------------
10. Page Template - Home
-----------------------------------------------------------------------------------*/

.page-template-template-home-php article.type-page .entry-content h1,
.page-template-template-home-php article.type-page .entry-content h2,
.page-template-template-home-php article.type-page .entry-content h3,
.page-template-template-home-php article.type-page .entry-content h4,
.page-template-template-home-php article.type-page .entry-content p:first-of-type {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 40px;
}

/*-----------------------------------------------------------------------------------
11. Portfolio Items
-----------------------------------------------------------------------------------*/

.tj-portfolio-wrapper {
	width: 100%;
	position: relative;
	background: transparent;
}

.tj-portfolio-content {
	position: relative;
}

.tj-portfolio {
	position: relative;
}

.tj-portfolio article.type-portfolio {
	width: 270px;
	float: left;
	margin: 0 30px 30px 0;
	position: relative;
	width: 29.1%;
}

.portfolio-hero {
	opacity: 1;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	-webkit-backface-visibility: hidden;
}

.portfolio-hero:hover {
	opacity: 0.8;
}

.tj-portfolio article.type-portfolio .entry-title {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 0;
}

.tj-portfolio .portfolio-terms {
	font-size: 13px;
	margin: -5px 0 0 0;
	font-family: 'Cutive Mono', serif;
}

.tj-portfolio .portfolio-terms a {
	color: #aaa;
}

.tj-portfolio .portfolio-terms a:hover {
	color: #96CFC7;
}

/*-----------------------------------------------------------------------------------
12. Page Template - Portfolio
-----------------------------------------------------------------------------------*/

.page-template-template-portfolio-php article.type-page .entry-content h1,
.page-template-template-portfolio-php article.type-page .entry-content h2,
.page-template-template-portfolio-php article.type-page .entry-content h3,
.page-template-template-portfolio-php article.type-page .entry-content h4,
.page-template-template-portfolio-php article.type-page .entry-content p:first-of-type {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 40px;
}

/* Filter List - Dropdown Trigger */

.show-filter li a {
	position: absolute;
	top: -80px;
	right: 7px;
	padding: 4px 10px 5px 10px;
	background: #f8f8f8;
	color: inherit;
	font-size: 13px;
	line-height: 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-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;
}

.show-filter li a:hover {
	background: #96CFC7;
	color: #fff;
}

.show-filter .ico {
	font-size: 32px;
	vertical-align: middle;
	margin: 0 7px 0 0;
}

.filter-text {
	vertical-align: middle;
}

/* Filter List */

.portfolio-filter-categories {
	display: none;
	margin: 0 0 40px 0;
	padding: 10px 20px;
	font-size: 13px;
	background: #f8f8f8;
	z-index: 9999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul.portfolio-filter-categories li { 
	margin:0 20px 0 0;
	display: inline-block;
}

ul.portfolio-filter-categories li a { 
	color: inherit;
}

ul.portfolio-filter-categories li:last-child {
	margin-bottom: 0;
}

.portfolio-filter-categories .active,
ul.portfolio-filter-categories li a:hover {
	color: #96CFC7;
}

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

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

.tj-cpt-portfolio {
	position: relative;
}

.tj-cpt-portfolio article.portfolio {
	position: relative;
	margin: 0 auto;
}

.tj-cpt-portfolio article.portfolio p:last-child {
	margin-bottom: 0;
}

/* Single portfolio - Media */

.single-portfolio-media {
	margin: 45px auto 45px auto;
	position: relative;
}

/* Single portfolio - Meta */

.tj-image-meta {
	position: relative;
	margin: 0 auto 20px auto;
}

.tj-image-meta:last-child {
	margin-bottom: 0;
}

.single-portfolio .tj-direction-nav {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 70px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	display: block;
	clear: both;
}

/* Single portfolio - Image Caption */

.tj-image-caption {
	display: block;
	line-height: 24px;
	margin: 4px auto 0 auto;
}

/* Single portfolio - Image Description */

.tj-image-description {
	display: block;
}

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

.tj-image-description a {
	color: #1E2328;
}

.tj-image-description a:hover {
	color: #96CFC7
}

/* Single portfolio - Meta */

.tj-portfolio-client-meta,
.tj-portfolio-date-meta,
.pagination-portfolio {
	display: inline-block;
	width: 20%;
}

.tj-portfolio-client-tags {
	display: inline-block;
	width: 50%;
}

.single-portfolio-meta-wrapper {
	position: relative;
	padding: 0 0 30px 0;
	margin: 0 0 50px 0;
	line-height: 24px;
	border-bottom: solid 1px #ecf0f1;
}

.single-portfolio-meta-wrapper p {
	font-family: 'Cutive Mono', serif;
}

.single-portfolio-meta-wrapper p a {
	color: #7f8c8d;
}

.single-portfolio-meta-wrapper p a:hover {
	color: #96CFC7
}

.single-portfolio-meta-wrapper h4 {
	font-size: 12px;
}

.single-portfolio-meta-wrapper p {
	margin: 0 auto 20px auto;
	font-size: 13px;
	color: #7f8c8d;
}

.tj-portfolio-meta-title {
	margin: 0 0 0 0;
}

.tj-portfolio-meta-tags {
	display: block;
	clear: both;
}

/*-----------------------------------------------------------------------------------
14. Portfolio Taxonomy
-----------------------------------------------------------------------------------*/

.tax-portfolio-type article.type-portfolio .entry-content h1 {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 40px;
}

.tax-portfolio-type article.type-portfolio .entry-content p {
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	margin-top: -40px;
	margin-bottom: 40px;
}

/*-----------------------------------------------------------------------------------
15. Custom TJ Widgets
-----------------------------------------------------------------------------------*/

/* Generic Widget Setup */

.widget {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	position: relative;
}

.widget:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.widget {
    display: inline-block;
}
 
html[xmlns] .widget {
    display: block;
}
 
* html .widget {
    height: 1%;
}

.widget-title {
	color: #1E2328;
	font-size: 12px;
	margin: 0 0 20px 0;
	line-height: 12px;
}

.widget p {
	font-size: 13px;
	margin: 0 0 15px 0;
}

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

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

.widget ul li {
	margin: 5px 0;
	padding: 0;
	font-size: 13px;
	line-height: 24px;
}

.widget ul li:first-of-type {
	margin-top: 0;
}

.widget ul li:last-of-type {
	margin-bottom: 5px;
}

/* Sidebar Widget Setup */

#sidebar a { 
	color: #1E2328;
}

#sidebar a:hover { 
	color: #96CFC7;
}

#sidebar .widget ul li a { 
	color: #1E2328;
}

#sidebar .widget ul li a:hover { 
	color: #96CFC7;
}

/* TJ Post Widget */

.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-even,
.tj-posts-widget article.post.tj-odd {
	min-width: 100%;
	margin: 30px 0 0 0;
	padding: 0 0 30px 0;
	float: none;
	display: block;
	clear: both;
}

.tj-posts-widget article:last-child,
.tj-posts-widget article.post.tj-even:last-child,
.tj-posts-widget article.post.tj-odd:last-child  {
	border-bottom: none;
	padding-bottom: 4px;
}

.tj-posts-widget-featured-img {
	width: 100%;
	margin: 0 20px 0 0;
	clear: both;
}

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

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

.tj-posts-widget-post-title .entry-title {
	font-size: 12px;
	line-height: 24px;
	margin-top: 0;
	text-align: center;
}

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

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

.tj-posts-widget-excerpt {
	text-align: left;
}

/* TJ Video */

.tj_video_widget .video_widget {
	margin: 15px auto;
}

/* TJ Flickr */

.flickrwidget {
	overflow: hidden;
}

.tj_flickr_widget .flickrwidget .flickrwidget-inner {
	margin: 8px -25px -20px 0;
	padding: 0 0 10px 0;
	display: inline-block;
	clear: both;
}

.tj_flickr_widget .flickrwidget .flickr_badge_image {
	float: left;
	width: 45px;
	height: 45px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}

.tj_flickr_widget .flickrwidget .flickr_badge_image img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-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_flickr_widget .flickrwidget .flickr_badge_image img:hover {
	opacity: 0.8;
}

/* WP Tag Cloud */

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

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

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

#sidebar .widget_tag_cloud .tagcloud a {	
	font-size: 13px!important;
	line-height: 12px;
	margin: 0 6px 6px 0;
	padding: 6px 6px;
	display: inline-block;
	float: left;
	background: #96CFC7;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-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;
}

#sidebar .widget_tag_cloud .tagcloud a:hover {
	background: #fff;
	color: inherit;
}

/* 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: #96CFC7
}

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

/* TJ Tweets */

.widget_tj_widget_recent_tweets ul li {
	margin: 15px 0;
	padding: 15px 0;
}

#sidebar .widget_tj_widget_recent_tweets ul li a {
	color: #96CFC7;
}

#sidebar .widget_tj_widget_recent_tweets ul li a:hover {
	color: #1E2328;
}

#sidebar a.twitter_time {
	font-weight: normal;
}

/* Sidebar Footer */

p.tj-footer-text a {

}

p.tj-footer-text a:hover {

}
/* Copyright Text */

p.tj-footer-copyright-text {
	position: absolute;
	bottom: 80px;
	font-size: 12px;
	line-height: 24px;
	font-family: 'Cutive Mono', serif;
}

/*-----------------------------------------------------------------------------------
15. ThemeJug Shortcodes
-----------------------------------------------------------------------------------*/

.tj-column {
	font-size: 14px;
	margin-top: 15px!important;
	margin-bottom: 15px!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: 14px!important;
	font-weight: 400!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: 2em;
	margin: 20px 0!important;
}

.tj-toggle-inner {
	width: 95.8%!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: 98%!important;
	font-size: 14px!important;
	font-weight: bold!important;
	border: 1px solid #bdc3c7!important;
	padding: 1.8% 0 1.8% 1.8%!important;
}

.tj-toggle-inner {
	border: 1px solid #bdc3c7!important;
	width: 96.2%!important;
	margin-top: -1px;
}

.tj-tabs {
	margin: 20px auto!important;
}

.tj-tab {
	font-size: 14px;
	line-height: 36px;
	margin: -1px 0 10px 0!important;
	padding: 20px!important;
	border: 1px solid #bdc3c7!important;
}

.tj-tabs ul.nav li a {
	height: 35px!important;
	font-weight: bold!important;
	padding: 5px 15px 5px 15px!important;
	background: #ecf0f1!important;
	border-left: 1px solid #bdc3c7!important;
	border-right: 1px solid #bdc3c7!important;
	border-top: 1px solid #bdc3c7!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: 15px 1px!important;
	line-height: 24px;
	border-bottom: none!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-button:hover {
	opacity: 1;
}

.tj-button span.tj-button-title {
	padding: 10px 20px!important;
}

.tj-yellow span,
.tj-green span,
.tj-red span,
.tj-orange span,
.tj-blue span,
.tj-black span,
.tj-white span {
	font-weight: 400!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: #212121!important;
}

.tj-button.tj-black:hover {
	background: #2C2C2C!important;
}

.tj-button.tj-black:hover span.tj-button-title {
	color: #909090!important;
}

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

.tj-button.tj-yellow:hover {
	background: #FCE177!important;
}

.tj-button.tj-yellow:hover span.tj-button-title {
	color: #A18518!important;
}

.tj-green {
	background: #5AD790!important;
}
 
.tj-button.tj-green:hover {
 	background: #85EBB1!important;
}

.tj-button.tj-green:hover span.tj-button-title {
	color: #1D8C4D!important;
}
 
.tj-red {
	background: #E06A5D!important;
}

.tj-button.tj-red:hover {
 	background: #F09086!important;
}

.tj-button.tj-red:hover span.tj-button-title {
	color: #92291E!important;
}

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

.tj-button.tj-orange:hover {
 	background: #F9BA82!important;
}

.tj-button.tj-orange:hover span.tj-button-title {
	color: #9E5A1D!important;
}

.tj-blue {
	background: #65B8ED!important;
}

.tj-button.tj-blue:hover {
 	background: #8CCCF6!important;
}

.tj-button.tj-blue:hover span.tj-button-title {
	color: #216A9A!important;
}

.tj-white {
	background: #fff;
}

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