/*
Theme Name: BigFoot
Theme URI: http://wpthemess.net/bigfoot
Author: thehappybit
Author URI: http://thehappybit.com/
Description: Big, bold WordPress theme for creatives
Version: 1.0.8
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, photoblogging, blue, white, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, post-formats, theme-options, translation-ready, threaded-comments
*/


/* DEFAULTS & LAYOUTS
-----------------------------------------------------------------------------------------------*/
::-webkit-input-placeholder { /* Edge */
	color: #bbb; }
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #bbb; }
::placeholder {
	color: #bbb; }

input:disabled {
	opacity:0.2 !important;
	color:#666 !important;
	border-color:rgba(0,0,0,0.2) !important;
	background:rgba(0,0,0,0.1) !important;
	cursor:not-allowed !important; }

.alignleft,
.alignright,
.aligncenter,
.alignnone {
    background-color: rgba(255,255,255,1);
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
    margin-bottom: 0;
    padding: 4px;
}

small {
	font-size:75%;
	color:rgba(0,0,0,0.5);
}

#page-content-wrapper {
	background:#f2f6f7;
}
#page-content {
    padding-top: 72px;
    padding-bottom: 48px;
    color: #333;
}

.thb-text {
	margin-bottom:60px;
}
.thb-text.no-bottom-margin {
	margin-bottom:0;
}

.thb-text > *:only-child {
    margin-bottom: 25px !important; /* for h2 without any p */
}

.thb-text a {
	color:inherit;
	border-bottom:1px solid rgba(50,160,210,1);
}
.thb-text a:hover {
	color:rgba(50,160,210,1);
}

/* Edit Links */
.edit-link a {
	color:rgba(255,255,255,1);
}
.edit-link a:hover {
	color:rgba(50,160,210,1);
}
.edit-link i {
	position:relative;
	top:2px;
	font-size:;
}

#header .edit-link {
	display:block;
	float:right;
	margin-right:20px;
	font-size:100%;
}
#header .edit-link i {
	position:relative;
	top:5px;
	font-size:;
}
@media screen and (max-width: 767px) {
	#header .edit-link {
		margin-right:10px;
	}
}


/* HEADERS (Home & Default)
-----------------------------------------------------------------------------------------------*/
/* use this if home page is showcase
.home .header-container {
	background:none;
}
.home .nav-wrapper {
	background:rgba(0,0,0,0.2);
}
*/
.nav-wrapper {
	background:rgba(0,0,0,0.0);
}

/* Main Menu - Menu Button */
#nav-trigger {
	display:block;
	height:32px;
	font-size:30px;
}
#nav-trigger i {
	display:inline;
	line-height:32px;
	font-size:inherit;
	color:rgba(255,255,255,1);
}
#nav-trigger i:before {
	line-height:32px;
}
#nav-trigger:hover i {
	color:rgba(55,160,210,1);
}

/* Main Menu - Menu Logo */
#logo div:first-of-type {
}
#logo div:last-of-type {
	font-family:Source Sans Pro;
	font-size:50%;
	font-weight:300;
	font-style:italic;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#fff;
}
#logo div:last-of-type i {
	padding:0 4px;
	font-size:40%;
	font-weight: lighter;
	color:rgba(55,160,210,1);
}
#logo div:last-of-type i:before {
	position:relative;
	top:6px;
}

@media screen and (max-width: 767px) {
	#logo div:first-of-type {
		font-size:55%;
	}
	#logo div:last-of-type {
		padding-top:4px;
		font-size:25%;
		font-weight:300;
		letter-spacing:1px;
	}
	#logo div:last-of-type i {
		height:12px;
		width:15px;
		padding:0 2px;
	}
	#logo div:last-of-type i:before {
		position:relative;
		top:2px;
	}
}


/* HEADER */
#header {
    padding-bottom: 80px;
	background:rgba(50,160,210,1); }
.header-container {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 80px;
    z-index: 100;
	background:rgba(0,0,0,0.4); }
.pageheader-compact #header {
    padding-bottom: 35px; }
.pageheader-compact .header-container {
    margin-bottom: 35px; }

@media screen and (max-width: 767px) {
	.responsive_480 #header {
		padding-bottom: 50px;
	}
	.responsive_480 .header-container {
		padding-top: 24px;
		padding-bottom: 24px;
		margin-bottom: 45px;
	}
}

/* Main Menu - Navigation */
.main-navigation div ul > li a {
    font-weight: 600 !important;
}
.main-navigation ul li {
	color:rgba(255,255,255,0.8);
	border:2px solid transparent;
}
.main-navigation ul li:hover {
	border-color: rgba(55,160,210,1);
}
.main-navigation ul li:hover a {
    color: rgba(255,255,255,1);
}
.main-navigation ul li a {
    display: block;
    padding: 9px 15px;
    border-radius: 0;
}
.main-navigation ul li:hover a {
	color:rgba(255,255,255,1) !important;
    background-color: rgba(0,0,0,0.0);
}
.main-navigation ul li a:active {
	color:rgba(255,255,255,0.9) !important;
	background:rgba(0,0,0,0.0);
}

.main-navigation ul li a.w-sub {
	padding-right:12px; /*35*/
}
.main-navigation ul li a.w-sub:before {
    display: none;
}

.main-navigation li.menu-item-has-children:after {
    content:'';
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -7.5px;
    height: 0;
    width: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 7.5px solid transparent;
}
.main-navigation li.menu-item-has-children:hover:after {
    border-top-color: rgba(55,160,210,1);
}

.main-navigation ul li ul {
	/* change existing sub-menu style */
	width:inherit;
	min-width:100%;
	left:0%;
	padding:0;
	border-radius:0;
	background:none;
}
.main-navigation ul li ul:after {
	/* remove up arrow */
	display:none;
}

.main-navigation ul li ul > li {
	margin-bottom:2px;
	border:0;
}
.main-navigation ul li ul > li a {
	padding:12px 15px;
	font-weight:400 !important;
	text-align:center;	
	color:rgba(255,255,255,0.8) !important;
	border:1px solid transparent;
	background:rgba(55,160,210,0.9) !important;
	border-radius:0;
}
.main-navigation ul li ul > li a:hover {
	color:rgba(255,255,255,1) !important;
	border-color:rgba(255,255,255,1);
	background:rgba(55,160,210,1) !important;
}

@media screen and (max-width: 767px) {
	.responsive_480 .main-navigation ul li ul > li a {
	  font-size:90%; }
	.responsive_480 .main-navigation li.menu-item-has-children:after {
	  display:none; }
}

/* MOBILE MENU
-----------------------------------------------------------------------------------------------*/
.responsive_480 #mobile-nav ul li ul li,
.responsive_480 #mobile-nav .main-navigation ul li ul > li a {
	background:none !important;
}
.responsive_480 #mobile-nav ul li ul a {
	text-align:left;
}


/* Feature Image */
#thb-featuredimage-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
#thb-featuredimage-background .thb-featuredimage-background-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
#thb-featuredimage-background .thb-featuredimage-background-overlay {
    opacity: 0.75;
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

/* Feature Image - Information */
.pageheader h1 {
	font-weight: 700;
    /*
	font-family: "Source Sans Pro";
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -1px;
    font-style: normal;
    text-transform: uppercase;
    */
}


/* LAYOUT
-----------------------------------------------------------------------------------------------*/
.responsive_480 #page-content {
	margin-left:10px;
	margin-right:10px;
}

/* HOME
-----------------------------------------------------------------------------------------------*/
body.home #content {
	width:1200px;
	margin:0 auto;
}
body.home #content p {
	margin-left:15px;
	margin-right:15px;
}

body.home #content.description {
	position:relative;
	top:-0.75em;
	margin-bottom:1.5em; }

	body.home #content.description .thb-text {
		margin-bottom:0 !important; }

		body.home #content.description nav.home {
			margin-bottom:0 !important;
			text-align:center; }
			body.home #content.description nav.home a {
				display:inline-block;
				margin:0 5px 10px;
				padding:10px 20px;
				line-height:1.1em;
				font-size:15px;
				font-weight:600;
				text-transform:uppercase;
				text-decoration:none;
				letter-spacing:1px;
				color:rgba(50,160,210,1);
				border:2px solid rgba(50,160,210,1);
				border-radius:5px; }
			body.home #content.description nav.home a:hover {
				color:rgba(255,255,255,1);
				background: rgba(50,160,210,1); }


body.home #content.latest-blogs {
	margin-bottom:30px; }
	body.home #content.latest-blogs .notice {
		margin-bottom:2em; }

body.home #content.aboutus {
	margin-bottom:0px; }

body.home #content.photogallery {
	margin-bottom:20px; }
	body.home #content.photogallery #thb-infinite-scroll-nav {
		display:none; }

body.home #content h2 {
	margin:0 15px 25px;
	/*
	font-size:35px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	color:rgba(0,0,0,1);
	*/
}
body.home #content.aboutus h2 {
	float:left;
}
body.home #content.aboutus p {
	clear:left;
}


body.home #content.aboutus .image {
	float:right;
	width:302px;
	margin:8px 15px 8px 50px !important;
}
body.home #content.aboutus .image img {
	width:100%;
	height:auto;
}
body.home #content.aboutus .image div {
	margin:5px 0;
	font-size:110%;
	font-weight:400;
	text-align:center;
	color:rgba(0,0,0,0.8);
}
body.home #content.aboutus .image div div {
	line-height:1;
	font-size:80%;
	font-weight:300;
}
body.home #content.aboutus .image div div span {
	font-size:80%;
	color:rgba(50,160,210,1);
}

body.home #content.latest-blogs #latest-blogs-container,
body.home #content.photography .thb-photogallery-container {
	margin-top:8px; /* fix difference in height compared gap between .thb-text h2 & p */
}
body.home #content.latest-blogs #latest-blogs-container:after,
body.home #content.photography .thb-photogallery-container:after {
	content:'';
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

body.home #content.latest-blogs #latest-blogs-container .item {
    width: 400px;
    margin-left: 15px !important;
    margin-right: 15px !important;
    float: right;
    display: inline;
    position: relative;
    margin-bottom: 30px !important;
}
body.home #content.latest-blogs #latest-blogs-container .item.first {
	float:left;
	width:740px;
	overflow:hidden;
}
body.home #content.latest-blogs #latest-blogs-container .item.last {
}
body.home #content.latest-blogs #latest-blogs-container .item .item-thumb img {
}
body.home #content.latest-blogs #latest-blogs-container .item.first .item-thumb img {
	width:auto;
	max-width:inherit;
}
body.home #content.latest-blogs #latest-blogs-container .item.first,
body.home #content.latest-blogs #latest-blogs-container .item.first .item-thumb img {
	height:480px;
}

body.home #content.latest-blogs #latest-blogs-container .item.first .item-wrapper {
	width:50%;
	padding:14px 40px 12px 16px;
	font-size:100%;
}
body.home #content.latest-blogs #latest-blogs-container .item .item-wrapper {
	position: absolute;
    bottom: 0;
    right: 0;
	width:60%;
	padding:10px 40px 8px 15px;
	font-size:80%;
	color:rgba(255,255,255,1);
	background:rgba(0,0,0,0.7);
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
body.home #content.latest-blogs #latest-blogs-container .item:hover .item-wrapper {
	color:rgba(255,255,255,1);
	background:rgba(55,160,210,0.9);
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
body.home #content.latest-blogs #latest-blogs-container .item .item-wrapper h2 {
	margin:0;
	line-height:100%;
	font-size:100%;
	font-weight:500;
	text-transform:uppercase;
	color:rgba(255,255,255,1);
}
body.home #content.latest-blogs #latest-blogs-container .item .item-wrapper time {
	margin:0;
	line-height:100%;
	font-size:80%;
	font-weight:300;
	font-style:italic;
	color:rgba(255,255,255,0.7);
}

/* Spinning cross */
body.home #content.latest-blogs #latest-blogs-container .item .item-wrapper i div {
	position:absolute;
	background:rgba(55,160,210,1);
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
body.home #content.latest-blogs #latest-blogs-container .item:hover .item-wrapper i div {
	background:rgba(255,255,255,1);
	-webkit-transform:rotate(270deg);
			transform:rotate(270deg);
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
body.home #content.latest-blogs #latest-blogs-container .item .item-wrapper i div:nth-of-type(1) {
	right:10px;
	top:-webkit-calc(50% - 1px);
	top:		calc(50% - 1px);
	width:14px;
	height:2px;
}
body.home #content.latest-blogs #latest-blogs-container .item .item-wrapper i div:nth-of-type(2) {
	right:16px;
	top:-webkit-calc(50% - 7px);
	top:		calc(50% - 7px);
	width:2px;
	height:14px;
}
body.home #content.latest-blogs #latest-blogs-container .item.first .item-wrapper i div:nth-of-type(1) {
	right:15px;
	top:-webkit-calc(50% - 1px);
	top:		calc(50% - 1px);
	width:20px;
	height:2px;
}
body.home #content.latest-blogs #latest-blogs-container .item.first .item-wrapper i div:nth-of-type(2) {
	right:24px;
	top:-webkit-calc(50% - 10px);
	top:		calc(50% - 10px);
	width:2px;
	height:20px;
}

@media screen and (max-width: 1400px) and (min-width: 1024px) {
	body.home #content {
		width:950px;
	}
	body.home #content.latest-blogs #latest-blogs-container .item {
		width: 320px;
	}
	body.home #content.latest-blogs #latest-blogs-container .item.first {
		width:570px;
	}
	body.home #content.latest-blogs #latest-blogs-container .item.first,
	body.home #content.latest-blogs #latest-blogs-container .item.first .item-thumb img {
		height:390px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
	body.home #content {
		width:950px;
	}
	body.home #content.latest-blogs #latest-blogs-container .item {
		width: 320px;
	}
	body.home #content.latest-blogs #latest-blogs-container .item.first {
		width:570px;
	}
	body.home #content.latest-blogs #latest-blogs-container .item.first,
	body.home #content.latest-blogs #latest-blogs-container .item.first .item-thumb img {
		height:390px;
	}
}
@media screen and (max-width: 1023px) {
	body.home #content {
		width:100%;
	}
	body.home #content h2 {
		margin:0 10px 25px;
	}
	body.home #content.latest-blogs #latest-blogs-container .item {
		width:-webkit-calc(50% - 20px);
		width:		  calc(50% - 20px);
		margin-left:10px !important;
		margin-right:10px !important;
		margin-bottom:20px !important;
	}
	body.home #content.latest-blogs #latest-blogs-container .item.first {
		width:auto;
    	height: auto;
	}
	body.home #content.latest-blogs #latest-blogs-container .item.first .item-thumb img {
		width: 100%;
    	height: auto;
	}
}
@media screen and (max-width: 767px) {
	.responsive_480 .thb-text {
		margin-bottom:20px;
	}
	.thb-text p {
		font-size:90%;
	}
	
	body.home #content h2 {
		margin-bottom:20px;
		font-size:25px;
	}
	body.home #content.latest-blogs #latest-blogs-container .item {
		width:auto;
		margin-bottom:10px !important;
	}
	body.home #content.latest-blogs #latest-blogs-container .item .item-wrapper,
	body.home #content.latest-blogs #latest-blogs-container .item.first .item-wrapper {
		width:70%;
		padding:8px 40px 8px 10px;
		font-size:80%;
	}
	.responsive_480 .thb-photogallery-container li,
	.responsive_480 #thb-portfolio-container li {
		/*margin:0 10px 10px;*/
	}
	.responsive_480 body.home #content.aboutus .image {
		width:-webkit-calc(100% - 20px);
		width:		  calc(100% - 20px);
		margin:0 10px !important;
	}
	.responsive_480 body.home #content.aboutus {
		margin-bottom:30px;
	}
}


/* SERVICES
-----------------------------------------------------------------------------------------------*/
#services nav {
	text-align:center;
}
#services nav a {
	display:inline-block;
	margin:0 5px 10px;
	padding:10px 20px;
	font-size:15px;
	font-weight:600;
	line-height:1.1em;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	color:rgba(50,160,210,1);
	border:2px solid rgba(50,160,210,1);
	border-radius:5px;
}
#services nav a:hover {
	color:rgba(255,255,255,1);
	background: rgba(50,160,210,1);
}
#services section {
	clear:both;
	margin:50px 0;
	padding-top:50px;
	border-top:1px solid rgba(255,255,255,1);
	box-shadow: 0 -1px 0 rgba(0,0,0,0.08);
}
#services section .gotop {
	display:inline-block;
	margin-top:50px;
	font-size:80%;
	font-style:italic;
	text-transform:uppercase;
}


/* SHOWCASE
-----------------------------------------------------------------------------------------------*/
.page-template-template-showcase-php .thb-banner > h1 {
    margin-bottom: 20px;
}
.page-template-template-showcase-php .thb-banner > .thb-paragraph {
    margin-bottom: 40px;
}
.page-template-template-showcase-php .thb-banner .thb-button {
	padding:15px 20px;
	border-radius:0;
}


/* PORTFOLIO
-----------------------------------------------------------------------------------------------*/
#filterlist li a {
    display: block;
    padding: 8px 12px;
    border-radius: 0px;
    color: rgba(255,255,255,0.7);
    border: 1px solid;
	background:rgba(0,0,0,0.1);
}
#filterlist li a:hover {
    color: rgba(255,255,255,1);
}

#filterlist li.current a {
    color:#fff !important;
	border-color: rgba(55,160,210,1);
    background-color: rgba(55,160,210,1);
}

#thb-portfolio-container {
	overflow:visible !important;	
}

.page-template-template-portfolio-php #thb-portfolio-container .item img {
	border-radius:0;
}

/* Popup */
.thb-single-work-overlay-on #page {
	transform:none;
}
/*#ajr-version*/.thb-single-work-overlay {
	display:none;
	position: absolute;
    height: 350px;
    margin: 40px 60px;
	background:#fff;
	overflow:hidden;
	-webkit-transform: translate3d(0, 5%, 0);
    	-ms-transform: translate3d(0, 5%, 0);
    	 -o-transform: translate3d(0, 5%, 0);
    		transform: translate3d(0, 5%, 0);
	-webkit-transition-duration: 0.35s;
       -moz-transition-duration: 0.35s;
    	 -o-transition-duration: 0.35s;
    		transition-duration: 0.35s;
	-webkit-box-shadow: 0 0px 25px 0 rgba(0,0,0,0.6);
    		box-shadow: 0 0px 25px 0 rgba(0,0,0,0.6);
}
body.thb-single-work-info .thb-single-work-overlay {
	/*
	height:500px;
	-webkit-transform: translate3d(0, -20%, 0);
    	-ms-transform: translate3d(0, -20%, 0);
    	 -o-transform: translate3d(0, -20%, 0);
    		transform: translate3d(0, -20%, 0);
	*/
}

/* popup - toolbar */
.thb-single-work-overlay .thb-single-work-toolbar {
	position:absolute;
	left:20px;
	right:;
	bottom:20px;
	width:auto;
	height:35px;
	background:none;
}
.thb-single-work-overlay .thb-single-work-toolbar .thb-control {
	height:35px;
	width:35px;
	line-height:35px;
}
.thb-single-work-overlay .thb-single-work-toolbar #thb-info-single-work,
.thb-single-work-overlay .thb-single-work-toolbar #thb-close-single-work {
	position:static;
	float:left;
	border:none;
	background:#fff;
}

.thb-single-work-overlay .thb-single-work-toolbar #thb-info-single-work.thb-single-work-overlay .thb-single-work-toolbar .thb-single-work-title {
	left:50%;
	right:50px;
	padding-top:0;
	line-height:50px;
}

/* popup - images */
.thb-single-work-overlay .thb-single-work-slideshow {
	top:20px;
	top:20px;
	left:20px;
	bottom:20px;
	right:50%;
	background:#fff;
}
body.thb-single-work-info .thb-single-work-overlay .thb-single-work-slideshow {
	right:0;
    /*
	top:0;
	left:0;
	bottom:0;
	margin:20px;
	*/
	-webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
    	-ms-transform: translate3d(0, 0, 0);
    	 -o-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
}

.thb-single-work-overlay .thb-single-work-slideshow .cycle-slideshow {
	margin:0;
}
.thb-single-work-overlay .thb-single-work-slideshow .cycle-slideshow img,
.thb-single-work-overlay .thb-single-work-slideshow .cycle-slideshow iframe,
.thb-single-work-overlay .thb-single-work-slideshow .cycle-slideshow div.thb_video_selfhosted,
.thb-single-work-overlay .thb-single-work-slideshow .cycle-slideshow div.thb_video_selfhosted video {
	position: absolute;
	left: 50% !important;
	top: 0 !important;
	bottom: 0 !important;
	height: 100% !important;
	width: auto !important;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.thb-single-work-slideshow .slide .caption {
	display:none !important;
}

/* popup - content */
.thb-single-work-overlay .thb-single-work-content {
	display:block !important;
    display: none;
	
	left:50%;
	top:0;
    z-index: 5;

	padding: 14px 20px 20px;
	width:50%;

    font-size:16px !important;
	color:rgba(100,100,100,1);
    background: none;
    overflow-y: visible;
    overflow-x: hidden;

    -webkit-transition: -webkit-transform .35s ease-in-out;
       -moz-transition: -moz-transform .35s ease-in-out;
    	-ms-transition: -ms-transform .35s ease-in-out;
    	 -o-transition: -o-transform .35s ease-in-out;
    		transition: transform .35s ease-in-out;

    -webkit-transform: translate3d(0px, 0, 0);
       -moz-transform: translate3d(0px, 0, 0);
    	-ms-transform: translate3d(0px, 0, 0);
    	 -o-transform: translate3d(0px, 0, 0);
    		transform: translate3d(0px, 0, 0);
}
body.thb-single-work-info .thb-single-work-overlay .thb-single-work-content {
	margin:0 20px 20px 0;
	-webkit-transform: translate3d(50%, 0, 0);
       -moz-transform: translate3d(50%, 0, 0);
    	-ms-transform: translate3d(50%, 0, 0);
    	 -o-transform: translate3d(50%, 0, 0);
    		transform: translate3d(50%, 0, 0);
}

.thb-single-work-overlay .thb-single-work-title,
.thb-single-work-overlay .thb-single-work-content h1 {
	margin-bottom:5px;
	font-weight:600 !important;
	color:#000 !important;
}

.thb-single-work-overlay .thb-single-work-content .thb-text {
	font-size:100% !important;
}

.thb-single-work-overlay .thb-single-work-content a {
	color:inherit;
}

/* popup - content buttons */
body .thb-single-work-overlay #thb-info-single-work:before {
    content: ">";
}
body.thb-single-work-info .thb-single-work-overlay #thb-info-single-work:before {
    content: "<";
}

/* popup - prev & next image buttons */
.thb-single-work-overlay .thb-single-work-slideshow #thb-slideshow_prev,
.thb-single-work-overlay .thb-single-work-slideshow #thb-slideshow_next {
	position:absolute;
	bottom:;
	width:auto;
	height:auto;
	margin-top:-15px;
	background:rgba(255,255,255,1);
	opacity:1;	
}
.thb-single-work-overlay .thb-single-work-slideshow #thb-slideshow_prev {
	left:0;
}
.thb-single-work-overlay .thb-single-work-slideshow #thb-slideshow_next {
	right:0;
}
body.thb-single-work-info .thb-single-work-overlay .thb-single-work-slideshow #thb-slideshow_prev,
body.thb-single-work-info .thb-single-work-overlay .thb-single-work-slideshow #thb-slideshow_next {
	top:50%;
	opacity:1;
}
.thb-single-work-overlay .thb-single-work-slideshow #thb-slideshow_prev:before,
.thb-single-work-overlay .thb-single-work-slideshow #thb-slideshow_next:before {
	display:block;
	height:30px;
	width:30px;
	line-height:30px;
	font-size:16px;
	font-weight:300;
	text-align:center;
}


/* GALLERY
-----------------------------------------------------------------------------------------------*/
.page-template-template-photogallery-php .thb-photogallery-container li .thb-overlay,
.page-template-template-photogallery-php .thb-photogallery-container li img {
    border-radius: 0px;
}


/* BLOG
-----------------------------------------------------------------------------------------------*/
.blog .item.classic {
	margin-bottom:1em;
	padding:1em 1.5em;
	border:1px solid #ddd;
	border-radius:10px;
	background:#fff; }
	.blog .item-header h1 {
		margin-bottom:0.25em;
		font-weight:bold;
		font-size:1.5em; }
	.blog .item-footer {
		margin-top:0.25em;
		font-size:0.7em;
		color:#999; }
		.blog .item-footer .comments {
			margin-left:1em;
			padding-left:1em;
			border-left:1px solid #ddd; }
			.blog .item-footer .comments a {
				padding-left:5px; }
	.blog .item-thumb {
		margin:1em -1.5em; }
	.blog .item-content {
		margin-top:1em; }
		.blog .item-content .text {
			font-size:1em;
			line-height:1.6em; }
		.blog .item-content .readmore {
			display:inline-block;
			margin-top:0.5em;
			font-size:1em;
			font-weight:bold; }


.single-post .pageheader h1 {
    border-top: 2px solid rgba(50,160,210,1);
    padding-top: 12px;
    display: inline-block;
}

/* Meta */
.single-post .meta.details {
    margin-bottom: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 80%;
    border-top: 1px solid rgba(0,0,0,0.07);
    border-bottom: 1px solid rgba(255,255,255,0.7);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.7), inset 0 -1px 0 rgba(0,0,0,0.07);
}
.single-post .meta.details p a {
	font-weight:400;
}
.single-post .meta.details p span {
	display:block;
	margin:10px 0;
	line-height:1.2;
}

/* Blog Navigation */
.thb-navigation .nav-next a,
.thb-navigation .nav-previous a {
    display: initial;
    padding: 5px;
    font-size: 80%;
    line-height: 1;
    color: rgba(0,0,0,0.6);
    border: 0px solid #cacfd4;
    border-radius: 0;
}
.thb-navigation .nav-next a:after,
.thb-navigation .nav-previous a:before {
	position:relative;
	top:4px;
	font-family:dashicons;
	font-size:125%;
    color: rgba(0,0,0,0.5);
	text-shadow:0 1px 1px rgba(255,255,255,1);
}
.thb-navigation .nav-next a:after {
	content: "\f345";
	right:-4px;
}
.thb-navigation .nav-next a:hover:after {
	right:-10px;
}
.thb-navigation .nav-previous a:before {
	content: "\f341";
	left:-4px;
}
.thb-navigation .nav-previous a:hover:before {
	left:-10px;
}
.thb-navigation .nav-next a:hover,
.thb-navigation .nav-previous a:hover {
    border-color: transparent;
}
.thb-navigation .nav-next a,
.thb-navigation .nav-next a:after,
.thb-navigation .nav-previous a,
.thb-navigation .nav-previous a:before {
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
    	-ms-transition: all 0.5s ease;
    		transition: all 0.5s ease;
}
.thb-navigation .nav-next a:hover,
.thb-navigation .nav-next a:hover:after,
.thb-navigation .nav-previous a:hover,
.thb-navigation .nav-previous a:hover:before {
    color: rgba(50,160,210,1);
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
    	-ms-transition: all 0.3s ease;
    		transition: all 0.3s ease;
}


/* RELATED
-----------------------------------------------------------------------------------------------*/
.single-post .related {
	clear: both;
    margin-top: 24px;
    padding-top: 24px;
	border-top: 1px solid rgba(0,0,0,0.07);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}


/* SIDEBARS
-----------------------------------------------------------------------------------------------*/

/* Blog Author */
.single-post .meta.author {
    margin-bottom: 0px;
    padding: 20px 0;
    border-bottom: none;
    border-top: 1px solid rgba(0,0,0,0.07);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.7);
}
.single-post .meta.author .avatar {
    border-radius: 100%;
    float: left;
    border: 1px solid rgba(50,160,210,1);
    margin-right: 20px;
}
.single-post .meta.author h1 {
	font-style:italic;
	color:rgba(0,0,0,0.25);
	text-shadow:0 1px 1px rgba(255,255,255,1);
}
.single-post .meta.author h2 {
	margin-bottom:8px;
	font-weight: 600;
}
.single-post .meta.author h2 a {
	/*
	padding-bottom:4px;
	border-bottom:1px solid rgba(50,160,210,1);
	*/
}

.single-post .meta.author .thb-text p {
	line-height:1.1;
	color:rgba(0,0,0,0.7);
}

/* Widgets */
.widget {
    margin-bottom: 20px;
}
.widget ul li {
	padding:5px 0;
	line-height:1.2;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
}
.widget ul li a {
	position:relative;
	display:block;
	padding-right:30px;
	overflow:hidden;
}
.widget ul li a:after {
	content: "\f341";
	font-family:dashicons;
	position:absolute;
	top:-webkit-calc(50% - 10px);
	top:		calc(50% - 10px);	
	right:0;
	color:rgba(0,0,0,0.2);
	text-shadow:0 1px 1px rgba(255,255,255,1);
}
.widget ul li a:hover:after {
	right:5px;
	color:rgba(50,160,210,1);
}

#footer {
	margin:auto;
}
#footer .widget header .widgettitle {
	font-weight:600;
	color:rgba(50,160,210,1);
	border-top: 1px solid rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.075);
}
#footer .widget ul li a {
	font-weight:300;
	color:rgba(255,255,255,1);
}
#footer .widget ul li a:after {
	color:rgba(255,255,255,0.2);
	text-shadow:none;
}
#footer .widget ul li a:hover,
#footer .widget ul li a:hover:after {
	color:rgba(50,160,210,1);
}
#footer .widget ul li p {
	font-size:;
	font-style:italic;
	text-transform:none;
}
#footer .widget ul li p:before {
	display:none;
}
#bottom-footer.w-page-footer {
    margin-top: 0;
    padding-top: 40px;
	border-top: 1px solid rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.075);
}
#bottom-footer #footerlogo {
    font-weight: inherit;
}

.widget ul li > a.bump-view:first-of-type { /* Jetpack */
	display: initial;
}
.widget ul li > a.bump-view:first-of-type, /* Jetpack */
.widget ul li a.item-thumb {
	padding-right:0;
}
.widget ul li > a.bump-view:first-of-type:after, /* Jetpack */
.widget ul li a.item-thumb:after {
	content:'';
}


.widget ul li a,
.widget ul li a:after {
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
    	-ms-transition: all 0.5s ease;
    		transition: all 0.5s ease;
}
.widget ul li a:hover,
.widget ul li a:hover:after {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
    	-ms-transition: all 0.3s ease;
    		transition: all 0.3s ease;
}

.widget header .widgettitle {
	margin-bottom: 14px;
	padding-top: 25px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing:1px;
	color: rgba(50,160,210,1);
	text-transform: uppercase;
    border-top: 1px solid rgba(0,0,0,0.07);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.7);
}

.widget.widget_recent_entries .post-date {
	display:block;
	margin-top:2px;
	font-size:80%;
	font-style:italic;
	text-transform: none;
	color:rgba(0,0,0,0.5);
}

@media screen and (max-width: 767px) {
	.responsive_480 .single-post #thb-sidebar-main {
		margin-top: 0;
	}
	.responsive_480 .single-post .meta.author {
		margin-top:48px;
	}
}


/* GALLERY
-----------------------------------------------------------------------------------------------*/
.mfp-container {
    padding: 0 6%;
    text-align: center;
}
.mfp-bg {
    /*background: rgba(0,0,0,0.9);*/
    opacity: 0.9;
    filter: alpha(opacity=90);
}
button.mfp-close,
button.mfp-arrow {
	outline:none;
	box-shadow:none;
}