/*
Theme Name: Zvonimir Fras
Theme URI: http://underscores.me/
Author: Zvonimir Fras
Author URI: http://www.zvonimirfras.com
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: zvonimirfras
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.

Zvonimir Fras 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
# Site
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
	## Category
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Merriweather|Cabin|Lobster|Bree+Serif);
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; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Cabin', sans-serif; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em;
  border-left: 3px solid #78C0A8;
  padding-left: 15px;
  position: relative; }

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,
q:before {
  content: "\201C";
  color: #78C0A8;
  font-size: 4em;
  position: absolute;
  left: -39px;
  top: -23px; }

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

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

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 6px;
  background: #fd6d01;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 2px solid #fd6d01;
  border-radius: 3px; }

select {
  border: 2px solid #fd6d01; }

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

.wp-block-button__link {
  background-color: #fd6d01;
  border-radius: 6px; }

/*--------------------------------------------------------------
# Helper classes
--------------------------------------------------------------*/
.hide {
  display: none !important;
  opacity: 0; }

.show {
  opacity: 1; }

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
.site-header {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  width: 100%;
  z-index: 99999;
  background: #fd6d01;
  position: relative;
  color: white; }

.headerStuck {
  position: fixed;
  top: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

.socialStuck {
  position: fixed;
  top: 110px; }

.sidebarStuck {
  position: fixed;
  top: 110px;
  right: 0; }

/* fix for admin menu */
.site-header.headerStuck.logged-in {
  margin-top: 32px; }

.site-branding {
  overflow: hidden;
  position: relative; }

.site-title, .site-description {
  margin: 0 0 0 6px; }

.site-title {
  /*     font-family: 'Merriweather', serif; */
  font-family: 'Cabin', sans-serif;
  margin-top: 30pt;
  /*     font-family: 'Lobster', cursive; */
  /*     font-family: 'Bree Serif', serif; */ }

.site-description {
  /*     font-family: 'Merriweather', serif; */
  /*     font-family: 'Cabin', sans-serif; */
  font-family: 'Lobster', cursive;
  /*     font-family: 'Bree Serif', serif; */ }

.site-title-front-page, .site-description-front-page {
  text-align: center;
  margin: 15pt;
  margin-bottom: 30pt; }

.site-description {
  color: white; }

.site-title a,
.site-title a:visited,
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
  text-decoration: none;
  color: white; }

.title-top {
  position: absolute;
  text-align: center;
  top: 0;
  width: 70%;
  margin: 0;
  margin-left: 15%; }

.site-subscribe-and-search {
  float: right;
  margin: 9px; }

.site-subscribe-and-search-front-page {
  padding: 9px;
  position: absolute;
  text-align: right;
  width: 100%;
  margin: 0; }

.site-subscribe-and-search button.icon,
.close-button {
  background: none;
  box-shadow: none;
  border: none;
  color: #444;
  padding: 6px;
  font-size: 1.5em;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.96), -1px -1px 1px rgba(0, 0, 0, 0.42); }

.site-subscribe-and-search button.icon:hover,
.close-button:hover {
  background: none;
  box-shadow: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: rgba(250, 250, 255, 0.96); }

#search .search-form {
  left: 50%;
  position: absolute;
  top: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }

#search .search-form input[type="search"] {
  background: none;
  border: none;
  font-size: 3.3em;
  text-align: center;
  width: 100%; }

#search .search-form .search-submit {
  display: none; }

.close-button {
  position: relative;
  float: right;
  font-size: 2em;
  display: inline-block;
  padding: 15px; }

/* Front page layout */
.fp-collage {
  max-width: 1036px;
  margin: auto;
  display: grid;
  grid-template-columns: 33.33333% 33.33333% 33.33333%;
  grid-template-rows: auto; }

.fp-article {
  max-width: 1024px;
  margin: auto; }

.fp-social {
  height: 100%;
  max-width: 1024px;
  display: flex;
  margin: 28pt auto 60pt auto; }

.fp-social .icon {
  text-align: center;
  font-size: 51px;
  width: 33.33333%;
  color: #fd6d01; }

.fp-social .icon:hover {
  background-color: #fd6d01;
  color: white; }

.sm-widget {
  width: 240px;
  height: 76px;
  display: inline-block;
  border: medium solid #eef;
  border-radius: 6px;
  margin-top: 6px;
  overflow: hidden;
  color: white; }

.sm-widget .bg-image {
  position: absolute;
  z-index: -1;
  display: block;
  opacity: 0.6; }

.tile {
  height: 330px;
  opacity: 0.9;
  border: 2px solid #fd6d01;
  overflow: hidden;
  margin: 6px; }
  .tile:hover, .tile:active, .tile:focus {
    border-width: 3px; }
  .tile .tile-content-initial {
    display: block; }
  .tile .tile-content-active {
    display: none; }
  .tile .post-content {
    padding-top: 30px; }
  .tile .pif-title2 {
    padding: 0 6pt;
    margin-top: 9pt;
    opacity: 0;
    height: 0;
    z-index: 1; }
  .tile .pif-image {
    width: 330px; }
  .tile .pif-category-link {
    font-variant: small-caps;
    background: #fd6d01;
    color: white;
    position: absolute;
    padding: 3px 9px; }
    .tile .pif-category-link a {
      color: white; }
  .tile .pif-continue {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 9px;
    text-align: right;
    background: #fd6d01;
    color: white;
    font-variant: small-caps; }
  .tile h1 {
    text-align: center;
    font-size: 2.4em; }
  .tile h3 {
    text-align: center; }
  .tile:hover, .tile:active, .tile:focus {
    opacity: 1;
    z-index: 1; }
    .tile:hover .tile-content-initial, .tile:active .tile-content-initial, .tile:focus .tile-content-initial {
      display: none; }
    .tile:hover .tile-content-active, .tile:active .tile-content-active, .tile:focus .tile-content-active {
      display: block; }
    .tile:hover p, .tile:active p, .tile:focus p {
      padding: 0 24px; }
    .tile:hover h1, .tile:active h1, .tile:focus h1 {
      font-size: 2em; }
    .tile:hover .pif-title1, .tile:active .pif-title1, .tile:focus .pif-title1 {
      display: none; }
    .tile:hover .pif-title2, .tile:active .pif-title2, .tile:focus .pif-title2 {
      opacity: 1;
      height: auto; }
    .tile:hover .pif-image, .tile:active .pif-image, .tile:focus .pif-image {
      width: 150px; }

.fp-collage .tile {
  position: relative; }

.content-area {
  float: left;
  margin: 0 -40% 0 15%;
  width: 75%; }

.site-main {
  margin: 0 25% 0 0; }

.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 25%; }

.site-footer {
  clear: both;
  width: 100%; }

.entry-title {
  text-align: center; }

.entry-meta,
.comment-metadata,
.entry-footer {
  font-size: 12px;
  font-variant: small-caps;
  opacity: 0.6; }

.comment-body {
  border: 2px solid #eef;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 6px; }

.reply {
  margin-right: 24px;
  text-align: right; }

.edit-link,
.comments-link {
  margin-left: 6px; }

.social-sharing-area {
  float: left;
  margin: 68px -85% 0 0;
  width: 15%;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  padding-left: 24px; }
  .social-sharing-area h5 {
    color: #404040;
    cursor: auto;
    border-bottom: 2px solid #fd6d01;
    border-radius: 0; }
    .social-sharing-area h5:hover {
      color: #404040;
      background-color: transparent; }

.ss-link {
  border-radius: 6px;
  color: #fd6d01;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 78px;
  margin: 6px;
  text-align: center;
  text-decoration: none;
  width: 78px;
  font-size: 42px; }

.ss-link:hover, .ss-link:active {
  color: white;
  background-color: #fd6d01; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #fd6d01; }

a:visited {
  color: #e7260e; }

a:hover,
a:focus,
a:active {
  color: #bc3823; }

a:focus {
  outline: thin dotted; }

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

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

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

.main-navigation li {
  float: left;
  position: relative;
  width: 16.667%;
  text-align: center;
  background: #fd6d01;
  line-height: 3.3em; }

.main-navigation li a,
.main-navigation li a:link,
.main-navigation li a:visited {
  color: white; }

.main-navigation li:hover,
.main-navigation li:hover a {
  background: white;
  color: #fd6d01; }

/* Home menu li */
#menu-item-5 {
  border-left: none; }

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

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 3.3em;
  left: -999em;
  z-index: 99999;
  box-shadow: 2px 0px #fd6d01, -2px 0 #fd6d01, 2px 2px #fd6d01, -2px 2px #fd6d01; }

.main-navigation ul ul ul {
  border: 2px solid;
  box-shadow: none; }

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

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

.main-navigation ul ul li {
  border-left: none;
  width: 100%; }

.main-navigation ul ul li:hover > a {
  background: #fd6d01;
  color: white; }

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

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

.menu-toggle {
  border: none;
  background: none;
  box-shadow: none;
  font-size: 15pt;
  margin-top: -42px;
  position: relative; }

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

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.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 1.5em 1.5em 0; }

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

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

.hentry {
  margin: 0 0 1.5em; }

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

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

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

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

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

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/
.category-article {
  -o-transition: box-shadow 0.6s;
  -ms-transition: box-shadow 0.6s;
  -moz-transition: box-shadow 0.6s;
  -webkit-transition: box-shadow 0.6s;
  transition: box-shadow 0.6s;
  border: 2px solid #eef;
  border-radius: 6px;
  padding: 6pt;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  overflow: hidden; }

.category-article .entry-header {
  -o-transition: margin 0.6s;
  -ms-transition: margin 0.6s;
  -moz-transition: margin 0.6s;
  -webkit-transition: margin 0.6s;
  transition: margin 0.6s;
  margin-right: -185px; }

.category-article .posted-on {
  margin-left: 6px; }

.category-article:hover {
  box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.24); }

.category-article:hover .entry-header {
  margin: auto; }

.category-article .entry-header {
  display: inline-block; }

.category-article .entry-meta,
.category-article .entry-content,
.category-post-image {
  -o-transition: opacity 0.6s, height 0.6s, width 0.6s, margin 0.6s;
  -ms-transition: opacity 0.6s, height 0.6s, width 0.6s, margin 0.6s;
  -moz-transition: opacity 0.6s, height 0.6s, width 0.6s, margin 0.6s;
  -webkit-transition: opacity 0.6s, height 0.6s, width 0.6s, margin 0.6s;
  transition: opacity 0.6s, height 0.6s, width 0.6s, margin 0.6s; }

.category-article .entry-meta,
.category-article .entry-content,
.category-article .entry-footer {
  height: 0;
  opacity: 0;
  margin: 0; }

.category-post-image {
  width: 150px;
  max-height: 100px; }

article.category-article:hover .entry-header {
  display: block; }

article.category-article:hover .entry-meta,
article.category-article:hover .entry-footer {
  height: 15px; }

article.category-article:hover .entry-content {
  height: auto; }

article.category-article:hover .entry-meta,
article.category-article:hover .entry-footer,
article.category-article:hover .entry-content {
  opacity: 1; }

article.category-article:hover .entry-footer {
  margin-top: 15px; }

article.category-article:hover .category-post-image {
  margin-top: 1.5em;
  width: 300px;
  max-height: 200px; }

article.category-article:hover .entry-title {
  margin: 0; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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; }

/* Recent Posts Widget Extended */

.rpwe-block .rpwe-thumb {
  width: 69px;
}

.rpwe-block h3.rpwe-title {
  font-size: 14pt !important;
  line-height: 3.5em;
  transition: line-height 600ms;
}

.rpwe-block li {
  display: inline-block;
  transition: padding-bottom 600ms;
}

.rpwe-block li:hover h3.rpwe-title {
  line-height: 1.5em;
}

@media screen and (max-width: 1050px) {
  .site-title-front-page,
  .site-description-front-page {
    margin: 0 0 0 15%;
    width: 70%; }
  .site-title-front-page {
    position: absolute; }
  .site-description-front-page {
    margin-bottom: 6px;
    margin-top: 51px; }
  .fp-article {
    padding-right: 15pt;
    width: auto;
    max-width: 690px; }
  .fp-social {
    width: 100%; }
  .fp-collage {
    grid-template-columns: 50% 50%;
    max-width: 690px; } }

@media screen and (max-width: 960px) {
  .sidebarStuck {
    position: relative;
    right: auto;
    top: auto; }
  .site-content .widget-area {
    clear: both;
    overflow: auto;
    float: none;
    margin: 0 150px;
    width: auto;
    opacity: 1; }
  .content-area {
    margin-left: 150px; }
  .site-main {
    margin: 0; } }

@media screen and (max-width: 720px) {
  .fp-collage {
    display: block;
    float: none;
    margin: auto;
    width: 346px; }
  .fp-article {
    margin: auto;
    padding-left: 15pt; } }

@media screen and (max-width: 782px) {
  /* fix for admin menu */
  .site-header.headerStuck.logged-in {
    margin-top: 46px; }
  .ss-link {
    margin-left: 0;
    margin-right: 0; }
  .content-area {
    margin: 0;
    padding: 0 15px;
    width: 100%; }
  .social-sharing-area {
    margin-right: auto;
    margin-top: 0;
    text-align: right;
    position: fixed;
    top: calc(100vh - 54px);
    right: 0;
    z-index: 1;
    background: #fd6d01;
    color: white;
    width: 100%;
    padding-left: 0; }
    .social-sharing-area h5 {
      width: 60px;
      border-bottom: 0;
      border-right: 2px solid white; }
    .social-sharing-area a.ss-link {
      color: white;
      width: calc(33% - 23px); }
  .ss-link {
    display: inline-block;
    font-size: 24px;
    line-height: 42px;
    width: 42px; }
  .title-top {
    display: none; }
  .site-content .widget-area {
    margin: 6%; } }

@media screen and (max-width: 600px) {
  /* fix for admin menu */
  .site-header.headerStuck.logged-in,
  .social-sharing-area.logged-in {
    margin-top: 0; }
  .site-description {
    display: none; }
  .site-description-front-page {
    display: block; }
  #menu-item-5 {
    border-top: none; }
  .main-navigation li {
    width: 100%;
    border-left: none;
    line-height: 42px; } }
