/*-----------------------------------------------------------------------------------	

Theme Name: Triplo	
Theme URI: http://www.themejug.com/theme/triplo
Description: 
Author: ThemeJug	
Author URI: http://www.ThemeJug.com	
Version: 1.0.0
Tags: portfolio, blog, responsive, clean, minimal, threaded-comments, translation-ready, custom-menus

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. Structure Defaults
	02.	WordPress Core	
	03. ThemeJug Core Styles	
	04. Header	
	05. Menu
	06. Blog Theming
	07. Pagination
	08. Page Template - Default
	09. Page Template - Contact
	10. Page Template - Home
	11. Generic Portfolio Items
	12. Page Template - Portfolio
	13. Page Template - Single Portfolio
	14. Custom TJ Widgets
	15. Footer
	16. ThemeJug Shortcodes
	1. Gallery Taxonomy @todo
    18. Landing page (popup)
	
-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
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. Structure Defaults
-----------------------------------------------------------------------------------*/

* {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto 0 auto;
}

#primary {
	max-width: 1120px;
	margin: 0 auto;
}

/*-----------------------------------------------------------------------------------
02. WordPress Core
-----------------------------------------------------------------------------------*/

.alignleft { 
	max-width: 100%;
	float: left; 
	margin-right: 24px;
	margin-right: 2.4rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.alignright { 
	max-width: 100%;
	float: right;
	margin-left: 24px;
	margin-left: 2.4rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.aligncenter {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.wp-caption-text {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 12px 0 0 0;
    margin: 1.2rem 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-2 .gallery-item:nth-of-type(2n+2) {
	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-3 .gallery-item:nth-of-type(3n+3) {
	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-4 .gallery-item:nth-of-type(4n+4) {
	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-5 .gallery-item:nth-of-type(5n+5) {
	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;
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
	margin-right: 0;
}

.sticky {}
.bypostauthor {}
.gallery-caption{}
.hidden { display: none; }


/*-----------------------------------------------------------------------------------
03. ThemeJug Core Styles
-----------------------------------------------------------------------------------*/

html { 
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}

body {
	position: relative;
	background: #fff;
	color: #000;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.75;
	word-wrap: break-word;
}

html,
body {
	height: 100%;
}

a { 
	color: #2a7869;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	-ms-transition: color .3s linear;
	transition: color .3s linear;
}

a:hover { 
	color: #16a085;
}

a img { border: none; }

a > img { vertical-align: bottom; }

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	width: auto;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio,
#logo,
.tj-blog-date,
label { 
	margin-bottom: 24px; 
	margin-bottom: 2.4rem;
}

.widget,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #262624;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	padding: 0;
}

h1 {
	font-size: 1.8rem;
	line-height: 1;
	margin: 0 0 24px 0;
	margin: 0 0 2.4rem 0;
}

h2 {
	font-size: 1.6rem;
	line-height: 1.375;
	margin: 0 0 24px 0;
	margin: 0 0 2.4rem 0;
}

h3 {
	font-size: 1.4rem;
	line-height: 1.11111;
	margin: 0 0 24px 0;
	margin: 0 0 2.4rem 0;
}

h4 {
	font-size: 1.2rem;
	line-height: 1.125;
	margin: 0 0 24px 0;
	margin: 0 0 2.4rem 0;
}

h5 {
	font-size: 1rem;
	line-height: 1.4;
	margin: 0 0 24px 0;
	margin: 0 0 2.4rem 0;
}

h6 {
	font-size: 1px;
	font-size: 1.2rem;
	line-height: 1.4;
	margin: 0 0 24px 0;
	margin: 0 0 1.2rem 0;
}

.post-content ul {
	list-style-type: disc;
	margin: 0 0 24px 18px;
	margin: 0 0 2.4rem 1.8rem;
}

.post-content ol {
	list-style-type: decimal;
	margin: 0 0 24px 22px;
	margin: 0 0 2.4rem 2.2rem;
}

.post-content blockquote,
.page-content blockquote {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.4rem;
	padding-left: 24px;
	padding-left: 2.4rem;
	border-left: 2px solid #16a085;
}

.post-content pre,
.page-content pre {
	font-size: 1.6rem;
	background: #FFFFF5;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	padding: 24px;
	padding: 2.4rem;
	overflow: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.entry-title {
	font-size: 1.8rem;
	margin-bottom: 0.9rem;
}

.entry-title a {
	color: #262624;
}

.entry-title a:hover {
	color: #16a085;
}

.tj-post-caption {
	font-size: 1.6rem;
	letter-spacing: 1px;
	color: #B7B8BA;
}

#searchform input[type="text"] {
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9da0a4;
	background: #ffffff;
	border: 1px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
	padding: 1.2rem;
	width: 194px;
	max-width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

@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: 84px;
}

.meta {
	color: #B7B8BA;
}

.meta a {
	color: #B7B8BA;
	padding-bottom: 1px;
	border-bottom: 1px solid #B7B8BA;
}

.meta a:hover {
	color: #16a085;
	border-bottom: 1px solid #16a085;
}

.post-password-form {
	max-width: 100%;
	margin: 0 auto;
	padding: 24px 24px 6px 24px;
	background: #f9f9f9;
}

.post-password-form label {
	display: block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 1px;
	color: #b7b8b8;
	clear: both;
}

.post-password-form input[type="password"] {
	width: 100%;
	margin: 24px auto;
	padding: 12px;
	display: block;
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	color: #b7b8b8;
	border: 2px solid #DBDCDC;
	outline: 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;
}

.post-password-form input[type="password"]:focus {
	border: 2px solid #EDEEEE;
}

.post-password-form input[type="submit"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 1.8rem 3.6rem 1.6rem 3.6rem;
	border: 2px solid #DBDCDC;
	background: transparent;
	color: #b7b8b8;
	-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;
	-webkit-font-smoothing: antialiased;
}

.post-password-form input[type="submit"]:hover {
	color: #fff;
	background: #16a085;
	border: 2px solid #16a085;
	cursor: pointer;
}

.fadeIn {
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-ms-animation-duration: .3s;
	-o-animation-duration: .3s;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-ms-animation-delay: .4s;
	-o-animation-delay: .4s;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
}

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
}

/*-----------------------------------------------------------------------------------
04. Header
-----------------------------------------------------------------------------------*/

.header-wrap {
	background: #454545;
	width: 100%;
	margin: 0 auto 0 auto;
}

.header-wrap .tj-menu-enabled { 
//background: transparent!important; 
}

#header {
	position: relative;
    margin: 0 auto 0 auto;
    padding: 40px 0;
    max-width: 1120px;
    z-index: 99;
}

/* Header Logo */

.logo {
	float: left;
	text-align: left;
}

.logo h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 0 auto;
	padding: 0;
}

.logo h1 a { 
	color: #fff;
}

#top .subtitle{
    font-size: 1.8em;
    font-size: 1.8em;
    font-weight: normal;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-variant: normal;
}

#top .subtitle-bold{
    font-size: 1.2em;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-variant: normal;
}

/*-----------------------------------------------------------------------------------
05. Menu
-----------------------------------------------------------------------------------*/

/* Header Mobile Menu */

.tj-mobile-menu {
	display: none;
}

/* Menu Theme */

#tj-menu-wrapper {
	float: right;
	margin: 0 0 0 0;
}

.header-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.header-navigation ul li {
	padding: 1px 0;
	text-align: center;
	float: left;
	position: relative;
}

.header-navigation ul li.last-menu-item a {
	margin-right: 0;
	padding-right: 0;
	background: white;
}

.header-navigation ul li:last-child.tj-has-dropdown a {
	margin-right: 0;
	padding-right: 0;
}

.header-navigation ul li:hover { 
	visibility: inherit; 
}

.header-navigation ul li a {
	color: #fff;
	margin-right: 4.8rem;
	padding: 1.2rem 0;
	padding: 12px 0;
}

.header-navigation ul li a:last-child {}

.header-navigation ul li a:hover {
	color: #16a085;
}

.header-navigation ul ul {
	position: absolute;
	top: -9999em;
	width: 260px;
}

.header-navigation ul ul li { 
	width: 100%; 
}

.header-navigation ul li:last-child .sep,
.header-navigation ul li.last .sep,
.header-navigation ul ul .sep { 
	display: none;
}

.header-navigation ul li:hover ul,
.header-navigation ul li.sfHover ul {
	left: 0;
	top: 2.4rem;
	z-index: 99;
	width: 260px;
}

.header-navigation ul li:hover li ul,
.header-navigation ul li.sfHover li ul,
.header-navigation ul li li:hover li ul,
.header-navigation ul li li.sfHover li ul,
.header-navigation ul li li li:hover li ul,
.header-navigation ul li li li.sfHover li ul { 
	top: -9999em; 
}

.header-navigation ul li li:hover ul,
.header-navigation ul li li.sfHover ul,
.header-navigation ul li li li:hover ul,
.header-navigation ul li li li.sfHover ul,
.header-navigation ul li li li li:hover ul,
.header-navigation ul li li li li.sfHover ul {
	left: 260px;
	top: 24px;
}

.header-navigation ul li.current-cat a,
.header-navigation ul li.current_page_item a,
.header-navigation ul li.current-menu-item a {
	text-decoration: none;
	color: #16a085;
}

/* Submenu Level 1 */

.header-navigation ul ul {
	padding: 0 24px;
}

.header-navigation ul ul li {
	text-align: left;
	float: none;
	margin: 0 0;
	padding: 0 0;
}

.header-navigation ul ul li a {
	width: 100%;
	display: inline-block;
}

.header-navigation ul ul li:first-child {
	padding-top: 24px;
}
.header-navigation ul ul li:last-child {
	padding-bottom: 12px;
}


.header-navigation ul li.sfHover ul a {}
.header-navigation ul li.sfHover ul a:hover {}
.header-navigation ul ul ul { display: none; }

/* Mobile Menu Theme */

#tj-mobile-menu {
	display: none;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	z-index: 99;
	position: relative;
	padding: 1% 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}

#tj-mobile-menu nav {
	max-width: 90%;
	margin: 30px auto 0 auto;
}

#tj-mobile-menu .header-navigation ul li {
	float: none;
	padding: 12px 0;
	text-align: left;
	list-style-type: none;
}

#tj-mobile-menu .header-navigation ul ul {
	position: relative;
	top: auto;
	padding: 24px 0 0 12px;
}

#tj-mobile-menu .header-navigation ul > li > ul > li a {
	padding: 0 0 12px 0;
}

#tj-mobile-menu .header-navigation ul > li > ul > li a:last-of-type {
	padding-bottom: 0;
}

#tj-mobile-menu .header-navigation ul ul li:first-child {
	padding-top: 0;
}

#tj-mobile-menu .header-navigation ul ul li:last-child {
	padding-bottom: 0;
}

#tj-mobile-menu .sub-menu {
	margin-bottom: 0;
}

a.tj-mobile-menu {
	position: absolute;
	right: 2.4rem;
	top: 2.4rem;
	background: #000;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	display: none;
	z-index: 9999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.tj-mobile-menu span {
	color: #fff;
	font-size: 4.8rem;
	line-height: 0.75;
}

/*-----------------------------------------------------------------------------------
06. Blog Theming
-----------------------------------------------------------------------------------*/

article.post {
	position: relative;
	width: 100%;
	max-width: 740px;
	margin: 0 auto 0 auto;
	padding: 55px 0 30px 0;
	border-bottom: 1px solid #DBDCDC;
	clear: both;
}

article.post:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}

.entry-thumbnail {
	margin: 0 auto 24px auto;
	margin: 0 auto 2.4rem auto;
	text-align: center;
}

.single-post article.post {
	padding-bottom: 28px;
}

.entry-thumbnail img {
	-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;
}

.entry-thumbnail img:hover {
	opacity: 0.9;
}

.tj_post_meta {
	width: 100%;
	display: inline-block;
	margin: 0 0 3.2rem 0;
	font-size: 1.2rem;
	letter-spacing: 1px;
}

.tj_post_meta li {
	list-style-type: none;
	display: inline-block;
	margin: 0 0.6rem 0 0;
}

.tj_post_meta li:after {
	content: ", ";
}

.tj_post_meta li:last-of-type:after {
	content: ".";
}

.author-img img {
	max-width: 24px;
}

.tj_post_meta li.author-img:after {
	content: "";
}

article.post.tj-odd {}
article.post.tj-even {}

/* Post - Read More */

p.more-link {
	margin: 0;
}

a.more-link {
	display: inline-block;
	margin: 2.2rem 0 0 0;
	text-decoration: none;
	font-size: 1.4rem;
	letter-spacing: 1px;
	color: #16a085;
	border-bottom: 1px solid #16a085;
	
}

a.more-link:hover {
	color: #2a7869;
	border-bottom: 1px solid #2a7869;
}

/* 404 - Content None */ 

article#post-0 {
	border: none;
	width: 100%;
}

/* Post Type: Slideshow */

article.post .tj-gallery-slideshow {
	margin: 0 auto 2.4rem auto;
}

/* Post Type: Video */

article.post .tj-video {
	margin: 0 auto 2.4rem auto;
}

/* Comments */

#comments {
	display: block;
	position: relative;
	width: 100%;
	max-width: 740px;
	margin: 0 auto 3.6rem auto;
	padding: 60px 0 37px 0;
	border-top: 1px solid #DBDCDC;
}

h3.comments-title {
	font-size: 1.8rem;
	margin-bottom: 0;
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
    display: block;
    width: 100%;
}

.comment-list,
.comment-list .children {
    list-style-type: none;
    padding: 0;
}

.comment-list .children {
	margin-bottom: 0;
}

.comment-list > li:last-child:after {
   display: none;
}

.single-post ol.comment-list {
	list-style: none;
	margin: 0 auto 60px auto;
}

.single-post ol.comment-list li {
	list-style-type: none;
}

.comment-body {
    padding: 60px 0;
    position: relative;
    border-bottom: 1px solid #DBDCDC
}

.comment-body:first-of-type {
	padding-top: 55px;
}

.comment-author {
    float: left;
    max-width: 66px;
    text-align: center;
}

.comment-author .avatar {
    display: block;
    margin: 0 0 24px 0;
}

.comment-author .fn {
    word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
	letter-spacing: 1px;
}

.says {
    display: none;
}

.no-avatars .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
    position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
    width: 100%;
}

.comment-list .edit-link {
    margin-left: 24px;
    margin-left: 2.4rem;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 87.3%;
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a,
a.comment-reply-link {
	color: #b7b8b8;
}

.comment-meta a:hover,
a.comment-reply-link:hover {
	color: #16a085;
}

.comment-metadata {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
   	font-size: 1rem;
   	line-height: 1.11111;
   	margin: 0 0 2.4rem 0;
   	letter-spacing: 2px;
}

.ping-meta {}

.comment-awaiting-moderation {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
}

.comment-reply-link:before,
.comment-reply-login:before {}

/* Clearing floats */

.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
        clear: both;
}

.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
        content: "";
        display: table;
}

/* Comments - Threaded Articles */

.depth-2 {
	margin-left: 13%;
}

.depth-3 {
	margin-left: 13%;
}

.depth-4 {
	margin-left: 13%;
}

.depth-5 {
	margin-left: 19%;
}

.depth-3 .comment-metadata, 
.depth-3 .comment-awaiting-moderation, 
.depth-3 .comment-content, 
.depth-3 .reply {
	width: 83%;
}

.depth-4 .comment-metadata, 
.depth-4 .comment-awaiting-moderation, 
.depth-4 .comment-content, 
.depth-4 .reply {
	width: 81%;
}

.depth-5 .comment-metadata, 
.depth-5 .comment-awaiting-moderation, 
.depth-5 .comment-content, 
.depth-5 .reply {
	width: 78%;
}

#respond {
	width: 100%;
	clear: both;
}

h3#reply-title {
	margin: 0 0 50px 0;
}

#respond label {
	display: block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 1px;
	color: #b7b8b8;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
	width: 100%;
	max-width: 50%;
	margin: 0 auto;
	padding: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	color: #b7b8b8;
	border: 2px solid #DBDCDC;
	outline: 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="text"]:focus,
#respond input[type="email"]:focus,
#respond input[type="url"]:focus,
#respond textarea:focus {
	border: 2px solid #EDEEEE;
}

#respond textarea {
	width:100%;
	max-width: 740px;
	margin: 0 auto;
	padding: 12px;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 1.4rem;
	color: #b7b8b8;
	border: 2px solid #DBDCDC;
	outline: 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"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 1.8rem 3.6rem 1.6rem 3.6rem;
	border: 2px solid #DBDCDC;
	background: transparent;
	color: #b7b8b8;
	-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;
	-webkit-font-smoothing: antialiased;
}

#respond input[type="submit"]:hover {
	color: #fff;
	background: #16a085;
	border: 2px solid #16a085;
	cursor: pointer;
}

.form-allowed-tags,
.comment-notes {
	display: none;
}

#cancel-comment-reply-link,
p.form-allowed-tags {
	font-size: 12px;
	font-size: 1.2rem;
}

.form-allowed-tags code {
	font-size: 14px;
	font-size: 1.4rem;
}

/*-----------------------------------------------------------------------------------
07. 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;
}

.pagination-default-right a { 
	width: 35px;
	height: 35px;
	float: right;
}

.pagination-default-left a:hover,
.pagination-default-right a:hover {
	color: #fff;
	background-color: #16a085;
}

/* Link Pagination */

.tj-pagination  {
	margin: 3.6rem auto 0 auto;
	padding: 40px 16.96429%;
	background: #f9f9f9;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	clear: both;
}

.tj-pagination-prev {
	float: right;	
}

.tj-pagination-next {
	float: left;
}

.tj-pagination a {
	color: #b7b8b8;
}

.tj-pagination a:hover {
	color: #16a085;
}

/* Single Blog - Prev/Next Post */

.single-post-pagination {
	background: #fff;
	margin: 0 auto 10px auto;
	padding: 0 10px;
}

.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: #16a085;
}

.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;
}

/* Portfolio - Pagination */

.pagination-gallery {
	position: absolute;
	bottom: 0;
	line-height: 1.5em;
}

.single-gallery .pagination-gallery-left > a {
	position: absolute;
	left: 0;
	color: #fff;
}

.single-gallery .pagination-gallery-right > a {
	position: absolute;
	right: -110px;
	color: #fff;
}

.single-gallery .pagination-gallery-center > a {
	position: absolute;
	left: 40px;
	color: #fff;
}

.pagination-gallery-left > a,
.pagination-gallery-right > a,
.pagination-gallery-center > a {
	padding: 5px 10px;
	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;
}

.single-gallery-meta-wrapper .pagination-gallery .pagination-gallery-left > a:hover,
.single-gallery-meta-wrapper .pagination-gallery .pagination-gallery-right > a:hover,
.single-gallery-meta-wrapper .pagination-gallery .pagination-gallery-center > a:hover {
	background: #16a085;
	color: #fff;
}

.pagination-gallery i {
	font-size: 12px;
}

/*-----------------------------------------------------------------------------------
08. Page Template - Default
-----------------------------------------------------------------------------------*/

.page-template-default article.page {
	width: 100%;
	max-width: 740px;
	margin: 0 auto 0 auto;
	padding: 55px 0 30px 0;
	clear: both;
}

.page-template-default .entry-title {
	margin-bottom: 50px;
}

/*-----------------------------------------------------------------------------------
09. Page Template - Contact
-----------------------------------------------------------------------------------*/

.page-template-template-contact-php article.page {
	width: 100%;
	max-width: 740px;
	margin: 0 auto 0 auto;
	padding: 55px 0 30px 0;
	clear: both;
}

.page-template-template-contact-php .entry-title {
	margin-bottom: 50px;
}

#contact {
	margin: 55px auto 30px auto;
}

.contact label {
	display: block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 1px;
	color: #b7b8b8;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="url"] {
	width: 100%;
	max-width: 50%;
	margin: 0 auto;
	padding: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	color: #b7b8b8;
	border: 2px solid #DBDCDC;
	outline: 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 textarea {
	width:100%;
	max-width: 740px;
	margin: 0 auto;
	padding: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	color: #b7b8b8;
	border: 2px solid #DBDCDC;
	outline: 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="text"]:focus,
.contact input[type="email"]:focus,
.contact input[type="url"]:focus,
.contact textarea:focus {
	border: 2px solid #EDEEEE;
}

.contact input[type="submit"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 1.8rem 3.6rem 1.6rem 3.6rem;
	border: 2px solid #DBDCDC;
	background: transparent;
	color: #b7b8b8;
	-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;
	-webkit-font-smoothing: antialiased;
}

.contact input[type="submit"]:hover {
	color: #fff;
	background: #16a085;
	border: 2px solid #16a085;
	cursor: pointer;
}

label.error {
	width: 100%;
	color: #c0392b;
}

/*-----------------------------------------------------------------------------------
10. Page Template - Home
-----------------------------------------------------------------------------------*/

.page-template-template-home-php .header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;

}

.page-template-template-home-php #content,
.page-template-template-home-php #primary {
	max-width: 100%;
}

/* Homepage Menu Alt */

.page-template-template-home-php .header-navigation ul ul li:first-child {
	padding-top: 0;
}

.page-template-template-home-php .header-navigation ul ul li:last-child {
	padding-top: 0;
}

/* Fullscreen Welcome Banner */

.fullwidth {
	display: table;
	-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;
}

.home-message-wrapper {
	display: table-cell;
	vertical-align: middle;
	max-width: 930px;
	margin: 0 auto;
	text-align: center;
}

.home-message {}
.home-message h1,
.home-message h2,
.home-message h3,
.home-message h4,
.home-message h5,
.home-message h6 {
	color: #fff;
	letter-spacing: 4px;
}

.home-message p {
	color: #fff;
}

.tj-feature-image-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* Projcts Slider */

.tj-projects-wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 60px 0 30px 0;
	background: #f9f9f9;
}

.page-template-template-home-php .tj-portfolios {
	max-width: 1120px;
	margin: 0 auto;
}

.page-template-template-home-php .tj-portfolios article.portfolio {
	width: 100%;
	max-width: 545px;
	max-height: 545px;
	margin: 0 auto;
}

.tj-projects-title {
	max-width: 1120px;
	margin: 0 auto;
}

.page-template-template-home-php .crsl-wrap {
	padding: 32px 0 30px 0;
}

.page-template-template-home-php .crsl-nav {
	max-width: 1120px;
	margin: 0 auto;
	top: 36px;
	right: 0;
	background: #ccc;
}

.page-template-template-home-php .crsl-nav .previous,
.page-template-template-home-php .crsl-nav .next {
	max-width: 66px;
}

.page-template-template-home-php .crsl-nav .previous {
	right: 30px;
	left: auto;
	text-align: right;
}

.page-template-template-home-php .crsl-nav .ico {
	font-size: 3.6rem;
}

/* Testimonials */

.tj-home-testimonials {
	max-width: 740px;
	margin: 0 auto;
	padding: 60px 0 23px 0;
}

.tj-testimonial-title {
	margin-bottom: 50px;
	text-align: center;
}

.tj-home-testimonials .entry-content {
	margin: 0 auto;
	font-size: 1.8rem;
	text-align: center;
	color: #262624;
	letter-spacing: 1px;
}

.tj-home-testimonials .entry-content p:last-of-type {
	margin-bottom: 0;
}

.client-link {
	margin-bottom: 0;
	font-family: Open Sans, sans-serif;
	font-size: 1.2rem;
	text-transform: none;
	letter-spacing: 1px;
}

.client-link,
.client-link a {
	color: #B7B8BA;
}

.client-link a:hover {
	color: #16a085;
}

ol.tj-testimonial-control-paging {
	margin: 15px auto 30px auto;
	text-align: center;
}

ol.tj-testimonial-control-paging li {
	display: inline-block;
	margin: 0 6px;
}

ol.tj-testimonial-control-paging li {
	background: #B7B8BA;
	cursor: pointer;
}

a.tj-testimonial-active,
ol.tj-testimonial-control-paging li:hover {
	background: #16a085;
}

ol.tj-testimonial-control-paging li a {
	display: block;
	overflow: hidden;
	width: 30px;
	height: 0;
	padding-top: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

/*-----------------------------------------------------------------------------------
11. Generic Portfolio Items
-----------------------------------------------------------------------------------*/

.tj-portfolios article.portfolio {
	max-width: 352px;
	float: left;
	margin: 0 15px 30px 15px;
	position: relative;
	text-align: center;
	-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-portfolios article.portfolio img {
	display: block;
}

.tj-portfolio-overlay { 
	position: absolute; 
	top: 0; 
	left: 0;
	right: 0; 
	height: 100%; 
	display: block;
	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.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;
}

.portfolio-type-video .tj-portfolio-overlay {
	display: none;
}

.tj-portfolio-overlay-wrapper {
	display: table;
	width: 100%; 
	height: 100%;
}

.tj-portfolio-overlay .entry-title { 
	position: relative;
	display: table-cell; 
	vertical-align: middle;
	font-size: 1.1rem;
	text-align: center; 
	opacity: 1;
}

.tj-portfolio-overlay .entry-title span {
	border: 2px solid #16a085;
	padding: 1.4rem 4.8rem;
}

article.type-portfolio:hover .tj-portfolio-overlay, 
article.type-portfolio:focus .tj-portfolio-overlay, 
article.type-portfolio:active .tj-portfolio-overlay { 
	background: #fff;
	background-color: rgba(255, 255, 255, 0.90);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); 
	opacity: 1; 
	-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;
}

.isotope {}

.isotope-item {
  z-index: 2;
  position: relative;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.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:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.portfolio-filter-categories { 
	max-width: 1120px;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #b7b8b8;
}

ul.portfolio-filter-categories { 
	display: inline-block;
	margin: 0 auto 35px auto;
	padding: 0;
	width: 100%;
	text-align: center;
}

ul.portfolio-filter-categories li { 
	display: inline-block;
	margin-right: 1.2rem;
	text-align: center;
	-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;
}

ul.portfolio-filter-categories li a {
	color: #b7b8b8;
	margin:0 0 0 0;
	padding: 0.6rem 1.4rem;
	border: 2px solid #fff;
    -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;
}

ul.portfolio-filter-categories .active,
ul.portfolio-filter-categories li a:hover {
	border: 2px solid #b7b8b8;
	padding: 0.6rem 1.4rem;
}

/* Portfolio Taxonomy */

.tax-portfolio-type #content {
	max-width: 100%;
}

.tax-portfolio-type #primary {
	max-width: 1152px;
	margin: 60px auto;
}

.tax-term {
	text-align: center;
	margin-bottom: 30px;
}

p.tax-desc {
	max-width: 1120px;
	margin: 0 auto 60px auto;
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 2.4;
	text-align: center;
}

/*-----------------------------------------------------------------------------------
12. Page Template - Portfolio
-----------------------------------------------------------------------------------*/

.single-portfolio #content {
	max-width: 100%;
}

.page-template-template-portfolio-php #content {
	max-width: 100%;
}

.page-template-template-portfolio-php #primary {
	max-width: 1152px;
	margin: 60px auto;
}

.page-template-template-portfolio-php article.page {
	max-width: 1120px;
	margin: 0 auto 60px auto;
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 2.4;
	text-align: center;
}

.page-template-template-portfolio-php article.page .entry-title {
	font-size: 1.8rem;
	margin-bottom: 30px;
}

.page-template-template-portfolio-php .tj-video-portfolio {
	width: 352px;
}

/*-----------------------------------------------------------------------------------
13. Page Template - Single Portfolio
-----------------------------------------------------------------------------------*/

.single-portfolio .tj-cpt-portfolio article.portfolio {
	max-width: 740px;
	margin: 60px auto 30px auto;
}

.single-portfolio .tj-cpt-portfolio .entry-title  {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.tj-portfolio-caption {
	font-size: 1.6rem;
	letter-spacing: 1px;
	margin-bottom: 24px;
	color: #B7B8BA;
}

.single-portfolio .tj-cpt-portfolio article.portfolio p:last-of-type {
	margin-bottom: 0;
}

/* Type: Image */

.single-portfolio-media {
	position: relative;
	max-width: 1120px;
	margin: 0 auto 60px auto;
	padding: 30px;
	background: #f9f9f9;
}

.tj-image {
	margin: 0 auto;
	text-align: center;
}

.tj-image-meta {
	max-width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

.tj-image-meta:last-of-type {
	margin-bottom: 0;
}

/* Type: Slideshow */

.single-portfolio-media.portfolio-type-slideshow {
	max-width: 740px;
	position: relative;
	padding: 0;
	background: transparent;
}

.crsl-wrap {
	padding: 65px 0 30px 0;
	background: #f9f9f9;
}

.crsl-nav {
	width: 100%;
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	background: #f9f9f9;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.crsl-nav a {
	color: #B7B8BA;
}

.crsl-nav a:hover {
	color: #16a085;
}

.crsl-nav .previous,
.crsl-nav .next {
	position: absolute;
}

.crsl-nav .previous {
	left: 0;
}

.crsl-nav .next {
	right: 0;
}

.crsl-wrap .tj-image-caption {
	top: auto;
}

/* Image Captions & Descriptions */

.tj-image-caption {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	padding: 0.6rem 2.4rem;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1rem;
	line-height: 2.4;
	color: #fff;
	z-index: 9999;
}

.tj-image-description p {
	font-size: 1.4rem;
	text-align: left;
	margin: 0 0 30px 0;
}

.tj-image-description a {
	color: #1E2328;
}

.tj-image-description a:hover {
	color: #16a085;
}

/* Portfolio Pagination */

.pagination-portfolio {
	max-width: 106px;
}

.pagination-portfolio-left {
	float: left;
}

.pagination-portfolio-right {
	float: left;
}

.pagination-portfolio-center {
	float: left;
}

.pagination-portfolio .ico {
	font-size: 3.6rem;
}

.pagination-portfolio a {
	color: #B7B8BA;
	margin: 0 12px 0 0;
}

.pagination-portfolio a:hover {
	color: #16a085;
}

/* Portfolio Meta */

.single-portfolio-meta-wrapper {
	max-width: 740px;
	margin: 0 auto 30px auto;
}

.single-portfolio-meta-wrapper h4,
.single-portfolio-meta-wrapper p {
	display: inline-block;
}

.single-portfolio-meta-wrapper h4 {
	font-family: Open Sans, sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 1.2rem;
	margin: 0 6px 0 12px;
}

.single-portfolio-meta-wrapper p {
	font-size: 1.2rem;
	letter-spacing: 1px;
}

/* Portfolio Show More */

.single-portfolio .tj-portfolio-wrapper {
	position: relative;
}

.single-portfolio .tj-portfolio-wrapper {
	background: #f9f9f9;
	padding: 30px 0 0 0;
}

.tj-more-portfolios-title {
	max-width: 1116px;
	margin: 27px auto 56px auto;
	font-size: 1.4rem;
}

.single-portfolio .tj-more-portfolios {
	max-width: 1152px;
	margin: 0 auto 0 auto;
	padding: 0 0 30px 0;
}

/*-----------------------------------------------------------------------------------
14. Custom TJ Widgets
-----------------------------------------------------------------------------------*/

/* Generic Widget Setup */

.widget-wrapper {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center;
}

.widget {
	position: relative;
	display: block;
	margin: 15px auto;
	padding: 0 0 0 0;
	clear: both;
}

.widget-title {
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: 2px;
}

.widget p {
	font-size: 1.2rem;
	line-height: 2.4;
	letter-spacing: 1px;
	color: #fff;
}

.widget a {
	color: #fff;
}

.widget a:hover {
	color: #16a085;
}

.widget p:last-child {
	margin-bottom: 0;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin: 0 0 12px 0;
	font-size: 1.2rem;
}

#footer .widget {
	margin: 60px auto 60px auto;
	text-align: center;
}

/* 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: 24px 0 0 0;
	padding: 0 0 24px 0;
	border: none;
	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 {
	max-width: 66px;
	float: left;
	margin: 0 24px 24px 0;
	clear: both;
}

.widget .tj-posts-widget-featured-img:hover {
	opacity: 0.9;
}

p.tj-posts-widget-post-date {
	margin: 6px 0;
}

.tj-posts-widget-post-title .entry-title {
	font-size: 1.2rem;
	margin-top: 0;
}

#sidebar .tj-posts-widget-post-title .entry-title a {
	color: #1E2328;
}

#sidebar .tj-posts-widget-post-title .entry-title a:hover {
	color: #16a085;
}

.tj-posts-widget-excerpt {
	text-align: left;
	overflow: hidden;
}

/* TJ Video */

.tj_video_widget .video_widget {
	margin: 0 auto 24px auto;
}

/* TJ Flickr */

.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: 66px;
	height: 66px;
	overflow: hidden;
	margin: 0 30px 30px 0;
}

.tj_flickr_widget .flickrwidget .flickr_badge_image img:hover {
	opacity: 0.9;
}

/* 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;
}

.widget_tag_cloud .tagcloud a {	
	font-size: 1.2rem!important;
	line-height: 12px;
	margin: 0 6px 6px 0;
	padding: 6px 6px;
	display: inline-block;
	float: left;
	background: #16a085;
	color: #fff;
	-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;
}

#footer .widget_tag_cloud .tagcloud a:hover {
	background: #2A7867;
	color: #fff;
}

/* Recent Comments */

.widget_recent_comments li {
	position: relative;
	margin: 0 0 24px 0;
	line-height: 24px;
}

.widget_recent_comments li:last-child {
	margin-bottom: 24px;
}

.widget_recent_comments li a.url {}

.widget_recent_comments ul li a { 
	color: #7f8c8d;
}

.widget_recent_comments ul li a:hover { 
	color: #16a085;
}

/* TJ Tweets */

a.twitter_time {
	font-weight: normal;
}

/* Menu Widget */

.widget.widget_nav_menu {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.widget.widget_nav_menu ul {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.widget.widget_nav_menu ul li {
	display: inline-block;
	margin: 0 24px;
	font-size: 1rem;
}

/*-----------------------------------------------------------------------------------
15. Footer
-----------------------------------------------------------------------------------*/

.footer-wrap {
	font-size: 12px;
	width: 100%;
	margin: 0 0 0 0;
	background: #454545;
}

.page-template-template-home-php .footer-wrap {
	margin-top: 0;
}

/* Footer */

#footer {
	position: relative;
	color: #fff;
	margin: 0 auto;
	padding: 15px 0 60px 0;
	letter-spacing: 1px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #16a085;
}

.footer-column {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}

.footer-column:last-of-type {
	margin-right: 0;
}

/* Footer Inner */

.footer-inner-wrap {
	max-width: 1120px;
	margin: 0 auto 0 auto;
	padding: 12px 0;
	text-align: center;
}

/* Footer Text */

p.tj-footer-text {
	position: relative;
	max-width: 620px;
	font-size: 16px;
	line-height: 36px;
	margin: 0 auto 40px auto;
	color: #fff;
}

p.tj-footer-text:after {
	content: " ";
	display: block;
	padding: 20px 0 0 0;
	position: absolute;
	left: 48.4%;
	width: 20px;
	border-bottom: solid 1px #7f8c8d;
}

p.tj-footer-text a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

p.tj-footer-text a:hover {
	color: #16a085;
	border-bottom: 1px solid #16a085;
}

/* Footer Copyright Text */

p.tj-footer-copyright-text {
	margin: 0 auto;
	line-height: 24px;
	font-size: 1rem;
	letter-spacing: 1px;
	color: #fff;
}

#footer p.tj-footer-copyright-text a {
	color: #fff;
	border: none;
}

#footer  p.tj-footer-copyright-text a:hover {
	color: #16a085;
	border: none;
}

/*-----------------------------------------------------------------------------------
16. ThemeJug Shortcodes
-----------------------------------------------------------------------------------*/

.tj-column {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.tj-social {
	margin: 0.3em 1% 0 0;
	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;
}

.alert {
	text-align: left;
	margin: 1.5em auto;
	padding: 1.8% 1.8%;
	font-size: 14px;
	font-weight: 400;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.alert.green {
	border: none;
	color: #0D7138;
	background: #7BD7A3;
	clear: both;
}

.alert.orange {
	border: none;
	color: #964C0B;
	background: #F3B681;
	clear: both;
}

.alert.red {
	border: none;
	color: #7D180E;
	background: #E08980;
	clear: both;	
}

.alert.white {
	border: none;
	color: #7f8c8d;
	background: #ecf0f1;
	clear: both;	
}

.tj-toggle {
	font-size: 1.4rem;
	margin: 24px 0;
}

.tj-toggle-title {
	font-size: 1.4rem;
	font-weight: bold;
	border: 1px solid #bdc3c7;
	padding: 12px 0 12px 24px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.tj-toggle-inner {
	width: 99%;
	border: 1px solid #bdc3c7;
	margin-top: -1px;
	padding: 24px;
}

.tj-toggle .ui-icon,
.tj-toggle .ui-state-active .ui-icon {
	display: none;
}

/* Tabs */

.tj-tabs {
	margin: 24px auto;
}

.tj-tabs .tab-content {
	padding: 24px;
}

.tj-tabs ul.ui-tabs-nav {
	margin-left: 0;
	padding-left: 6px;
}

.tj-tabs ul.ui-tabs-nav li a {
	padding: 0 24px;
	height: 40px;
}

.tj-tabs ul.ui-tabs-nav .ui-state-active a {
	height: 44px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

/* Buttons */

.tj-button {
	margin: 1.2rem 0;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	nowhitespace: afterproperty;
	text-align: center;
	outline: 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-button span.tj-button-title {
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 2px;
	color: #fff;
	padding: 1.2rem 3.6rem;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}

.tj-yellow span,
.tj-green span,
.tj-red span,
.tj-orange span,
.tj-blue span,
.tj-black span,
.tj-white span, 
.tj-grey span {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 1.75;
	letter-spacing: 2px;
	-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;
}

a.tj-button:hover {}

.tj-black {
	border: 2px solid #212121;
	background: transparent;
}

.tj-button.tj-black:hover {
	border: 2px solid #212121;
	background: #212121;
}

.tj-button.tj-black span.tj-button-title {
	color: #212121;
}

.tj-button.tj-black:hover span.tj-button-title {
	color: #fff;
}

.tj-yellow {
	border: 2px solid #F8D54A;
	background: transparent;
}

.tj-button.tj-yellow:hover {
	background: #F8D54A;
}

.tj-button.tj-yellow span.tj-button-title {
	color: #F8D54A;
}

.tj-button.tj-yellow:hover span.tj-button-title {
	color: #fff;
}

.tj-green {
	border: 2px solid #16a085;
	background: transparent;
}
 
.tj-button.tj-green:hover {
 	background: #16a085;
}

.tj-button.tj-green span.tj-button-title {
	color: #16a085;
}

.tj-button.tj-green:hover span.tj-button-title {
	color: #fff;
}
 
.tj-red {
	border: 2px solid #E06A5D;
	background: transparent;
}

.tj-button.tj-red:hover {
 	background: #E06A5D;
}

.tj-button.tj-red span.tj-button-title {
	color: #E06A5D;
}

.tj-button.tj-red:hover span.tj-button-title {
	color: #fff;
}

.tj-orange {
	border: 2px solid #F3A158;
	background: transparent;
}

.tj-button.tj-orange:hover {
 	background: #F3A158;
}

.tj-button.tj-orange span.tj-button-title {
	color: #F3A158;
}

.tj-button.tj-orange:hover span.tj-button-title {
	color: #fff;
}

.tj-blue {
	border: 2px solid #65B8ED;
	background: transparent;
}

.tj-button.tj-blue:hover {
 	background: #65B8ED;
}

.tj-button.tj-blue span.tj-button-title {
	color: #65B8ED;
}

.tj-button.tj-blue:hover span.tj-button-title {
	color: #fff;
}

.tj-white {
	border: 2px solid #fff;
	background: transparent;
}

.tj-button.tj-white:hover {
 	background: #3BC492;
 	border: 2px solid #3BC492;
}

.tj-white tj-button-title {
	color: #fff;
}

.tj-button.tj-white:hover span.tj-button-title {
	color: #fff;
}

.tj-grey {
	border: 2px solid #dfdfde;
	background: transparent;
}

.tj-button.tj-grey:hover {
	background: #dfdfde;
}

.tj-button.tj-grey span.tj-button-title {
	color: #dfdfde;
}

.tj-button.tj-grey:hover span.tj-button-title {
	color: #fff;
}

/* Homepage Message Buttons */

.page-template-template-home-php .home-message .tj-button {
	margin: 3.6rem auto;
}

.page-template-template-home-php .home-message .tj-button span.tj-button-title {
	color: #fff;
}

/* Homepage Testimonial Buttons */

.page-template-template-home-php .tj-home-testimonials .tj-button {
	margin: 3.6rem auto 0 auto;
}

.footer-column-right .tj-social-icon {
	margin: 0 5px 0 0;
}

#footer .tj-social-icon {
	width: 25px;
	height: 25px;
}

#footer .widget a.tj-social-icon {
	float: none;
	display: inline-block;
}


/*-----------------------------------------------------------------------------------
18. Landing page (popup)
-----------------------------------------------------------------------------------*/
.sg-popup-content #sgcboxMiddleLeft, 
.sg-popup-content #sgcboxMiddleRight,
.sg-popup-content #sgcboxTopLeft,
.sg-popup-content #sgcboxTopCenter,
.sg-popup-content #sgcboxTopRight,
.sg-popup-content #sgcboxBottomLeft,
.sg-popup-content #sgcboxBottomCenter,
.sg-popup-content #sgcboxBottomRight{
    background: none !important;
}


.sg-popup-overlay.colorbox1{
    background:black !important;
}


.sg-popup-content{
  font-size: 1em;
  color:#fff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;

}

.colorbox1 #sgcboxClose{
    height: 30px !important;
    width: 30px !important;
   /* background:url('./img/if_close_1282956.png') no-repeat 0 0 !important; */
    background-size: 30px 30px !important;
}

.sg-popup-content p, .sg-popup-content a, .sg-popup-content div{
    text-align:center;
}

.sg-popup-content #order-album-link{
    display: inline-block;
    color: #fff;
    padding: 0 30px;
    font-weight: bold;
    border: 2px solid #fff;
    margin-top: 20px;
}

.sg-popup-content #order-album-link:hover{
    background:#fff;
    color:#000;
}

#icon-container a img{
	display:inline-block;
	width:50px !important;
	height:50 !important;;
}

#album-container a img{
	width:100px !important;
	height:100 !important;;
}