/*
Theme Name: Woody 1.0
Theme URI: http://woody.niteo.cz/
Author: Niteo
Author URI: http://niteo.cz/
Description: Modern One page portfolio
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: niteo
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

niteo Portfolio is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Main-Logo
	## menu navigation
# Header
# Aboutme
# Portfolio
# Instagram
# Contact
# Footer
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
	font-family:'felt_tip_woman';
	src:url("fonts/Felt Tip Woman.ttf");
	font-weight:normal;
	font-style:normal
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	-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;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1,
h2 {
	font-size: 2.5em;
	margin: 0.67em 0;
	font-weight: 300;
}

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;
	width: auto!important;
}

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-appearance: textfield;
	box-sizing: content-box;
}

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

article {
	margin: 0 50px;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 300;
}

p {
	font-weight: 400;
	margin-bottom: 1.5em;
    letter-spacing: .5px;
    line-height: 1.7em;
}


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: #fff; /* 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 {
  list-style: none;
  font-size: 0;
  display: inline-block;
  padding: 0;
}

ol li, ul li {
  font-size: 1rem;
}

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. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

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

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"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


/*--------------------------------------------------------------
## Main-Logo
--------------------------------------------------------------*/
#main-logo-container {
	margin-top: 50px;
	margin-bottom: 30px;
	display: inline-block;
}

#main-logo-container img {
	max-width: 400px;
}

#theme-logo-text {
	margin-bottom: 20px;
}

#theme-logo-text a {
	color: #fff;
	font-size: 2em;
}

#main-logo-container.scrolled {
	margin-top: 84px;
}


#theme-logo-text h1 {
	margin: 0;
}

.main-logo {
	text-align: center;
}

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

.site-branding {
	text-align: center;
	margin-top: 100px;
}

.site-description {
	font-size: 2.5em;
	line-height: 1.8em;
}


/*--------------------------------------------------------------
## menu navigation
--------------------------------------------------------------*/
#mobile-navigation {
	display: none;
}

#mobile-navigation nav {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background: white;
    z-index: 1000;
}

#desktop-navigation {
	position: absolute;
	top: 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    background: rgba(0,0,0,.2);
}

.menu-woody-primary-container {
	position: relative;
}

#desktop-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}


#desktop-navigation li {
	display: inline-block;
	position: relative;
	margin: 30px 20px;
	font-size: 1.3rem;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.main-navigation.header-navigation a {
	opacity: .6;
}


.main-navigation a:hover {
	opacity: 1;
}

#desktop-navigation-bottom {
	display: none;
	position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 1px;
	opacity: .5;
}

.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;
	background-color: #fff;
	height: auto;
}

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

.main-navigation ul ul a {
	width: auto;
}

#desktop-navigation ul ul li {
	margin: 3px 5px;
}

#desktop-navigation ul li ul {
	text-align: left;

}

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


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

#menu-trigger-container {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	border-radius: 3px;
	z-index: 1001;
	cursor: pointer;
	background: rgba(0,0,0,.4);
}

.menu-trigger {
	position: absolute;
	top: 9px;
	right: 7px;
	width: 22px;
	height: 18px;
	margin: auto;
	z-index: 101;
}

.menu-trigger .line {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.menu-trigger .line:nth-child(1) {
	top: 0;
}

.menu-trigger .line:nth-child(2) {
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-trigger .line:nth-child(3) {
	bottom: 0;
}

.menu-trigger.open .line:nth-child(1) {
	-ms-transform: translateY(8px) rotate(45deg);
	-webkit-transform: translateY(8px) rotate(45deg);
	-moz-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg) translateZ(1px);
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.menu-trigger.open .line:nth-child(2) {
	display: none;
}

.menu-trigger.open .line:nth-child(3) {
	-ms-transform: translateY(-8px) rotate(-45deg);
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-moz-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg) translateZ(1px);
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

#menu-label {
	line-height: 36px;
	right: 40px;
	position: absolute;
	color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#preloader {
    background-color: black;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 20000;
    opacity: 1;
    visibility: display;
	-webkit-transition: opacity 1.5s ease, visibility 2s;
	-o-transition: opacity 1.5s ease, visibility 2s;
	transition: opacity 1.5s ease, visibility 2s;
}

#preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.loader:before{
	content: "";
	position: absolute;
	top: 0px;
	left: -25px;
	height: 12px;
	width: 12px;
	border-radius: 12px;
	-webkit-animation: loader10g 3s ease-in-out infinite;
			animation: loader10g 3s ease-in-out infinite;
}

.loader{
	position: absolute;
	display: inline-block;
	width: 12px;
	height: 12px;
	top: 46%;
	left: 50%;
	border-radius: 12px;
	-webkit-animation: loader10m 3s ease-in-out infinite;
			animation: loader10m 3s ease-in-out infinite;
}


.loader:after{
	content: "";
	position: absolute;
	top: 0px;
	left: 25px;
	height: 10px;
	width: 10px;
	border-radius: 10px;
	-webkit-animation: loader10d 3s ease-in-out infinite;
			animation: loader10d 3s ease-in-out infinite;
}

@-webkit-keyframes loader10g{
	0%{background-color: rgba(255, 255, 255, .2);}
	25%{background-color: rgba(255, 255, 255, 1);}
	50%{background-color: rgba(255, 255, 255, .2);}
	75%{background-color: rgba(255, 255, 255, .2);}
	100%{background-color: rgba(255, 255, 255, .2);}
}
@keyframes loader10g{
	0%{background-color: rgba(255, 255, 255, .2);}
	25%{background-color: rgba(255, 255, 255, 1);}
	50%{background-color: rgba(255, 255, 255, .2);}
	75%{background-color: rgba(255, 255, 255, .2);}
	100%{background-color: rgba(255, 255, 255, .2);}
}

@-webkit-keyframes loader10m{
	0%{background-color: rgba(255, 255, 255, .2);}
	25%{background-color: rgba(255, 255, 255, .2);}
	50%{background-color: rgba(255, 255, 255, 1);}
	75%{background-color: rgba(255, 255, 255, .2);}
	100%{background-color: rgba(255, 255, 255, .2);}
}
@keyframes loader10m{
	0%{background-color: rgba(255, 255, 255, .2);}
	25%{background-color: rgba(255, 255, 255, .2);}
	50%{background-color: rgba(255, 255, 255, 1);}
	75%{background-color: rgba(255, 255, 255, .2);}
	100%{background-color: rgba(255, 255, 255, .2);}
}

@-webkit-keyframes loader10d{
	0%{background-color: rgba(255, 255, 255, .2);}
	25%{background-color: rgba(255, 255, 255, .2);}
	50%{background-color: rgba(255, 255, 255, .2);}
	75%{background-color: rgba(255, 255, 255, 1);}
	100%{background-color: rgba(255, 255, 255, .2);}
}
@keyframes loader10d{
	0%{background-color: rgba(255, 255, 255, .2);}
	25%{background-color: rgba(255, 255, 255, .2);}
	50%{background-color: rgba(255, 255, 255, .2);}
	75%{background-color: rgba(255, 255, 255, 1);}
	100%{background-color: rgba(255, 255, 255, .2);}
}

.site-header {
	position: relative;
    min-height: 100vh;
    color: #fff;
    overflow: hidden;
    background-color: #696969;
	z-index: 0;
}

#header-background {
	position: absolute;
	top: -15px;
	right: -15px;
	bottom: -15px;
	left: -15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -10;
}

#header-pattern {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-image: url('./img/pattern.png');
	background-color: transparent;
	background-position-x: left;
    background-position-y: top;
    background-repeat-x: repeat;
    background-repeat-y: repeat;
    z-index: -10;
    opacity: .3;
}

#mbYTP_feat-video {
	margin-left: 0!important;
}

#wrapper_mbYTP_feat-video {
	z-index: -11!important;
}

.site-header .scroll-down {
	position: absolute;
    bottom: -20px;
    margin-bottom: 0;
}

.scroll-down {
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    opacity: .5;
    left: 0;
    right: 0;
    bottom: 50px;
    padding-bottom: 100px;
    font-size: .7em;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.scroll-down:hover {
	opacity: .9;
}

.scroll-down p {
	margin-bottom: 0;
}

.scroll-down i {
	display: block;
	-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
	-moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
	animation:         ca3_fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-5px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-5px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-5px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}


section {
	position: relative;
}

/*--------------------------------------------------------------
# Aboutme
--------------------------------------------------------------*/
#about {
	text-align: center;
}

.about {
    max-width: 1100px;
    margin: 150px 10px 100px 10px;
}

.about-avatar {
	max-width: 50%;
    float: left;
}

.about-info {
	float: right;
	max-width: 45%;
    text-align: left;
    vertical-align: top;
}

.about-info.no-avatar {
	float: none;
	max-width: 100%;
}

#about-signature {
	font-family: 'felt_tip_woman';
	font-size: 2em;
	margin-top: 2em;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
#portfolio {
	padding-top: 100px;
}


#portfolio-header {
	text-align: center;
}

.no-filters {
	margin-bottom: 2em;
}

.portfolio-filters {
	display: block;
	text-align: center;
	margin-bottom: 70px;
}

.gal-header-center-right-links {
    display: inline-block;
    padding: 5px 30px;
    margin: 10px 30px;
    cursor: pointer;
    border-radius: 13px;
	-webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.gal-header-center-right-links.current {
	color: white;
}

.gal-header-center-right-links:hover {
	color: white;
}


#gallery-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 150px;
}

#gallery {
  margin: 0 7px 0 7px;
}


.portfolio-description {
  display: none;
}

figure.hover-effect {
	background: #2e5d5a;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

figure.hover-effect figcaption {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
}

figure.hover-effect img {
	position: relative;
    display: block;
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.hover-effect:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.hover-effect h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 15px;
	margin: 0;
	font-size: 0em;
	font-weight: 700;
	word-spacing: -0.15em;
	-webkit-transition: font-size 0.35s;
	-o-transition: font-size 0.35s;
	transition: font-size 0.35s;
}

figure.hover-effect:hover h2 {
	font-size: 1.1em;
}

figure.hover-effect p {
	padding: 0 10px 0 0;
	width: 45%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
	font-size: .7em;
}

figure.hover-effect:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#sizer {
	width: 200px;
}

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
#instagram-header {
	text-align: center;
}

section#instagram {
	padding-top: 100px;
	padding-bottom: 100px;
}

#instagram-wrapper {
	padding-top: 1em;
	max-width: 1100px;
    margin: 0 auto;
}

section#instagram ul {
	display: block;
	margin: 0 7px;
}

#instagram li {
	position: relative;
	display: inline-block;
    width: calc(16.666% - 9px);
    margin-right: 10px;
    margin-bottom: 10px;
	height: 100%;
	background-size: cover;
	background-position: center;
}

#instagram li:last-of-type {
	margin-right: 0;
}

.instagram-photo {
	display: block;
	text-align: center;
}

.instagram-photo::before {
	content: "";
    display: block;
    padding-top: 100%;
}

.instagram-button-wrapper {
	text-align: right;
	max-width: 1100px;
    margin: 0 auto;
    margin-top: 2em;
}

.instagram-hover-container {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #000000;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.instagram-photo:hover .instagram-hover-container {
	opacity: .3;
}

.instagram-photo:hover i {
	opacity: 1;
	font-size: 3em;
}

.instagram-photo i {
    position: absolute;
    font-size: 0;
    color: #fff;
    opacity: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    top: 50%;
    -webkit-transition: opacity .3s ease, font-size .3s ease;
    -o-transition: opacity .3s ease, font-size .3s ease;
    transition: opacity .3s ease, font-size .3s ease;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.button {
    display: inline-block;
    height: 3em;
    line-height: 3em;
    width: 150px;
    border-radius: 50px;
    margin: 1em;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    text-align: center;
    text-decoration: none;
}

.button:hover {
	color: #fff;
}

.about-social {
	margin-bottom: 100px;
}

.about-social li {
	display: inline-block;
    height: 4em;
    width: 4em;
    border-radius: 50%;
    margin: 1em;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.about-social li a {
	display: block;
	height: 4em;
	width: 4em;
	line-height: 4em;
}

.about-social i {
	vertical-align: middle;
}


.about-social li:hover i {
	color: #fff;
}

section#contact {
	padding-top: 100px;
	text-align: center;
}

#contact>p {
    font-size: 1.1em;
    margin-bottom: 0;
    padding-top: 1em;
}

#contact>span {
	font-size: 1.5em;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	position: relative;
}

#copyright {
	bottom: 10px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

#copyright span {
	font-size: .8em;
}


#map-canvas {
	height: 500px;
}


#back-to-top {
    position: absolute;
    right: 50px;
    top: 42px;
	font-size: .8em;
    text-decoration: none;
}



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

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


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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

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

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


/************* MEDIA QUERIES **************/
/******************************************/

/*HOVER EFFECTS FOR DESKTOPS*/
@media only screen and (min-device-width : 1224px) {


}

@media only screen and (max-width : 1600px) {

	#main-logo-container img {
	    max-width: 300px;
	}

	.site-description {
	    font-size: 2.0em;
	}
}

@media only screen and (max-height : 768px) {
	.site-header .scroll-down {display:none;}

}

@media only screen and (max-width : 1366px) {

}



@media only screen and (max-width : 1200px) {


}

@media only screen and (max-width : 1024px) {
	.about {
		margin: 150px 50px 100px 50px;
	}
	.about-avatar,
	.about-info {
		float: none;
		max-width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width : 900px) {

}


@media only screen and (max-width : 768px) {

}

@media only screen and (max-width : 730px) {
	#instagram li {width: calc(33.333% - 7px);}
	#instagram li:nth-of-type(3) {margin-right: 0;}
}

/*IPHONE 6 Landscape*/
@media only screen and (max-width : 680px) {
	#desktop-navigation {display: none;}
	#mobile-navigation {display: block;}
	.main-navigation {height: auto; line-height: 1.5em;}
	.main-navigation ul {display: none;}
	.main-navigation li {display: block;margin:0;}
	#main-logo-container, #main-logo-container.scrolled {margin-top: 60px;}
	ul.menu {margin: 0;width: 100%;text-align: center;margin-top: 50px;margin-bottom: 30px;}
	ul.menu li {margin: 1em 0;font-size: 1.3rem;}
	ul.menu a {text-decoration: none;}
}

@media only screen and (max-width : 600px) {

}

@media only screen and (max-width : 560px) {

}

@media only screen and (max-width : 480px) {
	html {font-size: 13px;}
	.site-branding {
		margin-top: 50px;
	}
	#main-logo-container img {
    	max-width: 250px;
	}
	.site-description {
	    font-size: 1.5em;
	    padding: 0 30px;
	}
	.about {
	    margin: 50px;
	}

	section#portfolio,
	section#contact {
		padding-top: 50px;
	}

	section#instagram {padding: 50px 0;}

	#gallery-wrapper {
		padding-bottom: 50px;
	}
	.gal-header-center-right-links {
		margin: 10px 10px 20px;
	}
	#map-canvas {
	    height: 250px;
	    margin-top: 0;
	}

	.scroll-down {display: none;}
	#back-to-top {
	    position: relative;
	    right: 0;
	    display: block;
	    text-align: center;
	    top: 0;
	    padding-bottom: 3em;
	    font-size: 1em;
	}
}

@media only screen and (max-width : 420px) {

}

@media only screen and (max-width : 360px) {
  
}

@media only screen and (max-width : 320px) {

}