/*
Theme Name: MetroFolio
Theme URI: http://themes.theultralinx.com/metrofolio/
Description: An awesome minimalistic tile based theme, perfect for showing off your creativeness.
Author: UltraLinx
Author URI: http://theultralinx.com
Version: 1.0
Tags: light, two-columns, fixed-width, custom-background, custom-colors, custom-menu, editor-style, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*------------------------------------*\
	STYLE.CSS
\*------------------------------------*/
/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video { display: inline-block; }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address styling not present in IE 8/9. */
[hidden] { display: none; }

/* ========================================================================== Base ========================================================================== */
/** 1. Prevent system color scheme's background color being used in Firefox, IE, and Opera. 2. Prevent system color scheme's text color being used in Firefox, IE, and Opera. 3. Set default font family to sans-serif. 4. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { background: #fff; /* 1 */ color: #000; /* 2 */ font-family: sans-serif; /* 3 */ -ms-text-size-adjust: 100%; /* 4 */ -webkit-text-size-adjust: 100%; /* 4 */ }

/** Remove default margin. */
body { margin: 0; }

/* ========================================================================== Links ========================================================================== */
/** Address `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Correct font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }

/** Improve readability of pre-formatted text in all browsers. */
pre { white-space: pre-wrap; }

/** Set consistent quote types. */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* ========================================================================== Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9. */
img { border: 0; }

/** Correct overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }

/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 8/9 and Safari 5. */
figure { margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height: normal; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/* ========================================================================== Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

/*------------------------------------*\
	$RESET
\*------------------------------------*/
/** A more considered reset; more of a restart... As per: csswizardry.com/2011/10/reset-restarted */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, table, th, td, caption, hr { margin: 0; padding: 0; }

abbr[title], dfn[title] { cursor: help; }

u, ins { text-decoration: none; }

ins { border-bottom: 1px solid; }

img { font-style: italic; }

label, input, textarea, button, select, option { cursor: pointer; }

.text-input:active, .text-input:focus, textarea:active, textarea:focus { cursor: text; outline: none; }

/*------------------------------------*\
	$CLEARFIX
\*------------------------------------*/
/** Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php */
.cf:after, .nav:after, .page-head:after, .site-nav:after, .site-nav__content:after, .page-content:after, .content-portfolio:after, .content-blog:after, .entry-content:after, .page-nav:after, .post-nav:after, .image-nav:after, .comment-nav:after, .gallery:after { content: ""; display: table; clear: both; }

/*------------------------------------*\
	$SHARED
\*------------------------------------*/
/** Where `margin-bottom` is concerned, this value will be the same as the base line-height. This allows us to keep a consistent vertical rhythm. As per: csswizardry.com/2012/06/single-direction-margin-declarations */
h1, h2, h3, h4, h5, h6, ul, ol, dl, blockquote, p, address, table, fieldset, figure, pre { margin-bottom: 20px; margin-bottom: 1.53846rem; }

/** `hr` elements only take up a few pixels, so we need to give them special treatment regarding vertical rhythm. */
hr { margin-bottom: 18px; margin-bottom: 1.38462rem; }

/** Where `margin-left` is concerned we want to try and indent certain elements by a consistent amount. Define that amount once, here. */
ul, ol, dd { margin-left: 40px; margin-left: 3.07692rem; }

/*------------------------------------*\
	$BASE
\*------------------------------------*/
/** Main styles */
html { font: 0.8125em/1.53846 "Helvetica Neue", sans-serif; overflow-y: scroll; min-height: 100%; }

/** Typographic scale */
h1, .h1 { font-size: 30px; font-size: 2.30769rem; line-height: 1.33333; }

h2, .h2, .entry-title { font-size: 26px; font-size: 2rem; line-height: 1.53846; padding-top:10px}

h3, .h3 { font-size: 23px; font-size: 1.76923rem; line-height: 1.53913; }

h4, .h4, .page-title { font-size: 20px; font-size: 1.53846rem; line-height: 1; }

h5, .h5, .comment .fn, .widget-title { font-size: 18px; font-size: 1.38462rem; line-height: 1.11111; }

h6, .h6, .excerpt-tile h2, .post-tile-overlay__title, .bypostauthor { font-size: 14px; font-size: 1.07692rem; line-height: 1.42857; }

.large { font-size: 36px; font-size: 2.76923rem; line-height: 1.11111; }

.small, .wp-caption .wp-caption-text, .gallery-caption, .comment .comment-meta, .comment .form-allowed-tags, .widget_calendar, .page-foot { font-size: 12px; font-size: 0.92308rem; line-height: 1.66667; }

.lead { font-size: 14.625px; font-size: 1.125rem; line-height: 1.36752; }

/** Quotes */
q { quotes: "\2018" "\2019" "\201C" "\201D"; }
q:before { content: "\2018"; }
q:after { content: "\2019"; }
q q:before { content: "\201C"; }
q q:after { content: "\201D"; }

blockquote { quotes: "\201C" "\201D"; }
blockquote p:before { content: "\201C"; }
blockquote p:after { content: ""; }
blockquote p:last-of-type:after { content: "\201D"; }
blockquote q:before { content: "\2018"; }
blockquote q:after { content: "\2019"; }
blockquote :last-of-type { margin-bottom: 0; }

/** Code */
pre { overflow: auto; }
pre mark { background: none; border-bottom: 1px solid; color: inherit; }

/** Images */
img { max-width: 100%; }

img[width], img[height] { max-width: none; }

figure > img { display: block; }

/** Lists */
li > ul, li > ol { margin-bottom: 0; }

/** Forms */
fieldset { padding: 20px; }

.label, label { display: block; }

/** Tables */
table { width: 100%; }

th, td { padding: 5px; text-align: left; }

[colspan] { text-align: center; }

[colspan="1"] { text-align: left; }

[rowspan] { vertical-align: middle; }

[rowspan="1"] { vertical-align: top; }

/*------------------------------------*\
	$NAV
\*------------------------------------*/
/** Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction When used on an `ol` or `ul`, this class throws the list into horizontal mode e.g.:  <ul class=nav> <li><a href=#>Home</a></li> <li><a href=#>About</a></li> <li><a href=#>Portfolio</a></li> <li><a href=#>Contact</a></li> </ul>  Demo: jsfiddle.net/inuitcss/Vnph4  */
.nav { list-style: none; margin-left: 0; }
.nav > li, .nav > li > a { display: inline-block; *display: inline; zoom: 1; }

/** `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:  <ul class="nav  nav--stacked"> <li><a href=#>Home</a></li> <li><a href=#>About</a></li> <li><a href=#>Portfolio</a></li> <li><a href=#>Contact</a></li> </ul>  */
.nav--stacked > li { display: list-item; }
.nav--stacked > li > a { display: block; }

/** `.nav--banner` extends `.nav` and centres the list, e.g.:  <ul class="nav  nav--banner"> <li><a href=#>Home</a></li> <li><a href=#>About</a></li> <li><a href=#>Portfolio</a></li> <li><a href=#>Contact</a></li> </ul>  */
.nav--banner { text-align: center; }

/** Give nav links a big, blocky hit area. Extends `.nav`, e.g.:  <ul class="nav  nav--block"> <li><a href=#>Home</a></li> <li><a href=#>About</a></li> <li><a href=#>Portfolio</a></li> <li><a href=#>Contact</a></li> </ul>  */
.nav--block { line-height: 1; letter-spacing: -0.31em; word-spacing: -0.43em; white-space: nowrap; }
.nav--block > li { letter-spacing: normal; word-spacing: normal; }
.nav--block > li > a { padding: 10px; }

/** Force a nav to occupy 100% of the available width of its parent. Extends `.nav`, e.g.:  <ul class="nav  nav--fit"> <li><a href=#>Home</a></li> <li><a href=#>About</a></li> <li><a href=#>Portfolio</a></li> <li><a href=#>Contact</a></li> </ul>  Thanks to @pimpl for this idea! */
.nav--fit { display: table; width: 100%; }
.nav--fit > li { display: table-cell; }
.nav--fit > li > a { display: block; }

/** Make a list of keywords. Extends `.nav`, e.g.:  `<ul class="nav  nav--keywords>`  */
.nav--keywords > li:after { content: "\002C" "\00A0"; }
.nav--keywords > li:last-child:after { display: none; }

/*------------------------------------*\
	$HELPER
\*------------------------------------*/
.accessibility, .visuallyhidden { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; }

/** Provide breakpoint specific hidden elements. */
@media only screen and (max-width: 740px) { .accessibility--palm, .visuallyhidden--palm { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; } }
@media only screen and (min-width: 741px) and (max-width: 980px) { .accessibility--lap, .visuallyhidden--lap { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; } }
@media only screen and (min-width: 741px) { .accessibility--lap-and-up, .visuallyhidden--lap-and-up { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; } }
@media only screen and (max-width: 980px) { .accessibility--portable, .visuallyhidden--portable, .site-logo { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; } }
@media only screen and (min-width: 981px) { .accessibility--desk, .visuallyhidden--desk { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; } }
@media only screen and (min-width: 1200px) { .accessibility--desk-wide, .visuallyhidden--desk-wide { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; } }
/*------------------------------------*\
	$ANIMATE.CSS
\*------------------------------------*/
.animated, .page-head, .page-content, .page-foot { -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; -ms-animation-duration: 0.5s; -o-animation-duration: 0.5s; animation-duration: 0.5s; }

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

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

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

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

.fadeIn, .page-content { -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -ms-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(20px); }
  100% { opacity: 1; -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp { 0% { opacity: 0; -o-transform: translateY(20px); }
  100% { opacity: 1; -o-transform: translateY(0); } }

@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); } }

.fadeInUp, .page-foot { -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-20px); }
  100% { opacity: 1; -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown { 0% { opacity: 0; -o-transform: translateY(-20px); }
  100% { opacity: 1; -o-transform: translateY(0); } }

@keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); } }

.fadeInDown, .page-head { -webkit-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -o-animation-name: fadeInDown; animation-name: fadeInDown; }

/*------------------------------------*\
	$PAGE
\*------------------------------------*/
html { background-color: #ebf0f0; color: #898989; -webkit-font-smoothing: antialiased; }

.container { width: 1000px; margin: 80px auto; }
@media only screen and (max-width: 980px) { .container { width: 720px; margin: 40px auto; } }
@media only screen and (max-width: 740px) { .container { width: 480px; margin: 20px auto; } }

/*------------------------------------*\
	$PAGE-HEAD
\*------------------------------------*/
.page-head { position: relative; overflow: hidden; max-height: 150px; margin-bottom: 40px; background-color: white; }
@media only screen and (max-width: 980px) { .page-head { max-height: none; } }
@media only screen and (max-width: 740px) { .page-head { text-align: center; } }

.site-logo { float: left; width: 150px; height: 150px; }

.site-branding { position: relative; float: left; width: 510px; height: 150px; padding: 30px 40px; }
.site-branding:after { content: ""; position: absolute; bottom: 0; left: 0; height: 40px; width: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(75%, #ffffff)); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%); background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%); background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%); }
@media only screen and (max-width: 980px) { .site-branding { width: 420px; padding: 20px 0 20px 20px; } }
@media only screen and (max-width: 740px) { .site-branding { float: none; width: 100%; height: auto; padding: 20px 20px 0; margin-bottom: 20px; }
  .site-branding:after { height: 0; width: 0; background-image: none; } }

.site-title { font-size: 24px; font-size: 1.84615rem; line-height: 1.66667; margin-bottom: 5px; line-height: 1; }
.site-title a { color: inherit; }
.site-title a:hover, .site-title a:active, .site-title a:focus { color: #acacac; }

.site-description { margin-bottom: 0; }

.site-nav { float: left; width: 300px; height: 150px; padding: 30px 40px 30px 0; text-align: right; font-size: 12px; font-size: 0.92308rem; line-height: 1.66667; }
.site-nav a { color: #acacac; }
.site-nav a:hover, .site-nav a:active, .site-nav a:focus { color: #00a99d; }
.site-nav ul { list-style: none; }
.site-nav .sub-menu { margin: 0; }
.site-nav > :last-child { margin-bottom: 0; }
@media only screen and (max-width: 980px) { .site-nav { padding: 20px; } }
@media only screen and (max-width: 740px) { .site-nav { float: none; width: 100%; height: auto; padding-top: 0; text-align: center; } }

.site-nav__content { margin-bottom: 20px; }

.nav-block { float: right; width: 50%; }
.nav-block ul { margin-bottom: 0; }
@media only screen and (max-width: 740px) { .nav-block { float: none; width: 100%; } }

.nav--stacked > li > a { display: inline-block; }

/*------------------------------------*\
	$PAGE-CONTENT
\*------------------------------------*/
/** Structure */
.page-content { margin-bottom: 40px; background-color: white; }
.page-content :last-child { margin-bottom: 0; }

/*.page-content*/
.page-home { background-color: transparent; }

.content-primary { float: left; width: 660px; padding: 40px 0 40px 40px; }
@media only screen and (max-width: 980px) { .content-primary { float: none; width: 100%; padding: 40px; } }
@media only screen and (max-width: 740px) { .content-primary { padding: 20px; } }

.content-secondary { float: right; width: 300px; padding: 40px 40px 40px 0; }
@media only screen and (max-width: 980px) { .content-secondary { float: none; width: 100%; padding: 40px; border-top: 1px solid #fafafb; } }
@media only screen and (max-width: 740px) { .content-secondary { padding: 20px; } }

.page-full-width { width: 100%; padding: 40px; }
.page-full-width .entry-content { font-size: 16px; font-size: 1.23077rem; line-height: 1.65; }
@media only screen and (max-width: 740px) { .page-full-width { padding: 20px; } }

.content-portfolio, .content-blog { background-color: #fff; }

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

.page-header { margin-bottom: 10px; }

/** Tiles */
.post-tile { position: relative; float: left; width: 240px; height: 150px; overflow: hidden; text-align: center; }

/*.post-tile*/
.intro-tile { padding: 15px; display: table; }
.intro-tile h3 { font-size: 24px; font-size: 1.84615rem; line-height: 1.66667; display: table-cell; vertical-align: middle; }

/*.post-tile*/
.excerpt-tile { padding: 15px; }
.excerpt-tile.centered { display: table; }
.excerpt-tile.centered h2 { display: table-cell; vertical-align: middle; }
.excerpt-tile:after { content: ""; position: absolute; bottom: 0; left: 0; height: 30px; width: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff)); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%); background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%); background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }
.excerpt-tile h2 { margin-bottom: 10px; }

.post-tile-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: table; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; }

.post-tile-overlay__title { display: table-cell; vertical-align: middle; padding: 20px; color: #fff; text-align: center; text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 0; letter-spacing: -1px; }

.post-tile:hover .post-tile-overlay, .post-tile:focus .post-tile-overlay, .post-tile:active .post-tile-overlay { background-color: #00a99d; background-color: rgba(0, 169, 157, 0.75); filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }

/** Posts */
.post { margin-bottom: 20px; }
.post:last-child { margin-bottom: 0; }

.entry-header { margin-bottom: 20px; }

.entry-title { margin-bottom: 5px; }

.entry-content { font-size: 14px; font-size: 1.07692rem; line-height: 1.7; margin-bottom: 20px; }

.tags-links + .comments-link:before { content: " | "; }

.page-nav, .post-nav, .image-nav, .comment-nav { margin: 20px 0; }

.nav-previous { float: left; }

.nav-next { float: right; }

.blog .post, .archive .post { margin-bottom: 40px; }

.alignnone { float: none; display: block; margin: 0 0 20px; }

.aligncenter { display: block; margin: 0 auto 20px; }

.alignright { float: right; margin: 0 0 20px 10px; }

.alignleft { float: left; margin: 0 10px 20px 0; }

.size-full { width: 100%; height: auto; margin: 0 0 20px; }

p .alignnone, p .aligncenter, p .alignright, p .alignleft, p .size-full { margin-top: 10px; }

.wp-caption { max-width: 100%; padding: 5px; background-color: #fafafb; text-align: center; }

.gallery-item { float: left; text-align: center; }
.gallery-item img { vertical-align: bottom; }

.gallery-caption { margin-left: 0; }

.gallery-columns-0 .gallery-item { width: 100%; }

.gallery-columns-1 .gallery-item { width: 100%; }

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

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

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

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

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

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

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

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

.gallery-columns-10 .gallery-item { width: 10%; }

.gallery-columns-11 .gallery-item { width: 9.09%; }

.gallery-columns-12 .gallery-item { width: 8.33%; }

.gallery-columns-13 .gallery-item { width: 7.69%; }

.gallery-columns-14 .gallery-item { width: 7.14%; }

.gallery-columns-15 .gallery-item { width: 6.66%; }

.gallery-columns-16 .gallery-item { width: 6.25%; }

.gallery-columns-17 .gallery-item { width: 5.88%; }

.gallery-columns-18 .gallery-item { width: 5.55%; }

.gallery-columns-19 .gallery-item { width: 5.26%; }

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

.gallery-columns-21 .gallery-item { width: 4.76%; }

.gallery-columns-22 .gallery-item { width: 4.54%; }

.gallery-columns-23 .gallery-item { width: 4.34%; }

.gallery-columns-24 .gallery-item { width: 4.16%; }

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

.gallery-columns-26 .gallery-item { width: 3.84%; }

.gallery-columns-27 .gallery-item { width: 3.7%; }

.gallery-columns-28 .gallery-item { width: 3.57%; }

.gallery-columns-29 .gallery-item { width: 3.44%; }

.gallery-columns-30 .gallery-item { width: 3.33%; }

.wp-caption .wp-caption-text, .gallery-caption { margin-top: 5px; }

.sticky { padding: 20px; background-color: #fafafb; }

/** Comments */
.comments-area { margin-top: 20px; padding-top: 20px; border-top: 1px solid #fafafb; }

#reply-title { margin-bottom: 5px; }

.form-submit { margin-bottom: 0; }

.comment-list { margin-left: 0; list-style-type: none; }

.comment { margin-bottom: 10px; padding: 10px; }
.comment.even { background-color: #fafafb; }
.comment.odd { background-color: #fff; }
.comment footer { margin-bottom: 10px; }
.comment .avatar { float: left; margin-right: 20px; }
.comment .fn { margin-bottom: 5px; display: block; font-weight: 700; font-style: normal; }
.comment .comment-content { font-size: 13px; font-size: 1rem; line-height: 1.53846; margin-bottom: 10px; }
.comment .reply { font-size: 13px; font-size: 1rem; line-height: 1.53846; text-align: right; }
.comment #respond { margin: 10px; padding: 10px; background-color: #fff; }

.children { list-style-type: none; }

.edit-link + .reply-link:before { content: " / "; }

/** Widgets */
.widget { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #fafafb; }
.widget:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none; }
.widget ul, .widget ol { margin: 0; }
.widget ul { list-style-type: disc; }
.widget ol { list-style-type: decimal; }
.widget label, .widget input, .widget textarea, .widget button, .widget select, .widget option { width: 100%; }

.widget-title { margin-bottom: 20px; font-weight: 300; }

.widget > ul, .widget_nav_menu ul { list-style-type: none; }

.widget > ul ul.children, .widget_nav_menu .sub-menu { margin: 0 0 0 20px; }

.widget > ul a, .widget > ul > li, .widget_nav_menu a { display: block; margin-bottom: 5px; padding: 5px 10px; background-color: #fafafb; border-radius: 2px; }

.widget > ul a { display: inline; padding: 0; }

.widget_calendar table { width: 100%; }
.widget_calendar caption { margin-bottom: 10px; text-align: center; }

.widget_rss .rss-date { display: block; margin-bottom: 10px; }
.widget_rss cite { display: block; margin-top: 10px; }

/*------------------------------------*\
	$PAGE-FOOT
\*------------------------------------*/
.page-foot { padding: 20px; background-color: white; }

.copyright { float: left; }

.ultralinx { float: right; }

/*------------------------------------*\
	$TYPOGRAPHY
\*------------------------------------*/
/** Headings */
h1, h2, h3, h4, h5, h6 { font-family: Montserrat, "Helvetica Neue", sans-serif; color: #6d6e76; letter-spacing: -1px; }

/** Links */
a { font-weight: 700; color: #00a99d; text-decoration: none; -webkit-transition-property: color; -moz-transition-property: color; -o-transition-property: color; transition-property: color; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; }
a img { -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; }
a:hover, a:active, a:focus { color: #acacac; }
a:hover img, a:active img, a:focus img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85); opacity: 0.85; }

/** Quotes */
blockquote { margin-left: 20px; padding-left: 10px; border-left: 1px solid #fafafb; font-size: 1.25em; }
blockquote p { font-style: italic; }

/** Forms */
input, textarea { width: 100%; padding: 10px; background-color: #fafafb; border: none; border-radius: 3px; }

input[type="search"], input[type="search"]:before, input[type="search"]:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }

input[type="submit"] { width: auto; padding: 6.66667px 10px; color: #898989; border: 1px solid #e9e9e9; font-family: "Helvetica Neue", sans-serif; }

/** Media */
img, img[width], embed, object, iframe { /*max-width: 100%; height: auto;*/ }

/** Lists */
dl dt { font-weight: 700; }
dl dt + dd { margin-bottom: 10px; }

/** Tables */
table { border: 1px solid #fafafb; width: 100%; }

th, td { padding: 5px; border: 1px solid #fafafb; }

[colspan] { text-align: center; }

[colspan="1"] { text-align: left; }

[rowspan] { vertical-align: middle; }

[rowspan="1"] { vertical-align: top; }

/** Quotes */
blockquote { text-indent: 0; }
