/*
Theme Name: Steve Lambert
Theme URI: http://demo.pukkathemes.com/ubergrid/
Author: Ben Lerchin
Author URI: http://benlerchin.com
Description: Based on: ÜBERGRID - Engaging & Responsive Wordpress Theme. Update notification available on <a href="https://www.facebook.com/PukkaThemes" target="_blank">Facebook</a>
Version: 1.0.0
License: Commercial
License URI: http://themeforest.net/licenses/regular
Tags: theme-options, post-formats, translation-ready, featured-images, photoblogging, black, gray, white, light, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-colors, custom-menu, featured-image-header, sticky-post, threaded-comments
Text Domain: pukka
template: ubergrid
*/

@import url('../ubergrid/style.css');
@import url('fonts.css');
@import url('styles/owl-carousel.css');

/******* TYPOGRAPHY *******/
body {
	color: #444;
	background-color: #ccc;
	overflow-x: hidden;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
h3, h4, h5, h6, .tagline, #main-menu {
	text-rendering: geometricPrecision;
}
body p {
	line-height: 18px;
}
::selection {
	background-color: rgb(239, 107, 33);
}
*::-moz-selection {
	background-color: rgb(239, 107, 33);
}
body h1 {
	font-family: 'oswaldbook', Verdana, sans-serif !important;
	text-transform: uppercase;
	margin: 3px 0px;
	font-weight: 100;
	letter-spacing: 4px;
	text-rendering: geometricPrecision;
}
body h3 {
	font-family: 'oswaldbook', Verdana, sans-serif !important;
	text-transform: uppercase;
	margin: 3px 0px;
	font-weight: 100;
	letter-spacing: 4px;
}
body h4 {
	font: 14px/18px 'Brandon Grotesque', Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
code {
	background-color: #E6E6E6;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 13px;
	line-height: 18px;
}
header.archive-header {
	padding: 0px;
	background: none;
}
.featured .slider {

	max-height: 464px;
	overflow: hidden;
}
h1.entry-title,
h1.archive-title{
	color: #333 !important;
	background-color: #fff;
	text-shadow: 2px 1px #999;
	/*
	background-color: rgb(239, 107, 33) !important;
	padding: 4px 10px 0px 10px;
	*/
	padding: 10px 20px;
}
.archive-title {
	font-size: 70px;
	letter-spacing: 2px;
	margin-top: 20px
}
#main-column h2 {
	margin: 20px 10px 20px 0;
	width: auto;
	color: #333 !important;
	background-color: #fff;
	text-shadow: 2px 1px #999;
	padding: 4px 10px 0px 10px;
}
body h2 {
	font-family: 'oswaldbook', Verdana, sans-serif;
	margin: 10px 0px 14px 0px;
	font-size: 38px;
	line-height: 60px;
	letter-spacing: 4px;
	font-weight: 700;
	width: 100%;
	margin-right: 15px;
	padding: 4px 10px 0px 0px;
	text-transform: uppercase;
}
#sidebar #main-menu ul li a,
#secondary-menu ul li a{
	font: 20px/28px 'oswaldbook', Verdana, sans-serif;
	color: #767676 !important;
	letter-spacing: 1px;
}
[class^="icon-"] a,
[class*=" icon-"] a {
	font-family: 'Helvetica', sans-serif;
}
/******* SIDEBAR *******/
#left-sidebar-wrap {
	width: 200px;
	margin-left: -250px;
	background-color: #fff;
}
#sidebar-top {
	height: 80px;
	width: 155px;
}
#sidebar #left-widgets li {
	list-style: none;
}
#sidebar #left-widgets .widget_search #s {
	width: 80px;
}
.widget_search #searchsubmit {
	background-color: rgb(239, 107, 33);
}
#secondary-menu {
	margin-top: 20px;
}

#sidebar-search #s{
	width: 100px;
}
/* don't do the theme's fixed position. Do it ourselves. */
#sidebar-wrap.fixed {
	position: inherit;
	top: inherit;
	left: inherit;
}
#sidebar-wrap.shrunk {
	position: fixed;
	top: 70px;
	left: auto;
}
#sidebar-wrap {
	top: 28px;
	width: 155px;
	background-color: white;
}

#sidebar-right .widget li {
	margin-bottom: 8px;
}
#sidebar-right .widget-title {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 2px;
	font-weight: 500;
}
#sidebar-right li a,
#sidebar-right li a:visited {
	font-family: 'oswaldbook', Arial, sans-serif;
	font-size: 14px/18px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
}
#sidebar-right .widget {
	margin-bottom: 0px;
	padding-bottom: 30px;
}
#sidebar-right .widget-area.masonry {
  margin-left: -5px;
  margin-right: -5px;
}
#sidebar-right .widget-area.masonry .widget {
  margin-left: 5px;
  margin-right: 5px;
}
/******* RIBBON *******/
#wrapper {
	padding-top: 50px;
	padding-left: 0px;
	margin: 0px auto;
}
#menu-strip {
	display: none !important;
}
#menu-open {
	margin-top: 0px;
	background-color: rgb(239, 107, 33);
	padding-bottom: 4px;
	z-index: 9999;
	display: none;
}
#ribbon {
	position: absolute;
	z-index: 99999 !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 74px;
	z-index: 100;
	overflow: hidden;
	background-color: #fff;
	border-top: 3px solid rgb(239, 107, 33);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
}
#ribbon-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px 10px;
}
#ribbon.shrunk {
	position: fixed;
	transform: scale-y(.9);
	-webkit-transform: scale-y(.9);
	-moz-transform: scale-y(.9);
	height: 50px;
}
#ribbon a.logo-link {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1001;
	height: 100%;
	width: 100%;
	margin-left: -210px;
	display: block;
}
#ribbon #lambert-logo {
	position: relative;
	margin-left: 0px;
	width: 500px;
	height: 100%;
	float: left;
}
#ribbon #lambert-logo object {
	position: absolute;
	top: 3px;
	left: 15px;
	width: auto;
	height: 100%;
	background-color: #fff;
	z-index: 1000;
	opacity: 0;
	display: none;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#ribbon.shrunk #lambert-logo object {
	top: 1px;
	left: 8px;
}
#ribbon #lambert-logo img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	z-index: 999;
}
#ribbon h1 {
	position: relative;
	text-indent: -5000px;
	/*background-image: url(images/header_animated.svg);
	background-repeat: no-repeat;
	background-size: contain;
	*/
	width: 480px;
	height: 100%;
	max-width: 80%;
	float: left;
	margin: 0 0 0 10px;
}
@media screen and (max-width: 701px){
	#menu-open {
		display: block;
	}
	#ribbon {
		height: 50px;
	}
	#ribbon #lambert-logo {
		margin-left: 35px;
		width: 80%;
	}
	#ribbon a.logo-link {
		margin-left: 40px;
	}
	#sidebar-wrap {
		top: 53px !important;
	}
}
@media screen and (min-width: 1500px) {
	#ribbon #lambert-logo {
		margin-left: -210px;
	}
}
#ribbon .tagline {
	display: block;
	float: left;
	font: 20px/46px 'oswaldbook', Arial, sans-serif;
	color: #444;
	letter-spacing: 1px;
	margin: 16px 3px 10px 0px;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	background-image: url('images/dot.svg');
	background-position: 0 100%;
	background-repeat: repeat-x;
	overflow-x: hidden;
}
#ribbon .tagline-period {
	display: block;
	position: relative;
	height: 62px;
	float: left;
	width: 10px;
}
#ribbon .tagline-period svg {
	position: absolute;
	bottom: 0;
}
#ribbon.shrunk .tagline,
#ribbon.shrunk .tagline-period {
	display: none;
}
/******* ABOUT STEVE ******************/
#about-steve {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	padding: 20px;
	margin-left: 0px;
	margin-right: 10px;
}
#about-steve p {
	margin-bottom: 14px;
}
#about-steve .about-img {
	width: 30%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#about-steve .about-img img {
	max-width: 100%;
	height: auto;
}
#about-steve .about-content {
	width: 66%;
	float: left;
}
@media screen and (max-width: 1300px) {
	#about-steve .about-content {
    display: inline;
    float: none;
		width: 100%;
	}
	#about-steve .about-img {
    display: inline;
	}
}
/******* FEATURED (gallery) ***********/
#front-top-gallery {
	width: 100%;
	padding-right: 100%;
	overflow: hidden;
}
#front-top-gallery ul {
	margin-right: 10px;
	position: relative;
}
#front-top-gallery img {
	height: auto;
	max-width: 100%;
}
#front-top-gallery ul li {
	width: 100%;
	float: left;
	position: relative;
	visibility: hidden;
}
#front-top-gallery ul li:first-child {
	visibility: visible;
}
#front-slider {
	position: relative;
	overflow: hidden;
}
#front-slider .flex-control-nav {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 999;
	text-align: center;
}
#featured-gallery ul li:first-child {
	visibility: visible;
}
#featured-gallery .featured-image {
	float: left;
	min-width: 600px;
}
/******* FEATURED (grid) ************/
#featured-work,
#recent-work {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -20px;
	width: auto;
	overflow: hidden;
}
#featured-work ul li,
#recent-work ul li {
	float: left;
	width: 250px;
	margin: 0 10px 20px 10px;
	background-color: #fff;
}
#featured-work ul li .img-wrap,
#recent-work ul li .img-wrap {
	height: 135px;
	overflow: hidden;
	border-bottom: 5px solid rgb(239, 107, 33);
}
#featured-work ul li img,
#recent-work ul li img {
	width: 100%;
	height: auto;
}
#featured-work ul li h4,
#recent-work ul li h4 {
	margin-top: 4px;
	padding: 10px;
	height: 58px;
	overflow: hidden;
}
/******* CONTENT (right column) *******/
#main-column,
#sidebar-right {
	position: relative;
}
#content {
	position: relative;
	margin-right: 20px;
}
.content-wrap {
	padding: 27px 0;
}
.entry-meta {
	margin: 20px;
}
.entry-content {
	margin: 20px;
}
.content-wrap .entry-content p {
	margin-bottom: 15px;
}
.content-wrap h1.page-title,
.content-wrap h3 {
	font-family: 'oswaldbook', Verdana, sans-serif;
	font-weight: bold;
}
.content-wrap h3 {
	font-size: 26px;
	letter-spacing: 2px;
}
.content-wrap h1.page-title {
	letter-spacing: 3px;
}
.content-wrap blockquote p {
	font-size: 18px;
	line-height: 24px;
}
.content-wrap blockquote {
	margin: 30px 80px 30px 0px;
	max-width: 400px;
	border-left: 6px solid #ccc;
	padding-left: 20px;
}
#related-posts {
	margin-left: -10px;
	margin-right: -10px;
}
#related-posts .brick {
	width: 47%;
}

/******* BRICK ************************/
#brick-wrap.masonry {
	margin-top: -10px;
  max-width: none !important;
}
.featured .stripe,
.brick-media .stripe,
.brick-medium .stripe,
.brick-small .stripe,
.brick-big .stripe {
	/*background-color: #EA7737 !important;*/
	min-height: 5px;
}
.brick-media {
	min-height: 18px;
}
.no-media .stripe {
	top: 0;
	bottom: auto;
}
.brick .brick-media .stripe {
	bottom: -15px;
}
.brick-media {
	min-height: 3px;
	overflow: visible;
	position: relative;
	height: auto !important;
}
.brick-media a {
	display: block;
	height: 100%;
	overflow: hidden;
}
.brick-small .brick-media a {
	height: auto !important;
	max-height: 145px !important;
}
.brick-media a img{
/*	max-height: 100%;*/
	max-width: none;
}
.brick-medium .brick-media a,
.brick-big .brick-media a {
	max-height: 290px;
}
.brick .brick-content {
	padding-top: 30px;
}
.stripe {
	font: 12px/18px 'Brandon Grotesque', Arial, sans-serif;
	letter-spacing: 2px;
	color: #fff;
	height: auto;
}
.stripe .date {
	padding: 6px 4px 2px 4px;
	text-transform: uppercase;
}

.brick-content {
}

.brick-content h3 {
/* if we leave theme's line-height:120% for h3, it really fucks up
 * when we override the style for h3 a. */
	line-height: 12px;
}
.brick-content h3 a {
	font: 14px/18px 'Brandon Grotesque', Arial, sans-serif;
	letter-spacing: 2px;
}
.brick-meta {
	display: none;
}

/******* BREAKPOINTS ********************/
@media screen and (max-width: 481px) {
	#featured-work ul li {
		margin-left: 10px;
		margin-right: 20px;
		width: auto;
		position: relative;
	}
	#featured-work ul li img{
		width: 400px;
	}
	#brick-wrap.masonry {
		margin-left: -10px;
		margin-right: 5px;
	}
  #sidebar-right .widget-area {
    width: 100%;
  }
  #sidebar-right .widget-area .widget {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
@media screen and (max-width: 701px) {
	#sidebar-wrap {
		position: fixed !important;
		top: 80px;
		left: 0px !important;
	}
	#check {
		top: 0px;
	}
}
@media screen and (min-width: 500px){
	#wrapper {
		width: 530px;
		padding-top: 50px;
	}
}
@media screen and (min-width: 700px){
	#wrapper {
		width: 530px;
		padding-top: 75px;
		margin-left: 220px;
	}
	#ribbon:hover #lambert-logo object {
		display: block;
		opacity: 1;
	}
}
@media screen and (min-width: 800px){
	#wrapper {
		width: 530px;
	}
}
@media screen and (min-width: 900px){
	#wrapper {
		margin-left: auto;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
	#wrapper {
		margin-left: 220px;
	}
}
@media screen and (min-width: 1000px){
	#wrapper {
		width: 800px;
	}
}
@media screen and (min-width: 1300px) and (max-width: 1500px){
	#wrapper {
		margin-left: 220px;
	}
}
@media screen and (max-width: 1300px){
	#sidebar-right {
		width: 90% !important;
	}
}
@media screen and (min-width: 1300px){
	#wrapper {
		width: 1070px;
	}
}
@media screen and (min-width: 1500px){
	#ribbon-wrap {
		width: 1070px;
		margin: 0px auto;
	}
}
