/*
Theme Name: liebig12
Theme URI: polynr.com
Author: kc
Author URI: polynr.com
Description: portfolio
Version: 1.0.0
Text Domain: liebig
Tags: minimal, portfolio


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## 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;
}

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

b,strong {
	font-weight:700;
}

dfn {
	font-style:italic;
}

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

small {
	font-size:80%;
}

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

sup {
	top:-.5em;
}

sub {
	bottom:-.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;
}


fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em;
}

legend {
	border:0;
	padding:0;
}

textarea {
	overflow:auto;
}

optgroup {
	font-weight:700;
}

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

td,th {
	padding:0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


body,button,input,select,textarea {
	color:#404040;
	font-family: 'Inconsolata', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height:1.35;
	letter-spacing: 0.01em;
}

h1,h2,h3,h4,h5,h6 {
	clear:both;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom:1.5em;
}

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

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:.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:.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 {
	box-sizing:inherit;
}

body {
	background:#EDECF1;
	background:#fff;
}


body, html {
    height: 100%;
}

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;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style:decimal;
}

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

dt {
	font-weight:700;
}

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
--------------------------------------------------------------*/
button,input[type="button"],input[type="reset"],input[type="submit"] {
	border: none;
	background: none;
	color:rgba(0,0,0,.8);
	font-size:12px;
	font-size:.75rem;
	line-height:1;
	padding:.6em 1em .4em;
}

button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
}

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


select {
	border:1px solid #ccc;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited, a:hover,a:focus,a:active{
	color:#000000;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    transition: all .3s ease;

}

a:hover{
	opacity: .5;
}


a:hover{}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation {
	clear:both;
	display:block;
	float:left;
	width:100%;
	min-height: 60px;
}

#site-navigation:after{
	clear: both;
	display: table;
	content: "";
}


#site-navigation ul {
	display:none;
	list-style:none;
	margin:0;
	padding: 0;
	text-align: right;
	padding-right: 1em;
	position: relative;
}

.navigation li {
	display: inline-block;
	position:relative;
	margin-left: .8em;
/* 	text-transform: uppercase; */
	letter-spacing: 0.08em;
	padding: 1em 0.5em 1em 0.5em;
	height: 60px;
	font-family: 'Inconsolata', sans-serif;
	font-weight: 400;
	font-size: 1.125em;
	line-height: 1.25em;

}

.navigation a {
	display:block;
	text-decoration:none;
	padding-top: 3px;
	border-bottom: 2px solid transparent;
}

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


.navigation li:hover > a,.navigation li.focus > a {
	border-color: #000;
	opacity: 1;
}

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


.navigation .current_page_item > a,
.navigation .current-menu-item > a,
.navigation .current_page_ancestor > a,
.navigation .current-menu-ancestor > a {
	border-color: #000;
}

/* Small menu. */

.menu-toggle{
	position: absolute !important;
	right: 0 !important;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 60px;
	height: 60px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	background-color: #fff;
	z-index: 9999;
}


.menu-toggle span {
	display: block;
	position: absolute;
	top: 30px;
	left: 18px;
	right: 18px;
	height: 3px;
	background: #000;
	transition: background 0s 0.3s;
}

.menu-toggle span::before,
.menu-toggle span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background: #000;
	content: "";
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.1s, 0s;
}

.menu-toggle span::before {
  top: -8px;
  transition-property: top, transform;
}

.menu-toggle span::after {
  bottom: -8px;
  transition-property: bottom, transform;
}


.toggled .menu-toggle span {
  background: none;
}

.toggled .menu-toggle span::before {
  top: 0;
  transform: rotate(45deg);
}

.toggled .menu-toggle span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.toggled .menu-toggle span::before,
.toggled .menu-toggle span::after {
  transition-delay: 0s, 0.3s;
}



#site-navigation.navigation.toggled ul{
	margin-left: 0;
	padding: 10em 0 0 0;
}

#site-navigation.navigation.toggled li {
	display: block;
	width: 100%;
	float: none;
	margin: 0 auto;
	text-align: center;
}

#site-navigation.navigation.toggled li a{
	display: inline-block;
}

.menu-toggle,
#site-navigation.navigation.toggled ul{
	display:block;
}

#site-navigation.navigation.toggled .bg{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	display: block;
}

#footer-navigation.navigation li{
	font-size: .8em;
	line-height: 2.5em;
	padding: 0;
	height: auto;
}

#footer-navigation.navigation li a{
	color: #9b9b9b;
	border-bottom: none;
}

#footer-navigation.navigation li a:hover{
	border-bottom: none;
}

#footer-navigation.navigation li.vimeo,
#footer-navigation.navigation li.fb{
	text-indent: -9999px;
}

#footer-navigation.navigation li.vimeo,
#footer-navigation.navigation li.fb{
	width: 2em;
}

#footer-navigation.navigation li.vimeo a{
	background: url(images/vimeo.svg) center center no-repeat;
	background-size: 57%;
}

#footer-navigation.navigation li.fb a{
	background: url(images/facebook.svg) center center no-repeat;
	background-size: 35%;
}

/*--------------------------------------------------------------
# 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:.875rem;
	font-weight:700;
	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, .entry-footer:before {
	content:"";
	display:table;
	table-layout:fixed;
}

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



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site{
	text-align: center;
	min-height: 100%;
	margin: 0 auto;
	width: 100%;
	position: relative;
	margin-bottom: -40px;
}


.site:after {
  content: "";
  display: block;
  height: 50px;
}

.site-header,
.site-content,
.site-footer{
	margin: 0 auto;
	width: 100%;
}

.site-header{
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	z-index: 9999;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
}

.home .site-header,
.home .site-footer,
.home .site-content article{
	display: none;
}

.site-header .branding{
	position: relative;
	margin: 0 auto;
}
.site-title{
	position: absolute;
	left: 0;
	top: .55em;
	font-family: 'Inconsolata', sans-serif;
	font-weight: 400;
	z-index: 99;
}

h1.site-title{
	padding: 0;
	margin: 0;
	left: 1em;
	letter-spacing: 0.02em;
	font-size: 1.75em;
}

.site-description{
	text-indent: -9999px;
}


.site-content{
	width: 100%;
	text-align: left;
	padding-top: 60px;
    padding-bottom: 2em;
}


.site-footer {
	height: 40px;
	width: 100%;
	box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	background-color: #fff;
 }


.site-info{
    padding: 0 1em;

}

.gifhead{
	background: url(images/liquid.gif) center center repeat;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}




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

.hentry {
	margin:0;
}

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

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

.single .entry-content {
	margin:.8em 0 0;
}

.page .entry-content {
	padding-bottom: 3em;
}


.entry-content a{
	border-bottom: 1px solid #000;
}


.entry-content p:first-child{
	margin-top: 0;
}


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


.single .entry-title{
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	line-height: 1.25em;
}

.wrapper{
/* 	padding: 0 1em; */
	margin: 0 auto;
}

 .wrapper{
	max-width: 50em;
}

.page-template-2col  .wrapper{
	max-width: 76em;
}

.page  .wrapper,
.single .site-main article{
	margin-top: 2em;
}

.single .site-main article{
	margin-top: .5em;
}

h1.past{
	max-width: 40em;
	margin: 0 auto;
	padding: 0 1em;
	font-size: 1.25em;
	margin-bottom: 1em;
}

h1.past span{
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.04em;
	border-bottom: 1px solid #000;
	display: inline-block;
	text-transform: uppercase;
}

.events.latest{
	background-color: #fff;
	text-align: center;
	margin-bottom: 2em;
}


.events.latest ul li a span{
	display: none;
}

.events.latest ul li:first-child a span{
	display: block;
}

.events ul li{
	padding: .5em 0;
	-webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    transition: all .3s ease;
}

.events.latest ul li{
	padding: .7em 0 .75em 0;
	line-height: 1.05em;
}

.events.latest ul li:first-child{
	padding: .8em 0 1em 0;
}


.events ul li:nth-child(2n){
	background-color: #cacaca;
	background-color: #ffffff;
}


.events ul li a {
	display: block;
	max-width: 40em;
	margin: 0 auto;
	padding: 0 1em;
}


.events.latest ul li{
	font-size: 1.8em;
	-webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.events.latest ul li {
	background-color: transparent;
}


.events ul li:hover{
	background-color: #1d1d1d;
	opacity: 1;
}

.events ul li:hover a{
	color: #fff;
	opacity: 1;
}

.entry-content h2{
	font-size: 1em;
	background-color: #000;
	color: #fff;
	padding: .3em .7em;
	display: inline-block;
}

.events.latest ul li span{
	display:block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .04em;
	text-transform: uppercase;
}


.entry-header img{
	display: block;
	margin: 0 auto;
}


.bg-img{
	position: fixed;
	width: 100%;
	height: 100vh;
	top:0;
	left: 0;
	z-index: -1;
}

.home .bg-img{
	background-size: 10%;
	background-repeat: repeat;
}

.page .site-main article{
	background-color: #fff;
	padding:  2em;
}

.single .site-main article{
	padding:  2em;
}

.page-template-2col .entry-header,
.page-template-2col .entry-content{
	float: left;
	width: 100%;
}

.page-template-2col .entry-header{
	text-align: right;
	float: right;
}

.page-template-2col .entry-content{
	padding-right: 3em;
}

.home .link-to{
	position: fixed;
	width: 100%;
	height: 100vh;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/

#slider{
	margin: 2em auto;
	z-index: 1;
	position: relative;
}

.slick-slider {
    margin: 0 auto;
    width: 100%;
    z-index: 1;
}

.slick-slider .slick-track {
    min-width:100%;
}

.slickslide img,
.slick-dots button img {
    width:100%;
    height:auto;
}

li.slick-slide img{
	position: relative;
    margin: 0 auto;
    text-align: center;
}

.slick-slider .slick-track {
    min-width:100%;
}


.slick-dots button {
    margin:0;
    height:auto;
    width:100%;
    padding:0;
}

.slick-dots button.tab {
	clear:both;
	display:block;
}

.slick-thumbs {
    position:absolute;
    left: -9999px;
}


.slick-arrow {
	position: absolute;
	top: 0;
	z-index: 9999;
	text-indent: -9999px;
	width: 2em;
	height: 4em;
	outline: none;
	background-color: #ffffff !important;
	top: 50%;
	margin-top: -2em;
}

.slick-arrow:hover{
	opacity: 1;
}

.slick-prev {
	left: -0.5em;
	background: url(images/arrow-prev.svg) center left no-repeat;
	padding: 0 !important;
	background-size: 40%;
}
.slick-next {
	right: -0.5em;
	background: url(images/arrow.svg) center right no-repeat;
	padding: 0 !important;
	background-size: 40%;

}



.slickslide li{
/* 	padding-bottom: 10px; */
	position: relative;
	display: inline-block;
	text-align: center;
}

p.slide_caption{
	font-size: .85em;
	letter-spacing: 0.05em;
	margin: 0 0 1.5em 0;
	text-align: center;
}


.slickslide .description{
	display: block;
}


.nav-links a{
	display: block;
	padding: .6em 0;
	text-align: center;
	border: none;
}

.nav-links a:hover{
	background:  #000;
	color: #fff;
	opacity: 1;
}

.nav-previous,
.nav-next{
	background:  #e8e8e8;
	margin: 3px 0;
}

.nav-previous a:before{
	content: "←";
	padding-left: 6px;
}

.nav-next a:after{
	content: "→";
	padding-left: 6px;
}




/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

embed,iframe,object {
	max-width:100%;
	text-indent: -9999px;
}


/*--------------------------------------------------------------
## 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:.8075em 0;
}

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



@media screen and (min-width: 37.5em){
	body {font-size: 16px;}
	.site-title{ top: .45em;}

	.events ul li{ font-size: 1.25em;}
	.events.latest ul li{ font-size: 3em;}

}


@media screen and (min-width: 53.5em) {
	.menu-toggle {display:none;}

	#site-navigation ul {
		display:block;
	}

	#site-navigation.navigation.toggled .bg{
		display: none;
	}
	#site-navigation.navigation.toggled li{
		float: right;

	}

	.page-template-2col .entry-header,
	.page-template-2col .entry-content{
		width: 50%;
	}

	.wrapper{
/* 		padding: 0 2em; */
	}

	.page  .wrapper,
	.single .site-main article{
		margin-top: 3em;
	}

	.single .entry-title{
		font-size: 2.5em;
	}
	.entry-content h2{
		font-size: 1.5em;
	}


}


@media screen and (min-width: 57.5em){
	.navigation li{ margin-left: .5em;}


}



