/*
Theme Name: Xiliate
Theme URI: https://themes.floriangoeldi.ch/xiliate
Author: Florian Göldi
Author URI: https://floriangoeldi.ch
Description: Description
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: xiliate
Tags: responsive-layout

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
    ## Buttons
    ## Footer
    ## Comment Box
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
    ## Fullscreen Header
    ## Portfolio
    ## Parallax
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
    ## Lazyloading
--------------------------------------------------------------*/

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

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #777 !important;
    font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1, h2 {
    letter-spacing: 5px;
    text-align: center;
    font-weight: lighter !important;
    margin-top: 0px !important;
    color: #333;
}

h3 {
    margin-bottom: 15px;
    color: #333;
}

h4 {
    font-weight: lighter !important;
    margin: 0px 0 10px;
    color: #3498DB !important;
}

.parallax-container h1,
.parallax-container h2,
.parallax-container h3,
.parallax-container h4,
.dark-background h1,
.dark-background h2,
.dark-background h3,
.dark-background h4 {
    color: #FFF;   
}

p {
	margin-bottom: 1.5em;
    line-height: 2;
    font-size: 15px;
}

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-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;
    height: 100%;
}

*,
*: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. */
    height: 100%;
}

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

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

section, header {
    padding: 120px 0;
}

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

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

.margin-0 {
    margin: 0px;   
}
.margin-top-0 {
    margin-top: 0px;   
}
.margin-top-md-25 {
    margin-top: 0px;   
}
.margin-top-xs-25 {
    margin-top: 25px;   
}
.margin-top-15 {
    margin-top: 15px;   
}
.margin-top-25 {
    margin-top: 25px;   
}
.margin-top-40 {
    margin-top: 40px;   
}
.margin-top-50 {
    margin-top: 50px;   
}

.margin-bottom-40 {
    margin-bottom: 40px;   
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 768px) {
    .margin-top-md-25 {
        margin-top: 25px;   
    }
    
    .margin-top-xs-25 {
        margin-top: 0px;   
    }
}

.no-padding-all {
    padding: 0px !important;   
}

.dark-background {
    color: #FFF !important;
    background-color: #333;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.link-button, .link-button-full {
    color: white;
    border: 2px solid white;
    line-height: 15px;
    cursor: pointer;
    -webkit-transition: .3s all ease-in-out;
            transition: .3s all ease-in-out;
    display: inline-block;
    letter-spacing: 1px;
}
.link-button:hover,
.link-button:active,
.link-button:focus {
    text-decoration: none;
    color: #3498db;
    border-color: #3498db;
}
.link-button-full:hover,
.link-button-full:active,
.link-button-full:focus {
    text-decoration: none;
    color: #FFF !important;
    background-color: #3498DB !important;
}

.small-button {
    padding: 10px 20px;   
}
.large-button {
    padding: 15px 20px;   
}
.dark-border-btn {
    border-color: #333;
    color: #333;
}
.color-border-btn {
    border-color: #3498DB;
    color: #3498DB;
}
.gray-border-btn {
    border-color: #DDD;
    color: #DDD;
}
.color-border-btn:hover,
.color-border-btn:active,
.color-border-btn:focus {
    border-color: #333;
    color: #333;
}
.dark-background-btn {
    background-color: #333 !important;
    color: #FFF !important;
}
.color-background-btn {
    background-color: #3498DB !important;
    color: #FFF !important;
}
.gray-background-btn {
    background-color: #DDD !important;
    color: #FFF !important;
}
.color-background-btn:hover,
.color-background-btn:active,
.color-background-btn:focus {
    background-color: #333 !important;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
body > footer {
    background-color: #3498db;
    min-height: 75px;
    color: #FFF;
}
body > footer p {
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    margin: 12px 0;
}
body > footer a {
    color: #FFF;   
}
body > footer a:hover, footer a:focus, footer a:active {
    text-decoration: none;
    color: #333;
}
body > footer ul {
    margin: 0px !important;
    padding: 10px 0 0;
    list-style-type: none;
    text-align: center;
}
body > footer ul li {
    display: inline-block;
    font-size: 1em;
}
body > footer ul li a {
    width: 50px;
    padding: 10px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #FFF;
}
body > footer ul li a:hover, footer ul li a:active, footer ul li a:focus {
    color: #333;
}
body > footer ul li a i {
    line-height: 30px !important;   
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    body > footer ul {
        text-align: left;
    }
    
    body > footer p {
        text-align: right;
    }
}

/*--------------------------------------------------------------
## Comment Box
--------------------------------------------------------------*/
.comment-form input,
.comment-form textarea {
    border-color: #DDD;
    color: #DDD !important;
    -webkit-transition: .3s all ease-in-out;
            transition: .3s all ease-in-out;
}

.comment-form input:hover,
.comment-form textarea:hover,
.comment-form input:active,
.comment-form textarea:active,
.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #3498db;
}

.comment-form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #DDD;
}
.comment-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #DDD;
    opacity: 1;
    filter: alpha(opacity=100);
}
.comment-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #DDD;
    opacity: 1;
    filter: alpha(opacity=100);
}
.comment-form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #DDD;
}

/*--------------------------------------------------------------
## Quote
--------------------------------------------------------------*/
blockquote {
    border-left: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    font-style: italic;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #FFF;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
    letter-spacing: 1px;
}
blockquote footer {
    color: #FFF !important;
    margin-top: 15px;
    letter-spacing: 1px;
    background-color: transparent;
    padding: 0px;
    min-height: 0px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.contact-form form {
    margin-top: 35px;
    text-align: center;
}

.contact-form {
    text-align: right;
}

.form-alert .alert {
    margin-top: 25px !important;
    margin-bottom: -20px;
    text-align: left !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #FFF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #FFF;
   opacity: 1;
   filter: alpha(opacity=100);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #FFF;
   opacity: 1;
   filter: alpha(opacity=100);
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #FFF;
}

input, textarea {
    width: 100%;
    line-height: 30px;
    height: 40px;
    background: transparent;
    border: 2px solid #FFF;
    color: #FFF !important;
    font-family: "Open Sans", sans-serif !important;
    padding: 5px 3% !important;
    margin-bottom: 15px !important;
    border-radius: 0px;
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
    min-height: 150px;
    resize: vertical;
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    input, textarea {
        padding: 5px 1.5% !important;   
    }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a { 
    background-color: transparent !important;
    text-decoration: none;
    color: #3498db;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar {
    border: 0px !important;
}
.navbar ul {
    margin: 0;
}
.navbar-custom a {
    color: #FFF !important;
    padding: 25px 15px !important;
    -webkit-transition: .3s all ease-in-out;
            transition: .3s all ease-in-out;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
}
.navbar-collapse a {
     padding: 15px !important;
}
.navbar-static-bottom .navbar-nav > li > a:hover,
.navbar-static-bottom .navbar-nav > li > a:focus,
.navbar-static-bottom .navbar-nav > li > a:active,
.navbar-static-bottom .dropdown-menu > li > a:hover,
.navbar-static-bottom .dropdown-menu > li > a:focus, 
.navbar-static-bottom .dropdown-menu > li > a:active,
.navbar-static-bottom .active > a {
    background-color: #404040 !important;
}
.navbar-static-bottom .navbar-toggle,
.navbar-fixed-top .navbar-toggle {
    margin-top: 18px;
    border-radius: 0px;
    -webkit-transition: .3s all ease-in-out;
            transition: .3s all ease-in-out;
    margin-bottom: 0px;
}
.admin-bar .navbar-fixed-top {
    top: 32px;
}
.navbar-fixed-top .navbar-toggle {
    margin-top: 8px;
}
.navbar-static-bottom {
    margin-top: -72px;
    margin-bottom: 0px !important;
}
.navbar-static-bottom .navbar-header {
    height: 72px;
}
.navbar-static-bottom .navbar-collapse {
    background-color: #333;   
}

/* Small Devices, Tablets */
@media only screen and (min-width: 950px) {
    .navbar-static-bottom .navbar-collapse {
        background-color: transparent;
    }
    
    .navbar-static-bottom .navbar-nav > li > a:hover,
    .navbar-static-bottom .navbar-nav > li > a:focus,
    .navbar-static-bottom .navbar-nav > li > a:active,
    .navbar-static-bottom .active > a {
        color: #FFF !important;  
        background-color: transparent!important; 
    }
    
    .navbar-static-bottom .dropdown-menu > li > a:hover,
    .navbar-static-bottom .dropdown-menu > li > a:focus, 
    .navbar-static-bottom .dropdown-menu > li > a:active,
    .navbar-static-bottom .dropdown-menu > .active > a {
        color: #333 !important;
        background-color: #EEE !important;
    }
    
    .navbar-custom a {
        color: #7f8c8d !important;
        padding: 25px 15px !important;
    }
    
    .navbar-static-bottom .caret {
        border-top: 0px;
        border-bottom: 4px dashed;
    }
}

.navbar-static-bottom .icon-bar {
    background-color: #7f8c8d !important;
}
.navbar-fixed-top,
.navbar-fixed-top .dropdown-menu {
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    background-color: #3498db;
}
.navbar-fixed-top a {
    color: white !important;
    padding: 15px !important;
}
.navbar-fixed-top a:hover,
.navbar-fixed-top a:focus,
.navbar-fixed-top a:active,
.navbar-fixed-top .active > a {
    color: white !important;
    background-color: #2980b9 !important;
}
.navbar-fixed-top .icon-bar {
    background-color: #FFF !important;
}
.navbar-nav {
    margin-left: 15px;
}
.navbar-right {
    margin-right: 0px;
    margin-bottom: 0px;
}
.navbar-collapse {
    padding-right: 0px;
}
.navbar-margin {
    margin-top: 50px;   
}
.dropdown-menu {
    padding: 0px !important;
    min-width: 225px;
    border-radius: 0px !important;
}
.dropdown-menu a {
    padding-left: 5% !important;
}

.navbar-static-bottom .navbar-collapse {
    max-height: 340px;   
}

/* Navbar breakpoint override */
@media (max-width: 950px) {
    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display: block !important;
    }
    
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0px;
        background-color: transparent;
        border: 0px none;
        box-shadow: none;
    }
    
    .navbar-collapse.in {
        overflow-y: auto !important;
    }
    
    .navbar-static-bottom .navbar-collapse {
        padding-left: 0px;
    }
}

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

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

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

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
## Fullscreen Header
--------------------------------------------------------------*/
.fullscreen-header {
    color: white;
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 0px;
}
.fullscreen-header .video-container,
.fullscreen-header .image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}
.fullscreen-header .video-container video,
.fullscreen-header .image-container img {
    visibility: visible;
    position: absolute;
    top: -99999px;
    bottom: -99999px;
    left: -99999px;
    right: -99999px;
    margin: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
}
.fullscreen-header .container {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.fullscreen-header h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 15px;
    margin-bottom: 30px;
    padding-left: 15px;
    color: #FFF;
}
.fullscreen-header p {
    font-weight: lighter;
    margin-bottom: 50px;
    font-size: 16px;
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    .fullscreen-header h1 {
        font-size: 37px;
    }
    .fullscreen-header p {
        font-size: 17px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .fullscreen-header h1 {
        font-size: 48px;
    }
    .fullscreen-header p {
        font-size: 18px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .dropdown-menu a {
        padding-left: 15px !important;
    }
}

/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
.filters {
    list-style-type: none;
    margin: 35px 0 70px !important;
    padding: 0px !important;
}
.filters li {
    text-align: center;
    margin-top: 25px;
}
.filters a {
    color: #333 !important;
    text-decoration: none !important;
    cursor: pointer;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: .3s all ease-in-out;
            transition: .3s all ease-in-out;
    letter-spacing: 1px;
}
.filters .active-filter {
    color: #3498db !important;
}
.filter-container {
    margin-left: 0px !important;
}
.filter-container .item {
    width: 50%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.filter-container .item a {
    display: block;
    border: 0px;
    position: relative;
    padding-bottom: 100%;
}
.wide {
    width: 100%;
}
.filter-container .item a > img {
    top: 0px;
    left: 0px;
    width: 100%;
    display: block;
    position: absolute;
}
.filter-container .item a:before,
.item-desc,
.member-desc,
.team-member :before {
    -webkit-transition: .4s ease-in-out;
            transition: .4s ease-in-out;
}
.filter-container .item a:before,
.team-member :before {
    background: #fff;
}
.filter-container .item a:before,
.item-desc,
.member-desc,
.team-member :before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
}
.filter-container .item:hover a:before, .filter-container .item:focus a:before, .filter-container .item:active a:before,
.filter-container .item:hover .item-desc, .filter-container .item:focus .item-desc, .filter-container .item:active .item-desc,
.team-member:hover :before, .team-member:focus :before, .team-member:active :before {
    opacity: .8;
    filter: alpha(opacity=80);
}
.filter-container .item:hover .item-desc, .filter-container .item:focus .item-desc, .filter-container .item:active .item-desc,
.team-member:hover .member-desc, .team-member:focus .member-desc, .team-member:active .member-desc {
    opacity: 1;
    filter: alpha(opacity=100);
}
.item-desc {
    top: 20%;
}
.wide .item-desc {
    top: 30%;
}
.item-desc h3,
.member-desc h3 {
    font-size: 1em;
}
.item-desc h3,
.item-desc span,
.member-desc h3 {
    text-align: center;
    width: 100%;
    display: block;
    letter-spacing: 3px;
    color: #333;
}
.item-desc span {
    text-transform: uppercase;
    font-size: .75em;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    .item-desc {
        top: 27%;
    }
    .wide .item-desc {
        top: 37%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    .item-desc {
        top: 30%;
    }
    .wide .item-desc {
        top: 40%;
    }
    .item-desc h3 {
        margin-bottom: 20px;
        font-size: 1.5em;
    }
    .item-desc span {
        font-size: 14px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .filter-container .item {
        width: 33.3%;
    }
    .wide {
        width: 66.6%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .item-desc {
        top: 35%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .item-desc h3 {
        margin-bottom: 30px;
        font-size: 2.25em;
    }
    .item-desc span {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
## Parallax
--------------------------------------------------------------*/
.parallax-container {
    min-height: 200px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF !important;
}

/*--------------------------------------------------------------
## Introduction
--------------------------------------------------------------*/
.intro-header, .article-header {
    margin: 0px;
    font-weight: lighter;
    letter-spacing: 5px;
    text-align: left;
    color: #333;
}
.intro-subheader, .article-subheader {
    font-style: italic;
    font-size: 20px;
    line-height: 1.6;
}
.intro-header-seperator, .article-header-seperator {
    display: block;
    border-bottom: 2px solid #3498db;
    width: 50px;
    margin-bottom: 30px;
    margin-top: 20px;
}

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

.article-hero {
    width: 100%;
    max-height: 350px;
    height: auto;
    overflow: hidden;
}

.article-hero img {
    width: 100%; 
    height: auto;
}

.article-meta {
    margin: 20px 0 10px;
    color: #BBB;
    text-transform: uppercase;
    font-weight: lighter;
}
.article-meta a {
    color: #BBB !important;   
}

.article-header {
    letter-spacing: 1px;
}

.article-header a {
    color: #333;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    outline: 0;
}

.article-header a:hover,
.article-header a:active,
.article-header a:focus {
    text-decoration: none;
    color: #3498db;
}

.article-header-seperator {
    margin-bottom: 20px;   
}

.blog-article {
    margin-top: 75px;
}

.container .blog-article:first-child {
    margin-top: 0px;
}

.blog-sites {
    width: auto;
    height: auto;
    margin-top: 75px;
    padding: 0px;
    list-style-type: none;
}

.blog-sites a {
    color: #FFF;
    background-color: #333 !important;
    line-height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
            transition: .3s all ease-in-out;
    outline: 0;
}

.blog-sites-padding {
    line-height: 40px;
    width: 30px;
    text-align: center;
    vertical-align: text-top;
}

.blog-sites a:hover,
.blog-sites a:active,
.blog-sites a:focus {
    background-color: #3498db !important;
    text-decoration: none;
}

.blog-sites li {
    display: inline-block;
}

.article-content {
    margin-top: 25px;
}

.article-author-portrait {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 20px;
}

.article-author-details p {
    line-height: 1.7;
    font-size: 15px;
}

.article-date, .article-comments {
    display: inline-block;
    width: 100%;   
}

.article-comments ol {
    list-style-type: none;   
}

.article-comments > ol {
    padding: 0px;
    margin-left: 0px !important;
}

.article-comment-childs {
    padding-left: 0px;
}

.article-comment-date,
.comment-reply-link,
.comment-reply-link:hover {
    color: #DDD;
    margin-bottom: 10px;
}

.article-comment-portrait {
    text-align: left;
    margin-bottom: 20px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    .article-comment-portrait,
    .article-author-portrait {
        text-align: center;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    .article-date, .article-comments {
        width: auto;
    }
    
    .article-date:after {
        display: inline-block;
        content: "\2223";
        margin: 0 13px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .article-comment-childs {
        padding-left: 90px;
    }
    
    .article-comment-date {
        text-align: right;
    }
}

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

/*--------------------------------------------------------------
## Lazyloading
--------------------------------------------------------------*/
.lazyload {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}

.lazyloaded {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: -webkit-transform 0.7s;
	        transition: transform 0.7s;
}