/*
Theme Name: _mpphotography
Theme URI: http://baasinteractive.nl
Author: Baas interactive
Author URI: http://www.baasinteractive.nl
Description: Marc Peter Photography theme
Version: 1.0.0
Text Domain: _mpphotography

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
	text-decoration:none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 60px;
    margin-bottom: 10px;
    margin-top: 20px;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.table-striped {color:#cccccc}
.table-striped td, .table-striped th {padding:3px;}
.table-striped thead, .table-striped tr { border-bottom:1px solid #444}
.table-striped th { text-align:left;}
.size-table {text-align:right!important;}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	font-size: 16px;
	font-size: 1rem;
	}
body,
select,
textarea {
	color: #fff;
	font-family: Open sans;
	line-height: 1.5;
	font-size: 16px;	
}

button,
input {
	color:#222224;}

h1, .h1,
h2, .h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-family: 'Tungsten';
	text-transform:uppercase;
	font-weight:600;
}

.archive h2, .single h1 {margin-bottom:-5px;}

.more-link {
	font-weight: bold;
}
.nf-field-label {
	font-family: 'Tungsten';
	text-transform:uppercase;
	font-weight:400;
	font-size:32px;}

.h2, h2, .h1 {
    font-size: 60px;
}
.entry-content	.h2, .entry-content	h2 {font-size:32px;}


@media screen and (max-width: 767px) {
	.h2, h2, h1, .h1 {font-size:48px;}
}


.entry-content p {color:#ccc}
p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background:#000;/* #171719;Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 12px;
}
.nf-form-title {display:none}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #fff;
	transition:color 0.2s ease 0s;
}

a:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color: #037c87;
	text-decoration:none;
}

a:focus {
	outline: none;
	text-decoration:none;
}

a:hover,
a:active {
	outline: 0;
	text-decoration:none;
}

.edit-link {display:block; background-color:#F00!important; color:#fff!important; position: fixed; left:0; bottom:80px; padding:8px 15px;    font-family: 'Tungsten';
	text-transform:uppercase;
	font-weight:600;
	font-size:24px;
   }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


#primary {padding-top:100px; }

#content {min-height:calc(100vh - 48px);}


/*--------------------------------------------------------------
## Masonry
--------------------------------------------------------------*/

.gallery-item { background-color:#000!important}

.gallery-item img  { transition: all .2s ease-in-out; overflow:hidden; }
.gallery-item:hover img {   transform: scale(1.05); }

.page-template-page-work .gallery {width:100%!important; margin-left:0; margin-right:0;}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	position:relative;
	clear:both;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	overflow:hidden;
	position:relative
}

.gallery-icon a:hover {cursor:url(img/plus.svg), auto; }

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.archive .gallery, .single .gallery  {
	margin:0 auto;
	max-width:1430px; /*+30px for 3collumn grid*/
}



 .gallery-columns-2 .gallery-item ,  .gallery-columns-2 .gallery-item,
 .gallery-columns-3 .gallery-item,  .gallery-columns-3 .gallery-item,
 .gallery-columns-4 .gallery-item,  .gallery-columns-4 .gallery-item,
 .gallery-columns-5 .gallery-item,  .gallery-columns-5 .gallery-item,
 .gallery-columns-6 .gallery-item,  .gallery-columns-6 .gallery-item {
 border:15px solid #000; border-bottom:none!important; border-top:none!important
}
.gallery { padding:0 15px;}

@media (max-width:480px) {
 .gallery-columns-2 .gallery-item ,  .gallery-columns-2 .gallery-item,
 .gallery-columns-3 .gallery-item,  .gallery-columns-3 .gallery-item,
 .gallery-columns-4 .gallery-item,  .gallery-columns-4 .gallery-item,
 .gallery-columns-5 .gallery-item,  .gallery-columns-5 .gallery-item,
 .gallery-columns-6 .gallery-item,  .gallery-columns-6 .gallery-item {
 max-width:50%!important;
 border:5px solid #000; border-bottom:none!important; border-top:none!important
}

figure {margin: 5px 0;}
.gallery { padding:0 5px;}

}


@media (max-width:768px) {
 .gallery-columns-2 .gallery-item ,  .gallery-columns-2 .gallery-item,
 .gallery-columns-3 .gallery-item,  .gallery-columns-3 .gallery-item,
 .gallery-columns-4 .gallery-item,  .gallery-columns-4 .gallery-item,
 .gallery-columns-5 .gallery-item,  .gallery-columns-5 .gallery-item,
 .gallery-columns-6 .gallery-item,  .gallery-columns-6 .gallery-item {
 max-width:50%!important;
 border:7px solid #000; border-bottom:none!important; border-top:none!important
}

figure {margin:7px 0;}
.gallery { padding:0 7px;}

.gallery-caption {display:none}
}

@media  (min-width : 769px) and (max-width : 1024px) {
 .gallery-columns-2 .gallery-item ,  .gallery-columns-2 .gallery-item,
 .gallery-columns-3 .gallery-item,  .gallery-columns-3 .gallery-item,
 .gallery-columns-4 .gallery-item,  .gallery-columns-4 .gallery-item,
 .gallery-columns-5 .gallery-item,  .gallery-columns-5 .gallery-item,
 .gallery-columns-6 .gallery-item,  .gallery-columns-6 .gallery-item {
 max-width:33.33%!important;
  border:7px solid #000; border-bottom:none!important; border-top:none!important
}

figure {margin:7px 0;}
.gallery { padding:0 7px;}

}


@media  (min-width : 1024px) and (max-width : 1600px) {
 .gallery-columns-2 .gallery-item ,  .gallery-columns-2 .gallery-item,
 .gallery-columns-3 .gallery-item,  .gallery-columns-3 .gallery-item,
 .gallery-columns-4 .gallery-item,  .gallery-columns-4 .gallery-item,
 .gallery-columns-5 .gallery-item,  .gallery-columns-5 .gallery-item,
 .gallery-columns-6 .gallery-item,  .gallery-columns-6 .gallery-item {
 max-width:25%!important;
  border:10px solid #000; border-bottom:none!important; border-top:none!important
}

figure {margin:10px 0;}
.gallery { padding:0 10px;}

}






/*--------------------------------------------------------------
## Gallery captions
--------------------------------------------------------------*/

@-webkit-keyframes fadeOut
{
    from
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut
{
    from
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}

@keyframes fadeOut
{
    from
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn
{
    from
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn
{
    from
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}

@keyframes fadeIn
{
    from
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}

.gallery-caption
{
    font-size: 12px;
    line-height: 1.5;
    line-height: 125% !important;

    position: absolute;
    bottom: 0;
    left: 0;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-height: 50%;
    padding: 6px 8px !important;

    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
}

.gallery-item .gallery-caption
{
    -webkit-animation: fadeOut ease-in-out 1; /* call our keyframe named fadeIn, use animattion ease-in-out and repeat it only 1 time */
       -moz-animation: fadeOut ease-in-out 1;
            animation: fadeOut ease-in-out 1;
    -webkit-animation-duration: .3s;
       -moz-animation-duration: .3s;
            animation-duration: .3s;

    -webkit-animation-fill-mode: both; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
       -moz-animation-fill-mode: both;
            animation-fill-mode: both;
}

.gallery-item:hover .gallery-caption
{
    -webkit-animation: fadeIn ease-in-out 1; /* call our keyframe named fadeIn, use animattion ease-in-out and repeat it only 1 time */
       -moz-animation: fadeIn ease-in-out 1;
            animation: fadeIn ease-in-out 1;
    -webkit-animation-duration: .3s;
       -moz-animation-duration: .3s;
            animation-duration: .3s;

    opacity: 0; /* make things invisible upon start */

    -webkit-animation-fill-mode: both; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
       -moz-animation-fill-mode: both;
            animation-fill-mode: both;
}

/*--------------------------------------------------------------
## Branding
--------------------------------------------------------------*/

.navbar-brand {position:absolute; z-index:9; text-indent:-999999px; width:200px; height:58px; background:url(img/logo.svg); top:20px; left:20px; background-size:contain}

@media (max-width:767px) {
.navbar-brand {left:15px}
}
/*--------------------------------------------------------------
## Menu Hamburger
--------------------------------------------------------------*/
#trigger-overlay { position:absolute; top:10px; right:13px; z-index:9999;}

button:focus {outline:0;}

.hamburger {
  padding: 20px 20px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 46px;
  height: 35px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 46px;
    height: 3px;
    background-color: #FFF;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -13px; }
  .hamburger-inner::after {
    bottom: -13px; }
	
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*--------------------------------------------------------------
## menu overlay
--------------------------------------------------------------*/

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(22,22,24,1);
	z-index:99;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/*.overlay.open 	{cursor:url(img/close-x.svg), auto;  }*/


/* Menu style */
.overlay nav {
	font-size: 72px;
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height:1.3;
}

@media (max-width:768px) {
		.overlay nav {
			font-size: 34px;
		}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
		.overlay nav {
			font-size: 40px;
		}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
		.overlay nav {
			font-size: 48px;
		}
}

@media (min-width:1024px) and (max-width:1440px)  {
		.overlay nav {
			font-size: 52px;
		}
}



.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 6);
	min-height: 54px;
}

.overlay ul li .icon {
	overflow: visible;
	fill:#fff!important;
	}

.overlay ul li a {
	font-weight: 300;
	display: inline;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
    font-family: 'Tungsten';
	text-transform:uppercase;
	font-weight:600;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #037c87!important;
	text-decoration:none;
}

.overlay ul li.social-menu a:hover,
.overlay ul li.social-menu a:focus {
	color: #037c87!important;
}

#icon-500px { background:url(img/500px.svg); width:50px; height:50px; display:inline-block;}
#icon-flickr { background:url(img/flickr.svg); width:50px; height:50px; display:inline-block;}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}


.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(45deg);
	transform: translateY(-25%) rotateX(45deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.closenow nav ul {
	-webkit-transform: translateY(25%) rotateX(-45deg);
	transform: translateY(25%) rotateX(-45deg);
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

#menu-colophon {
	font-family: 'Tungsten';
	text-transform:uppercase;
	font-weight:600;
	color:#FFF!important;
	font-size:18px;
 }


/*--------------------------------------------------------------
## work submenu
--------------------------------------------------------------*/
#portfolio-menu {
	font-family: 'Tungsten';
	text-transform:uppercase;
	font-weight:600;
	font-size:24px;	
	}
	
@media screen and (min-width: 767px) {	
#portfolio-menu ul {list-style:none;padding:0; margin:0;}
#portfolio-menu ul li { position:relative; display:block; float:left; margin-left:17px;}
}

#portfolio-menu ul li a {color:#444!important; transition:color 0.2s ease 0s; letter-spacing:0.02em;}
#portfolio-menu ul li a:hover {color:#fff!important;}
#portfolio-menu ul  li.current-menu-item a {	color:#FFF!important;	}

@media screen and (max-width: 767px) {
#portfolio-menu {
	display:block; 
}

#portfolio-menu ul li {display:inline;}
#portfolio-menu { overflow-x: scroll; white-space: nowrap; margin-top:-10px; position:relative; width:100%;}
#portfolio-menu ul li.page_item_has_children.current_page_item, #portfolio-menu ul li.page_item_has_children.current_page_parent, #portfolio-menu ul li.page_item_has_children.current_page_ancestor {display:block!important;}
#portfolio-menu ul li ul li a{line-height:0;}
#portfolio-menu ul  {list-style:none;padding:0; margin:0; display:inline-block;  min-width:100%;  line-height:50px;   padding-left:15px; padding-right:180px; }
#portfolio-menu ul li { padding-right:10px; margin:0;height:50px; }


#portfolio-menu-grad {
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(90%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%);
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%);
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%);
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000 ', endColorstr='#000000',GradientType=1 );
    content: " ";
    width: 120px;
    position: absolute;
	z-index: 1;
	height:32px;
	right:0px;
	margin-top:-40px;
	}
 }



.archive #portfolio-menu {	
	margin:0 auto;
	max-width:940px;
	padding: 0 -20px;
    width: 100%;
}
hr.submenu{
max-width:910px;
height:1px;
background:none!important;
display:block;
clear:both;
padding:0 15px 25px 15px;
}

#portfolio-menu ul li.first-subtitle a{
color:#FFF!important;
cursor: default!important

}

/*--------------------------------------------------------------
## Social share news
--------------------------------------------------------------*/
.social {
	margin:0 auto;
	height: 80px;
	max-width:910px;
	
}
#social-click {
	display: block;
	float: left;
	width: 70px;
	height: 40px;
	background: #000;
	color: #FFF;
	line-height: 40px;
	text-align: center;
    font-family: 'Tungsten';
	text-transform:uppercase;
	font-weight:600;
	font-size: 18px;
	position: relative;
	border:1px solid #444;
}
.social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social ul li {
	font-size: 18px;
	text-align: center;
	margin-left: 2px;
/*	position: absolute;
	
*/}
.social ul li a.fa-facebook {
	background: #000;
	border:1px solid #444;
	border-left:none;

	display: block;
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	color: #FFF;
	line-height: 40px;

}

.social ul li a.fa-facebook:hover {
	background: #3b5998;
}


.social ul li a.fa-twitter {
	background: #000;
	border:1px solid #444;
	border-left:none;

	display: block;
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	color: #FFF;
	line-height: 40px;
}
.social ul li a.fa-twitter:hover {
	background: #55acee;	
}

.social ul li a.fa-google-plus {
	background: #000;
	border:1px solid #444;
	border-left:none;

	display: block;
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	color: #FFF;
	line-height: 40px;
}
.social ul li a.fa-google-plus:hover {
	background: #DC4E41;
}


.social ul li a.fa-whatsapp {
	background: #000!important;
	border:1px solid #444;
	border-left:none;

	position: relative!important;
	float: left!important;
	width: 40px!important;
	height: 40px!important;
	color: #FFF!important;
	line-height: 40px!important;
}

.social ul li a.fa-whatsapp:hover {
	background: #4dc247!important;
}

#social-list.active .fa-facebook {
	margin-left: 70px;
	z-index: 99!important
}
#social-list.active .fa-twitter {
	margin-left: 110px;
	z-index: 99!important
}
#social-list.active .fa-google-plus {
	margin-left: 150px;
	z-index: 99!important
}
#social-list.active .fa-whatsapp {
	margin-left: 190px!important;
	z-index: 99!important
}
/* Transitions */
.social .fa-facebook, .social .fa-twitter, .social .fa-google-plus, .social .fa-whatsapp {
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.whatsapp {
	display: inline-block !important;
	position: relative;
	cursor: pointer;
	text-transform: none;
}
.whatsapp:hover {
	text-decoration: none;
	color: #FFF;
}



/*--------------------------------------------------------------
#   Pagination
--------------------------------------------------------------*/
nav .pagination {
    font-family: 'Tungsten';
	text-transform:uppercase;
	font-weight:600;
	font-size: 18px;
	margin:0 auto;
	max-width:940px;
	display:block;
	padding:0 15px;

}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #444;
	border-color: #444;
	color: #ffffff;
	cursor: default;
	z-index: 2;
}
.pagination > li > a, .pagination > li > span {
	border: 1px solid #444;
	color: #444;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	background-color: #444;
	border-color: #444;
	color: #fff;
}
.pagination > li > a, .pagination > li > span { background-color:#000;}

/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/

@font-face {
	font-family: 'Tungsten Book';
	src: url('fonts/Tungsten-Book.eot');
	src: url('fonts/Tungsten-Book.eot?#iefix') format('embedded-opentype'),
		url('fonts/Tungsten-Book.woff2') format('woff2'),
		url('fonts/Tungsten-Book.woff') format('woff'),
		url('fonts/Tungsten-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Tungsten';
	src: url('fonts/Tungsten-Light.eot');
	src: url('fonts/Tungsten-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Tungsten-Light.woff2') format('woff2'),
		url('fonts/Tungsten-Light.woff') format('woff'),
		url('fonts/Tungsten-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Tungsten';
	src: url('fonts/Tungsten-Medium.eot');
	src: url('fonts/Tungsten-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Tungsten-Medium.woff2') format('woff2'),
		url('fonts/Tungsten-Medium.woff') format('woff'),
		url('fonts/Tungsten-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Tungsten';
	src: url('fonts/Tungsten-Black.eot');
	src: url('fonts/Tungsten-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/Tungsten-Black.woff2') format('woff2'),
		url('fonts/Tungsten-Black.woff') format('woff'),
		url('fonts/Tungsten-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Tungsten';
	src: url('fonts/Tungsten-Bold.eot');
	src: url('fonts/Tungsten-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Tungsten-Bold.woff2') format('woff2'),
		url('fonts/Tungsten-Bold.woff') format('woff'),
		url('fonts/Tungsten-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Tungsten Extra';
	src: url('fonts/Tungsten-ExtraLight.eot');
	src: url('fonts/Tungsten-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('fonts/Tungsten-ExtraLight.woff2') format('woff2'),
		url('fonts/Tungsten-ExtraLight.woff') format('woff'),
		url('fonts/Tungsten-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Tungsten';
	src: url('fonts/Tungsten-Semibold.eot');
	src: url('fonts/Tungsten-Semibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Tungsten-Semibold.woff2') format('woff2'),
		url('fonts/Tungsten-Semibold.woff') format('woff'),
		url('fonts/Tungsten-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Tungsten';
	src: url('fonts/Tungsten-Thin.eot');
	src: url('fonts/Tungsten-Thin.eot?#iefix') format('embedded-opentype'),
		url('fonts/Tungsten-Thin.woff2') format('woff2'),
		url('fonts/Tungsten-Thin.woff') format('woff'),
		url('fonts/Tungsten-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

/*--------------------------------------------------------------
## Home slider
--------------------------------------------------------------*/
#home-cover { height:100vh; width:100%; background-size:cover; background-position:center;}

.carousel-control .fa-chevron-right, .carousel-control .fa-chevron-left {position: absolute;top: 50%;}

.carousel-control {opacity:0.7; width:50%}
.carousel-control .fa-chevron-right {right:0; border-right: 0px ; }
.carousel-control .fa-chevron-left {left:0; border-left: 0px ;}
.carousel-control.right, .carousel-control.left {background-image:none}


.left.carousel-control, .right.carousel-control {
   background-image:none !important;
   filter:none !important;
   text-shadow:none!important;
	filter: progid:none !important;
}
.left.carousel-control:hover 	{cursor:url(img/arrow-left.svg), auto;  }
.right.carousel-control:hover	{cursor:url(img/arrow-right.svg), auto; }

.carousel-indicators li {border:6px solid #ffffff}
.carousel-indicators .active {background-color:#35a8af; border-color:#037c87 ; margin:1px}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-caption { bottom:0; top:120px; text-align:left!important; left:0; right:0}

/*--------------------------------------------------------------
## CTA 
--------------------------------------------------------------*/

[class^="cta-"] {
	position: relative;
	display: block;
	width: 100%;
	height: 65px;
	line-height:60px;
	max-width: 250px;
	text-transform: uppercase;
	overflow: hidden;
	border: 3px solid #fff;
	text-align:center;
	font-family: 'Tungsten';
	text-transform:uppercase;
	font-weight:400;
	font-size:28px;
}

.cta-home {
	color: #fff;
	position:absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	bottom:100px;
	z-index:33;
}
.cta-home span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #037c87;
	-webkit-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	-webkit-transition: width 0.6s, height 0.6s;
	transition: width 0.6s, height 0.6s;
	z-index: -1;
}
.cta-home:hover {
	color: #fff;
	border: 3px solid #037c87;
}
.cta-home:hover span {
	width: 562.5px;
	height: 562.5px;
}
.cta-home:active {
	background: #037c87;
}



/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.home #primary {padding-top:0px; padding-left:0px;}
.home #colophon {position:absolute;}

#colophon {position: relative; bottom:0; z-index:3; padding:0 20px 20px 20px;
width:100%;
    font-family: 'Tungsten';
	text-transform:uppercase;
	font-weight:400;
	color:#FFF!important;
	font-size:18px;
}
#colophon a {color:#FFF!important;}
#colophon a:hover {color:#037c87 !important}

.footer-right {right:20px; position:absolute;}
.footer-right .icon {float:right; }

#shareme { display:none; opacity:0; }
.footer-right button {
	background:none;
	color:#fff;
	border-color:transparent;
	font-size:inherit;
	padding:0; 
	float:right;
	display:block;
	/*margin-left:5px;*/
	}
.footer-right button:hover {
	background:#037c87; 
	border-radius: 0px 0px 3px 3px!important;
	-moz-border-radius: 0px 0px 3px 3px!important;
	-webkit-border-radius: 0px 0px 3px 3px!important; 
	opacity:1!important;
	cursor:pointer;
}

.footer-right button.active:hover {background:none!important}


.footer-right button:hover + #shareme {display:block!important; opacity:1!important}
.footer-right button.active:hover + #shareme {display:none!important; opacity:0!important}
    
#shareme {
	background: #037c87 none repeat scroll 0 0;
   	color: #ffffff;
    padding: 0 8px;
    position: absolute;
    right: -10px;
	height:27px;
	line-height:25px;
    top: -32px;
	width:auto;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
border-radius: 3px 0px 0px 3px;
-moz-border-radius: 3px 0px 0px 3px;
-webkit-border-radius: 3px 0px 0px 3px;
}

 #click-share.active .icon--ei-close {bottom:0;}
#click-share .icon--ei-share-google, #click-share.active .icon--ei-close {display:block; opacity:1; 	
-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
	-moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}

#click-share.active .icon--ei-share-google, #click-share .icon--ei-close {display:none; opacity:0;
 	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
	-moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}


.footer-social { position:fixed; right:-70px; z-index:99999999999999999999999;
}
.footer-social.active { right:0px; bottom:70px;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
	-moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}

.footer-social .social {width:60px;}
.footer-social .social ul li {margin-left:0}
.footer-social  .social ul li a.fa-facebook, .footer-social  .social ul li a.fa-twitter,.footer-social .social ul li a.fa-google-plus, .footer-social  .social ul li a.fa-whatsapp{
	width:60px!important;
	height:60px!important;
	line-height:60px!important;
	
	border:1px solid #444;
	border-bottom:none;
	border-right:none;
	}

 .footer-social  .social ul li a.fa-whatsapp {border-bottom:1px solid #444!important}
.meetyourcreator {margin-right:5px;}



@media screen and (max-width: 480px) {
.site-info {text-align:center;}
.footer-left {text-align:center;}
.meetyourcreator {display:none}
.modal-dialog {	 margin-top:150px;	 width:360px; 	}
	}

#whatsapp-share { width:100px; height:100px; background:#0C3; display:block}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/

.archive #content {padding-bottom:50px;}
.article-content { padding-top:15px}
.blog #primary p, .blog .entry-header, .blog .entry-footer,
.single #primary p, .single .entry-header, .single .entry-footer,
.archive #primary p, .archive .entry-header, .archive .entry-footer 
 {width:100%; max-width:940px; padding:0 15px; margin:0 auto; color:#ccc}

 .article-content h2, .article-content h3, .article-content h4 {width:100%; max-width:940px; padding:0 15px; margin:0 auto; }

.archive .entry-footer { border-bottom:1px solid #444; max-width:910px; padding:15px 0 ; margin-bottom:40px; }
@media (max-width:940px) {
	.archive .entry-footer {padding:15px}
	}

 
.blog #primary img,
.single #primary img,
.archive #primary img,.single #primary img  {margin:30px auto; display:block; max-width:1400px; width:100%; }

.archive #primary .gallery img,.single #primary .gallery img  {margin:0; display:block; max-width:1400px; width:100%; overflow:hidden}


/*
.blog #primary .gallery, .single #primary gallery, .archive #primary .gallery { max-width:1400px; width:100%;}*/

.single .entry-header {color:#fff}

.page-template-page-about #primary {
	width:100%; max-width:940px; padding:100px 15px 0 15px; margin:0 auto; 
	/*height:calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;*/
	padding-left:150px;
	position:relative;
}

.hero-bg {
	height:calc(100vh - 48px);
	width:100%;
	position:absolute;
	z-index:0;
	background: #000 url(img/about-headshot.jpg) no-repeat scroll left top / contain; 
	animation: fadeIn 1s;
    -webkit-animation-iteration-count: 1; /* Chrome, Safari, Opera */
    animation-iteration-count: 1;
-webkit-transition: background 500ms cubic-bezier(0.600, 0.040, 0.980, 0.335);
   -moz-transition: background 500ms cubic-bezier(0.600, 0.040, 0.980, 0.335);
     -o-transition: background 500ms cubic-bezier(0.600, 0.040, 0.980, 0.335);
        transition: background 500ms cubic-bezier(0.600, 0.040, 0.980, 0.335); /* easeInCirc */
}

@keyframes fadeIn
{  0% {  opacity:0.4; }
  100% { opacity:1;}
}

@media (max-width:768px) {
.page-template-page-about #primary {
height:100%;
margin-top:-250px;
display: block;
}
}

@media (max-width:1600px) {
.page-template-page-about #primary {
	padding-left:15px;
	padding-top:500px;
}
.hero-bg {
	background: #000 url(img/about-headshot.jpg) no-repeat scroll center top / contain; 
}
}

ul#social-about {margin:0  0 0 -15px!important; padding:0; }
ul#social-about .social-menu {margin:0!important; padding:0; list-style:none}
ul#social-about li.social-menu   {margin:0; padding:0;} 
ul#social-about li.social-menu .icon { color:#FFF!important; fill:#FFF!important}

.page-template-default  #primary{
	/*height:calc(100vh - 100px);*/
	width:100%; 
	max-width:940px; 
	margin:0 auto; 
	position:relative;
	
}

.page-template-page-contact  #primary{
	width:100%; 
	max-width:940px; 
	margin:0 auto; 
	position:relative;
	padding-left:15px;
	padding-right:15px;
/*	height:calc(100vh - 100px);
display: flex;
	align-items: center;
	justify-content: center;
*/}




.blog .entry-footer {border-bottom:1px solid #222224; padding-bottom:40px;}

.tags-links, .tags-links a, .posted-on, .posted-on a, .cat-links , .cat-links a, .byline, .byline a{
    font-family: 'Tungsten';
	text-transform:uppercase;
	font-weight:600;
	color:#444444 !important;
	font-size:20px;
	}
.tags-links { display:block; clear:both}

.blog #primary p ,.single #primary p {margin-bottom:15px}


#swipebox-bottom-bar,
#swipebox-top-bar {
	
	font-family: 'Tungsten'!important;
	font-weight:400;
	font-size:18px!important;
	background:#000!important;
	line-height:50px;
}
#swipebox-overlay {	background:#000!important;}

#swipebox-slider {padding:50px 0}
#swipebox-bottom-title {
	bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;}

.gallery-caption {
	background-color:rgba(22,22, 24, 1)!important;
	font-family: 'Tungsten'!important;
	text-transform:uppercase;
	font-weight:400;
	font-size:18px!important;
	}
	
	

/*homeloader*/
	.home #homeloader {
		background:#171719;
		height:100vh;
		width:100vw;
		position:absolute;
		margin:0;
		padding:0;
		text-align:center;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index:999999999999999999999999;
		}
		
		.home #homeloader.noshow {display:none!important}
		
		.home #homeloader svg * {
		fill-opacity: 0;
		transition: fill-opacity 0.4s;
		stroke:#fff;
		
		}
		
		.home #homeloader svg.finished * {
		fill-opacity: 1;
		}
		
		.home #homeloader .logo-paint {
		stroke-width: 1;
		stroke-miterlimit: 10;
		 max-width: 50%;
		}
		.home #homeloader .logo-paint.finished {
		stroke-width: 0;
		transition: all ease-out 1s;	
		}

		.home #homeloader #photographysub {display:none; 	stroke-width:0;	stroke-miterlimit: 0; }
		.home #homeloader .finished #photographysub {display:block; transition: all ease-out 1s;}
		
		.home #homeloader { transition: all ease-out 0.5s}
		.home #homeloader.closeloader {opacity:0; transition: all ease-out 0.5s}
		.home #homeloader.closeloaderclose {display:none}
		.home #homeloader.closeloader .logo-paint {width:1px; height:1px; transition: all ease-out 0.5s; }
	
	
	








.owl-item h4 {text-align:center;}
.owl-carousel::before {
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(90%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%);
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%);
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%);
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000 ', endColorstr='#000000',GradientType=1 );
    content: " ";
    width: 60px;
    position: absolute;
	z-index: 1;
	height:400px;
	right:0px;
	}

.owl-carousel::after {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+90&1+0,0+90 */
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    content: " ";
    width: 60px;
    position: absolute;
	z-index: 1;
	height:400px;
	left:0px;
	top:0;
	}

.owl-prev {background-position:left; left:-35px; position:absolute; top:140px;z-index: 9; opacity:0.4;}
.owl-next {background-position:right; right:-35px; position:absolute; top:140px;z-index: 9;opacity:0.4;}

.owl-next:hover,.owl-prev:hover {opacity:1}

/*--------------------------------------------------------------
## About carousel
--------------------------------------------------------------*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
 
.owl-carousel {
  display: none;
  width: 100%;
  max-width:940px;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


/*--------------------------------------------------------------
## About carousel theme
--------------------------------------------------------------*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    /*background: #D6D6D6;*/
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      /*background: #869791;*/
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }


media queries

.owl-carousel {
  max-width:100%;
}