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

Theme Name: Bonbon	
Theme URI: http://www.themejug.com/theme/carajillo
Description: 
Author: ThemeJug	
Author URI: http://www.ThemeJug.com	
License: GNU General Public License version 3.0	
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Version: 1.0.0

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 - Default
	10. Page Template - Contact
	11. Page Template - Home
	12. Gallery Items
	13. Page Template - Gallery
	14. Page Template - Gallery Filtered
	15. Page Template - Single Gallery
	16. Gallery Taxonomy
	17. Page Template - Search
	18. Custom TJ Widgets
	19. Footer
	20. 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
-----------------------------------------------------------------------------------*/

.alignnone {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.aligncenter,
div.aligncenter {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

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

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

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

a img.alignnone {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

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

a img.aligncenter {
   max-width: 100%;
   height: auto;
   margin: 0 auto;
}

.wp-caption {
    background: transparent;
   	position: relative;
}

.wp-caption.alignnone {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.wp-caption.alignleft {}

.wp-caption.alignright {}

.wp-caption img {
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
  	line-height: 15px;
   	text-align: center;
   	color: #bdc3c7;
	margin: 0 auto 40px auto;
	-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;
}

.wp-caption p.wp-caption-text:hover {
   	color: #000;
}

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

/* Default Search */

#searchform input[type="text"] {
	margin: 2.2em 0 0 0;
	padding: 1.5em;
	position: relative;
	border: 1px solid #f1f1f1;
	outline: none;
	width: 95%;
	padding: 0.75em;
	font-size: 0.875em;
	line-height: 2.2857em;
	color: #5e5e5e;
	-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/34px 'Montserrat', sans-serif;
	background: #fff;
	color: #000;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-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 {
	font-size: 14px;
	font-weight: 400;
	margin: 35px 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	color: #000;
	font-family: 'Montserrat', sans-serif;
}

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: 1.5em auto;
	padding: 1.5em 1.5em;
	background: #fff;
	font-size: 0.875em;
}

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

#content {
	width: 100%;
	margin: 0 auto 0 auto;
}

#primary {
	margin: 0 auto;
	padding: 0;
}

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

.header-wrap {
	background: #e74c3c;
	width: 100%;
}

#header {
	position: relative;
    margin: 0 auto 0 auto;
    padding: 70px 0;
    max-width: 950px;
    z-index: 99;
}

/* Header Logo */

.logo {
	text-align: center;
}

.logo h1 {
	margin: 0 auto;
	padding: 0;
	display: inline-block;
}

.logo h1 a{ 
	color: #fff;
}

/* Header Menu */

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

/* Menu - Left */

.menu-left-container {
	position: absolute;
	left: 0;
	top: 37%;
	max-width: 310px;
}

/* Menu - Right */

.menu-right-container {
	position: absolute;
	right: 0;
	top: 37%;
	max-width: 310px;
}

/* Menu Theme */

#header nav {
    font-size: 12px;
    line-height: 2.2857em;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
}

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

#header nav ul li {
	padding: 1px 0;
	text-align: center;
	float: left;
	position: relative;
}

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

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

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

#header nav ul li a {
	color: #fff;
	padding: 1px 100px 1px 0;
}

#header nav ul li a:last-child {}

#header nav ul li a:hover {
	color: #7D180E;
}

#header nav ul ul {
	position: absolute;
	top: -9999em;
	width: 180px;
}

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

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

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

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

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

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

/* Submenu Level 1 */

#header nav ul ul {
	padding: 0;
}

#header nav ul ul li {
	text-align: left;
	font-size: 11px;
	float: none;
	margin: 10px 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #7D180E;
}

#header nav ul ul li:first-child { 
	padding-top: 0; 
}

#header nav ul ul li:last-child {}

#header nav ul ul li a {
    color: inherit;
}

#header nav ul li.sfHover ul a { 
	padding: 0;
	color: inherit;
}

#header nav ul li.sfHover ul a:hover { 
	color: #7D180E;	
}

#header nav ul ul ul {
	display: none;
}

.sf-sub-indicator {}

/* Mobile Menu Theme */

#tj-mobile-menu {
	display: none;
	width: 95%;
	background-color: #E74C3C;
	z-index: 99;
	position: relative;
	padding: 9% 0 0 5%;
	font-size: 12px;
}

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

#tj-mobile-menu ul li a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	font-weight: 700;
	color: #fff;
}

#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;
	left: 0;
	top: 0;
	background: transparent;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	display: none;
	z-index: 9999;
}

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

/* Post - Content */

article.post {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 70px 0;
	clear: both;
}

article.post.tj-odd {
	background: #eff3f3;
}

article.post.tj-even {
	background: #fff;
}

#primary article.post:last-child {
	margin-bottom: 0;
}

.entry-content {
	max-width: 630px;
	margin: 0 auto;
	clear: both;
}

.entry-content p a {
	color: #152B3C;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #152B3C;
}

.entry-content p a:hover {
	color: #3498db;
	border-bottom: 1px solid #3498db;
}

/* Post - Title */

.entry-title {
	font-size: 24px;
}

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

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

/* Post - Featured Image */

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

/* Post - Meta */

.meta {
	color: #bdc3c7
}

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

.meta a:hover {
	color: #3498db;
}

.tj-blog-date {
	margin: 0 0 35px 0;
}

.entry-content ul.tj_post_footer_meta {
	width: 100%;
	display: inline-block;
	margin: 0;
	font-size: 12px;
}

ul.tj_post_footer_meta li {
	list-style-type: none;
	display: inline-block;
	padding: 0;
}

ul.tj_post_footer_meta li.post-tags-links:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #fff;
	margin: 0 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* Post - Meta Categories */

.post-categories-links a {
	color: #bdc3c7;
}

/* Post - Meta Tags */

.post-tags-links a {
	color: #bdc3c7;
}

/* Post - Read More */

p.more-link {
	margin: 0;
}

a.more-link {
	margin: 0;
	padding: 0 0 5px 0;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

a.more-link:hover {
	color: #3498db;
	border-bottom: 1px solid #3498db;
}

/* Post Type: Audio */

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

/* Post Type: Gallery */

.tj-gallery-blog {
	max-width: 630px;
	margin: 45px auto 45px auto;
}

.tj-gallery-slideshow {
	position: relative;
}

.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 {
	display: none;
	webkit-backface-visibility: hidden;
	list-style-type: none;
	margin: 0;
} 

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

/* Slider - Control Nav */

.entry-content .tj-direction-nav {
	position: absolute;
	bottom: 20px;
	right: 20px;
	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: #bdc3c7;
	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: #3498db;
}

.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 {
	max-width: 630px;
	margin: 45px auto 0 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 0 0 20px;
	border-left: 5px solid #333;
}

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

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

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

/*-----------------------------------------------------------------------------------
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: #3498db;
}

/* Link Pagination */

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

.pagination-links a.page-numbers { 
	margin: 0 3px;
	padding: 0.65em 1.1em 0.65em 1.1em;
	background: #EFF3F3;
	color: #bdc3c7;
	-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: #3498db;
}

.pagination-links .current { 
	margin: 0 3px;
	padding: 0.65em 1.1em 0.65em 1.1em;
	color: #fff;
	background: #3498db;
	-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: #3498db;
}

.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 Gallery - Pagination */

.pagination-gallery {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1.5em;
}

.pagination-gallery-left > a {
	position: absolute;
	left: -139px;
}

.pagination-gallery-right > a {
	position: absolute;
	right: 0;
}

.pagination-gallery-center > a {
	position: absolute;
	left: -90px;
}

.pagination-gallery-left > a,
.pagination-gallery-right > a,
.pagination-gallery-center > a {
	padding: 0.65em 1.1em 0.65em 1.1em;
	background: #EFF3F3;
	color: #bdc3c7;
	-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-gallery-left > a:hover,
.pagination-gallery-right > a:hover,
.pagination-gallery-center > a:hover {
	background: #3498db;
	color: #fff;
}

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

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

.commentlist {
	position: relative;
	max-width: 630px;
	margin: 70px auto;
}

/* Comment - Count */

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

.comments-meta h4 {
	font-weight: 400;
	font-size: 14px;
}

/* Comment - Articles */

.commentlist article {
	margin: 0 0 70px 0;
	padding: 0 0 70px 0;
	border-bottom: 2px solid #EFF3F3;
	font-size: 12px;
	position: relative;
}

/* Comment - Avatar */

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

/* Comment - Meta */

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

.entry_info p.meta {
	font-size: 12px;
	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: #152B3C;
	text-decoration: underline;	
}

.comment_text p a:hover {
	color: #3498db;	
}

/* Comment - Reply */

.comment-reply-link {}

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

a.comment-reply-link:hover {
	color: #3498db;
}

/* 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: 25px auto 80px auto;
	clear: both;
}

h3#reply-title {
	margin: 0 0 40px 0;
	font-weight: 400;
	font-size: 14px;
}

#respond a {
	color: #152B3C;
}

#respond a:hover {
	color: #3498db;
}

#respond label {
	display: block;
	margin: 0 0 35px 0;
	color: #bdc3c7;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"]{
	border: 2px solid #EFF3F3;
	outline: none;
	width: 95%;
	margin: 0;
	padding: 0.75em;
	font-size: 14px;
	-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
			border-radius: 3px;
}

#respond input[type="text"]:focus,
#respond input[type="email"]:focus,
#respond input[type="url"]:focus,
#respond textarea:focus {
	border: 2px solid #bdc3c7;
}

#respond textarea {
	border: 2px solid #EFF3F3;
	outline: none;
	width: 95%;
	margin: 0;
	padding: 0.37em 0.75em;
	font-size: 14px;
	line-height: 34px;
	-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
			border-radius: 3px;
}

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

#respond input[type="submit"] {
	font-size: 14px;
	line-height: 2.2857em;
	padding: 0.65em 1.1em 0.65em 1.1em;
	background-color: #EFF3F3;
	color: #bdc3c7;
	border: none;
	cursor: pointer;
	-webkit-appearance: 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;
}

#respond input[type="submit"]:hover {
	background-color: #3498db;
	color: #fff;

}

/*-----------------------------------------------------------------------------------
09. Page Template - Default
-----------------------------------------------------------------------------------*/

.page-template-default article.page {
	max-width: 100%;
	margin: 0 auto 60px auto;
	clear: both;
}

.page-template-default article.page .entry-title {
	
}

.page-template-default article.page .entry-content {
	max-width: 950px;
	margin: 0 auto;
	padding: 50px 0;
}

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

.page-template-template-contact-php article.page {
	padding: 45px 0;
}

.page-template-template-contact-php article.page .entry-content {
	max-width: 950px;
	margin: 0 auto;
}

#contact {
	margin: 25px auto 80px auto;
	clear: both;
}

.contact label {
	display: block;
	margin: 0 0 35px 0;
	color: #bdc3c7;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="url"] {
	border: 2px solid #EFF3F3;
	outline: none;
	width: 95%;
	margin: 0;
	padding: 0.75em;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.contact textarea {
	border: 2px solid #EFF3F3;
	outline: none;
	width: 95%;
	margin: 0;
	padding: 0.37em 0.75em;
	font-size: 14px;
	line-height: 34px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.contact input[type="text"]:focus,
.contact input[type="email"]:focus,
.contact input[type="url"]:focus,
.contact textarea:focus {
	border: 2px solid #bdc3c7;
}

.contact input[type="submit"] {
	font-size: 14px;
	line-height: 2.2857em;
	padding: 0.65em 1.1em 0.65em 1.1em;
	background-color: #EFF3F3;
	color: #bdc3c7;
	border: none;
	cursor: pointer;
	-webkit-appearance: 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;
}

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

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

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

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

.page-template-template-home-php .tj-welcome {
	background: #eff3f3;
	padding: 70px 0;
}

.page-template-template-home-php #primary article.page {
	max-width: 950px;
	margin: 0 auto;
}

.page-template-template-home-php #primary article.page .entry-content {
	width: 74.73684%;
	display: inline-block;
}

.page-template-template-home-php #primary article.page .page-hero {
	display: inline-block;
	margin: 0 9% 0 0;
}

.page-template-template-home-php #primary article.page .page-hero img {
	max-width: 150px;
	max-height: 150px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

/*-----------------------------------------------------------------------------------
12. Gallery Items
-----------------------------------------------------------------------------------*/

/*  Home Gallery */

.tj-gallery-wrapper {
	width: 100%;
	position: relative;
	background: transparent;
	padding: 140px 0 90px 0;
}

.tj-gallery-content {
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}

.tj-gallery article {
	width: 310px;
	height: 400px;
	margin: 0 1.05263% 1.05263% 0;
	float: left;
	position: relative;
	text-align: center;
}

.tj-gallery-overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	display: table; 
	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;
}

.tj-gallery-overlay .entry-title { 
	display: table-cell; 
	vertical-align: middle; 
	font-size: 16px;
	color: #fff; 
	text-align: center; 
	opacity: 1;
}

.tj-gallery-overlay .entry-title span {
	font-size: 12px;
	margin: 17px 0 0 0;
	display: block;
	clear: both;
}

article.type-gallery:hover .tj-gallery-overlay, 
article.type-gallery:focus .tj-gallery-overlay, 
article.type-gallery:active .tj-gallery-overlay { 
	background: #E74C3C;
	background-color: rgba(231, 76, 60, 0.75); 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); 
	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;
}

/*-----------------------------------------------------------------------------------
13. Page Template - Gallery - Paginated
-----------------------------------------------------------------------------------*/

/* Gallery Pagination */

.page-template-template-gallery-paginated-php .pagination-default {
	margin: 35px auto 0 auto;
}

/*-----------------------------------------------------------------------------------
14. Page Template - Gallery - Filtered
-----------------------------------------------------------------------------------*/

.page-template-template-gallery-filtered-php #content {
	min-height: 100%;
}

/* Filter List - Dropdown Trigger */

.show-filter li a {
	padding: 0.63em 0.9em 0.63em 0.9em;
	background: #EFF3F3;
	color: #bdc3c7;
	font-size: 12px;
	line-height: 1.8em;
	position: absolute;
	top: -90px;
	right: 0;
	-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: #3498db;
	color: #fff;
}

/* Filter List */

.gallery-filter-categories {
	display: none;
	position: absolute;
	top: -35px;
	right: 0;
	width: 140px;
	padding: 15px 15px;
	font-size: 12px;
	background: #eff3f3;
	z-index: 9999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


ul.gallery-filter-categories li { 
	margin:0 0 15px 0;
	line-height: 20px;
}

ul.gallery-filter-categories li a { 
	color: #000;
	padding: 0;
    position: relative;
    text-decoration: none;
}

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

.gallery-filter-categories .active,
ul.gallery-filter-categories li a:hover {
	color: #3498db;
}

/* Isotope Items */

.isotope {
	margin-right: -20px;
}

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

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

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

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

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

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

/*-----------------------------------------------------------------------------------
15. Page Template - Single Gallery
-----------------------------------------------------------------------------------*/

.tj-cpt-gallery {
	position: relative;
	max-width: 950px;
	margin: 63px auto 0 auto;
	padding: 0 0 57px 0;
	border-bottom: 2px solid #EFF3F3;
}

.tj-cpt-gallery article.gallery,
.tj-cpt-gallery article.gallery .entry-content {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

/* Single Gallery - Media */

.single-gallery-media {
	margin: 25px auto 0 auto;
	position: relative;
}

.tj-image-meta {
	position: relative;
	min-width: 100%;
	height: auto;
	margin: 0 auto 35px auto;
}

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

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

/* Single Gallery - Image Caption */

.tj-image-caption {
	display: block;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #bdc3c7;
	margin: 0 auto 40px auto;
	-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-image-caption:hover {
	color: #000;
}

/* Single Gallery - Image Description */

.tj-image-description {
	display: block;
	font-size: 12px;
	line-height: 15px;
}

.tj-image-description p {
	margin: -15px 0 35px 0;
}

.tj-image-description a {
	color: #152B3C;
}

.tj-image-description a:hover {
	color: #3498db;
}

/* Single Gallery - Meta */

.single-gallery-meta-wrapper {
	font-size: 14px;
}

.single-gallery-meta-wrapper a {
	text-decoration: none;
}

.single-gallery-meta-wrapper h4,
.single-gallery-meta-wrapper p {
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	margin-top: 0;
}

.tj-gallery-meta-title {
	margin: 0 10px 0 0;
}

.tj-client-url {
	margin: 0 20px 0 0;
}

.tj-client-url a,
.tj-client-url a:hover,
.tj-cpt-gallery-tags a,
.tj-cpt-gallery-tags a:hover {
	border-bottom: none!important;
}

.tj-gallery-meta-tags {
	margin: 0 10px 0 20px;
}

/* Single Gallery - More Galleries */

.single-gallery .tj-gallery-wrapper {
	padding: 70px 0;
}

/*-----------------------------------------------------------------------------------
16. Gallery Taxonomy
-----------------------------------------------------------------------------------*/

.tax-gallery-type article.taxonomy-description {
	width: 70%;
	max-width: 900px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-align: center;
}

.tax-gallery-type article.taxonomy-description .entry-content .entry-title {
	max-width: 100%;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 10px;
}

.tax-gallery-type article.taxonomy-description .entry-content {
	max-width: 100%;
}

/*-----------------------------------------------------------------------------------
17. Page Template - Search
-----------------------------------------------------------------------------------*/

.search #primary {
	padding: 0 0 80px 0;
}

/* Search String Titles */

.search-query {
	max-width: 630px;
	margin: 0 auto;
	padding: 70px 0;
}

/*-----------------------------------------------------------------------------------
18. Custom TJ Widgets
-----------------------------------------------------------------------------------*/

/* Generic Widget Setup */

.widget {
	font-size: 12px;
	text-align: center;
	margin: 70px 0 70px 0;
}

.widget-title {
	text-align: center;
	color: #fff;
	font-size: 14px;
}

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

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

.widget ul li {
	margin: 15px 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
}

.widget ul li a { border-bottom: none; }

.widget ul li a:hover { border-bottom: none; }

/* Footer Widget Setup */

.footer-widget-left,
.footer-widget-center,
.footer-widget-right {
	float: left;
	width: 32.63158%;
	margin: 0 1.05263% 0 0;	
}

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

/* TJ Post Widget */

.widget-desc {
	text-align: left;
}

.tj-posts-widget article.post.tj-even,
.tj-posts-widget article.post.tj-odd {
	background: transparent;
	padding: 30px 0;
}

.tj-posts-widget-featured-img {
	width: 80px;
	float: left;
	margin: 0 20px 0 0;
}

.widget .tj-posts-widget-featured-img a,
.widget .tj-posts-widget-featured-img a:hover {
	border-bottom: none;
}

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

.tj-posts-widget-post-title .entry-title {
	font-size: 14px;
	text-align: left;
	line-height: 15px;
	margin-top: 0;
}

.tj-posts-widget-post-title .entry-title a,
.tj-posts-widget-post-title .entry-title a:hover {
	border-bottom: none;
}

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

/* TJ Video */

.tj_video_widget .video_widget {
	margin: 2.2em auto 0 auto;
}

/* TJ Flickr */

.tj_flickr_widget .flickrwidget .flickrwidget-inner {
	margin: 2.2em -30px 0 0;
	display: inline-block;
	clear: both;
}

.tj_flickr_widget .widget-title {}

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

.tj_flickr_widget .flickrwidget .flickr_badge_image img:hover {
	opacity: 0.6;
}

/* WP Tag Cloud */

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

.widget_tag_cloud .tagcloud a {	
	font-size: 1em!important;
	line-height: 2.4286em;
	margin: 0.607em 0.607em 0.607em 0;
	padding: 0;
	display: inline-block;
}

.widget_tag_cloud .tagcloud a:hover {
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------
19. Footer
-----------------------------------------------------------------------------------*/

.footer-wrap {
	background: #fff;
	color: #fff;
	font-size: 12px;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Footer */

#footer {
	background: #2c3e50;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

/* Footer Widget Wrapper */

.footer-widgets {
	max-width: 950px;
	margin: 0 auto;
}

.footer-widgets a {
	padding: 0 0 5px 0;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}

.footer-widgets a:hover {
	color: #3498db;
	border-bottom: 1px solid #3498db;
}

/* Footer Inner */

.footer-inner {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: #eff3f3;
	text-align: center;
	color: #000;
}

.footer-inner-wrap {
	max-width: 85.71%;
	margin: 0 auto;
}

.footer-inner P {
	margin: 0;
	line-height: 15px;
	font-size: 12px;
}

.footer-inner a {
	color: #3498db;
}

.footer-inner a:hover {
	color: #3498db;
}

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

.tj-column {
	font-size: 14px;
	margin: 0 0 35px 0;
}

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

.alert {
	margin: 1.5em auto!important;
}

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

.page-template-default .tj-toggle-inner {
	width: 95.8%!important;
}

.tj-toggle .ui-icon {
	margin: 10px 10px 0 10px!important;
}

.tj-tab {
	font-size: 14px;
	line-height: 34px;
	margin: 1.5em 0;
	padding: 20px!important;
}

.tj-tabs ul.nav li a {
	padding: 5px 15px 5px 15px;
	background: #fff!important;
	-webkit-border-radius: 3px 3px 0 0!important;
	-moz-border-radius: 3px 3px 0 0!important;
	border-radius: 3px 3px 0 0!important;
}

.tj-button {
	margin: 16px 5px 16px 0!important;
	letter-spacing: 0px;
	text-transform: uppercase;
}

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

.tj-button span.tj-button-title {
	padding: 0.5em 1.5em!important;
	font-weight: 900!important;
}

.tj-yellow,
.tj-green,
.tj-red,
.tj-orange,
.tj-blue,
.tj-black,
.tj-white {
	border-bottom: none!important;
}

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

.tj-green {
 	background: #1CCE9A!important;
 }
 
.tj-red {
	background: #E74C3C!important;
}

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

.tj-blue {
	background: #3498db!important;
}

.tj-white {
	background: #fff;
}

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