/*
Theme Name: Patus
Theme URI: http://www.famethemes.com/themes/patus
Author: FameThemes
Author URI: http://www.famethemes.com
Description: Patus is a Personal Blogging Theme for WordPress and an effortlessly tool for publishers of all kind, cherished for its flexibility, clean layouts and speed. It's totally responsive so it adapts to your style as well as the device it's viewed on.
Version: 1.1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: patus
Tested up to: 5.8
Requires PHP: 5.6
Tags:two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

Glow is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Document
3.0 Layout
4.0 Elements
5.0 Posts
6.0 Widgets
7.0 Supports

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, #calendar_wrap caption, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

a:focus {
  outline: none;
}

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

a img {
  border: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

pre {
  overflow: auto;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.clear, .container,
.site-content, .post-navigation, .image-navigation .nav-links, .gallery {
  zoom: 1;
}
.clear:before, .container:before,
.site-content:before, .post-navigation:before, .image-navigation .nav-links:before, .gallery:before, .clear:after, .container:after,
.site-content:after, .post-navigation:after, .image-navigation .nav-links:after, .gallery:after {
  display: table;
  content: "";
}
.clear:after, .container:after,
.site-content:after, .post-navigation:after, .image-navigation .nav-links:after, .gallery:after {
  clear: both;
}

.break, h1,
h2,
h3,
#calendar_wrap caption,
h4,
h5,
h6, p, ul, ol, dl, blockquote, pre {
  word-break: break-word;
  word-wrap: break-word;
}

.none {
  display: none;
}

/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
html {
  font-size: 62.5%;
}

body, button, input, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #474747;
  background: #FFFFFF;
}

pre,
code,
input,
textarea {
  font: inherit;
}

::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}

::selection {
  background: #000000;
  color: #FFFFFF;
}

/*------------------------------
	2.1 Genericons by Agence Web Performance / Eroan Boyer
------------------------------*/

.main-navigation .genericon-menu::before {
  content: url('data:image/svg+xml;charset=UTF-8,<svg fill="%23474747" xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/></svg>');
}

.main-navigation.toggled .genericon-menu::before {
  content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="%230088c1" class="bi bi-x-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/></svg>') !important;
}

/*------------------------------
	2.2 Links
------------------------------*/
a {
  color: #41b7d8;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/*------------------------------
	2.3 Heading
------------------------------*/
h1,
h2,
h3,
#calendar_wrap caption,
h4,
h5,
h6 {
  clear: both;
  font-family: "Dosis", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 10px 0;
  margin:  1rem 0;
}
h1 a,
h2 a,
h3 a,
#calendar_wrap caption a,
h4 a,
h5 a,
h6 a {
  color: #222222;
  text-decoration: none;
}

h1 {
  line-height: 1.2;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (min-width: 790px) {
  h1 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

h2 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (min-width: 790px) {
  h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

h3, #calendar_wrap caption {
  font-size: 18px;
  font-size: 1.8rem;
}

h4 {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  font-size: 15px;
  font-size: 1.5rem;
}

h6 {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  font-size: 13px;
  font-size: 1.3rem;
}

/*------------------------------
	2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

/*------------------------------
	2.5 Content
------------------------------*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  clear: both;
  margin: 20px 0;
  margin:  2rem 0;
}
blockquote p {
  font-style: italic;
}
blockquote cite {
  font-style: normal;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 13px;
  font-size: 1.3rem;
}

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

figure {
  margin: 0;
}

address {
  margin: 20px 0;
  margin:  2rem 0;
}

hr {
  border: 0;
  border-top: 1px solid #eaeaea;
  height: 1px;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

tt,
kbd,
pre,
code,
samp,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: #eaeaea;
  padding: 5px 7px;
  padding:  0.5rem 0.7rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 20px 0;
  margin:  2rem 0;
  padding: 20px;
  padding: 2rem;
}

details summary {
  font-weight: bold;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
details :focus {
  outline: none;
}

abbr,
acronym,
dfn {
  cursor: help;
  font-size: .95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #eaeaea;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

mark {
  background-color: #fff9c0;
  text-decoration: none;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

ul, ol {
  padding-left: 20px;
  padding-left: 2rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul li, ol li {
  margin: 8px 0;
  margin:  0.8rem 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 20px 20px;
}

/*------------------------------
	2.6 Table
------------------------------*/
table {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border: 1px solid #eaeaea;
  border-collapse: collapse;
  border-spacing: 0;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #eaeaea;
  line-height: 1.42857;
  padding: 5px;
  padding: 0.5rem;
  vertical-align: middle;
  text-align: center;
}

table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px;
}

/*------------------------------
	2.7 Form
------------------------------*/
fieldset {
  padding: 20px;
  padding: 2rem;
  border: 1px solid #eaeaea;
}

input[type="reset"], input[type="submit"], input[type="submit"] {
  cursor: pointer;
  border: none;
  padding: 10px 20px;
  padding:  1rem 2rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #41b7d8;
  color: #FFFFFF;
}
input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover {
  background: #f55d2d;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover, button:focus {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #eaeaea;
  padding: 10px;
  padding: 1rem;
}

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  max-width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #eaeaea;
  -webkit-appearance: none;
  padding: 10px 15.3846153846px;
  padding:  1rem 1.5384615385rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
textarea:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0 10px;
  margin:  0 1rem;
}

input, textarea, input[type="submit"]:focus {
  outline: 0 none;
}

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

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  clip: auto !important;
  color: #41b7d8;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 1.7em;
  padding: 17px;
  padding: 1.7rem;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
.container,
.site-content {
  max-width: 1018px;
  margin: 0 auto;
  padding: 0px 20px;
  padding:  0px 2rem;
}

.site-content {
  padding-bottom: 40px;
  padding-bottom: 4rem;
}

#primary {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}

@media screen and (min-width: 790px) {
  #primary {
    margin-bottom: 0;
    padding-bottom: 0px;
    border-bottom: none;
  }
}
@media screen and (min-width: 790px) {
  .has-sidebar #primary {
    float: left;
    width: 69%;
  }

  .has-sidebar #secondary {
    float: right;
    width: 28.5%;
  }

  .left-sidebar #primary {
    float: right;
  }

  .left-sidebar #secondary {
    float: left;
  }
}
#secondary .widget {
  width: 100%;
}

@media screen and (min-width: 500px) {
  #secondary .widget {
    width: 46.9325153374%;
    float: left;
    margin-right: 6.1349693252%;
  }

  #secondary .widget:nth-child(2n+0) {
    clear: right;
    margin-right: 0px;
  }
}
@media screen and (min-width: 790px) {
  #secondary .widget {
    width: 100%;
  }
}
/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
/*------------------------------
	4.1 Header
------------------------------*/
.site-header {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.site-branding {
  padding: 20px 0;
  padding:  2rem 0;
}

#title-are {
  margin: 0 0 40px;
  margin:  0 0 4rem;
}

.site-branding .site-title {
  font-size: 37px;
  font-size: 3.7rem;
  margin: 0px;
  line-height: 1.15;
  margin-top: -3px;
}

.site-branding .site-title a {
  font-family: "Dosis", Helvetica, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}

.site-description {
  text-transform: uppercase;
  margin: 5px 0 0;
  margin:  0.5rem 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

/*------------------------------
	4.2 Main
------------------------------*/
/* Content
------------------------------*/
.post {
  padding-bottom: 20px;
  padding-bottom: 2rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  border-bottom: 1px solid #eaeaea;
}

.more-link {
  color: #f55d2d;
  text-decoration: none;
  font-weight: bold;
}
.more-link:hover {
  text-decoration: underline;
  color: #f55d2d;
}

.singular .post {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.loop-pagination {
  display: inline-block;
  margin-top: 20px;
  margin-top: 2rem;
}
.loop-pagination a, .loop-pagination span {
  padding: 6px 13px 7px;
  padding:  0.6rem 1.3rem 0.7rem;
  background: #999999;
  color: #FFFFFF !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
}
.loop-pagination a:hover, .loop-pagination span:hover {
  background: #f55d2d;
}
.loop-pagination a.current, .loop-pagination span.current {
  background: #f55d2d;
}

.page-header {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.page-header .page-title {
  margin-top: 0px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

/* Page & Archive Title */
.page-header .page-title {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  padding-bottom: 40px;
  padding-bottom: 4rem;
  border-bottom: 1px solid #eaeaea;
  text-transform: uppercase;
}

/* Sidebar
------------------------------*/
/* Search Box */
#searchform {
  margin: 0;
}

.search-field {
  background: url("/wp-content/themes/patus/assets/images/search-icon.png") no-repeat scroll right center #ffffff;
  outline: none;
  padding: 10px 12% 10px 0 !important;
  text-indent: 6%;
  font-size: 11px;
  font-size: 1.1rem;
  width: 87%;
  border: 1px solid #e2e2e2 !important;
  color: #919599;
}

.search-submit {
  display: none;
}

/*------------------------------
	4.3 Footer
------------------------------*/
.site-footer {
  padding: 40px 0;
  padding:  4rem 0;
  background: url("assets/images/line_colored.png") repeat-x top left;
}

.site-info {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 790px) {
  .site-info {
    float: left;
    margin-bottom: 0;
  }

  .footer-social {
    float: right;
  }
}
/*--------------------------------------------------------------
5.0 Posts
--------------------------------------------------------------*/
/* Sticky Post
------------------------------*/
.post.sticky span.genericon {
  margin: 4px 5px 0px 0px;
  margin:  0.4rem 0.5rem 0px 0px;
}

/* Post Format Stylesheed
------------------------------*/
.format-image .entry-content, .format-video .entry-content {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.format-aside .entry-title {
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
}
.format-aside .entry-meta {
  text-align: center;
}
.format-aside .entry-content {
  padding: 20px 20px 1px;
  padding:  2rem 2rem 0.1rem;
  background: #eaeaea;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.9;
}

/* Post Entry
------------------------------*/
.entry-header {
  margin: 0 0 20px 0;
  margin:  0 0 2rem 0;
}
.entry-header .entry-title {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 44px;
  font-size: 4.4rem;
}

.post-thumbnail img {
  margin: 0 0 20px 0;
  margin:  0 0 2rem 0;
  display: block;
  padding: 5px;
  padding: 0.5rem;
  border: 1px solid #eaeaea;
}

.entry-content cite {
  display: block;
  margin-top: 10px;
  margin-top: 1rem;
}
.entry-content cite:before {
  content: "- ";
}
.entry-content table > thead > tr > th, .entry-content table > tbody > tr > th, .entry-content table > tfoot > tr > th, .entry-content table > thead > tr > td, .entry-content table > tbody > tr > td, .entry-content table > tfoot > tr > td {
  padding: 15.3846153846px;
  padding: 1.5384615385rem;
}
.entry-content blockquote {
  padding: 20px 80px 20px 28px;
  padding:  2rem 8rem 2rem 2.8rem;
  position: relative;
  background: #eaeaea;
  font-style: italic;
}
.entry-content blockquote p {
  margin: 0px;
}
.entry-content blockquote:before {
  content: '\f106';
  font-size: 25px;
  font-size: 2.5rem;
  color: #999999;
  display: inline-block;
  font-family: Genericons;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 20px;
  top: 2rem;
  right: 20px;
  right: 2rem;
}

.entry-meta {
  display: inline-block;
  background: #f55d2d;
  padding: 6px 12px;
  padding:  0.6rem 1.2rem;
}
.entry-meta a, .entry-meta span {
  color: #FFFFFF;
}
.entry-meta span.sep {
  margin: 0px 7.5px;
  margin:  0px 0.75rem;
}
.entry-meta a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.entry-meta .sticky-label {
  margin: 0px 0px 0px 7.5px;
  margin:  0px 0px 0px 0.75rem;
  padding: 3px 6px;
  padding:  0.3rem 0.6rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #999999;
  color: #FFFFFF;
}
.entry-meta i.fa {
  margin-right: 3px;
  margin-right: 0.3rem;
}

.entry-author {
  margin: 60px 0 20px;
  margin:  6rem 0 2rem;
}
.entry-author .entry-author-avatar {
  float: left;
  padding-right: 15px;
  padding-right: 1.5rem;
}
.entry-author .entry-author-avatar img {
  max-width: 70px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 4px;
  margin-top: 0.4rem;
}
.entry-author .entry-author-byline {
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.entry-author .entry-author-bio {
  padding-left: 85px;
  padding-left: 8.5rem;
}

.entry-footer i.fa {
  float: left;
  color: #999999;
  margin: 6px 6px 0 0;
  margin:  0.6rem 0.6rem 0 0;
}
.entry-footer .post-categories, .entry-footer .post-tags {
  list-style: none;
  padding: 0px;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.entry-footer .post-categories li, .entry-footer .post-tags li {
  display: inline;
  margin: 0px;
}
.entry-footer .post-categories li a, .entry-footer .post-tags li a {
  color: #999999;
}
.entry-footer .post-categories li a:hover, .entry-footer .post-tags li a:hover {
  color: #f55d2d;
}
.entry-footer .post-categories li:after, .entry-footer .post-tags li:after {
  content: ", ";
  color: #999999;
}
.entry-footer .post-categories li:last-child:after, .entry-footer .post-tags li:last-child:after {
  content: none;
}

.post-navigation {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  border-bottom: 1px solid #eaeaea;
}
.post-navigation .nav-links .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
.post-navigation .nav-links .nav-previous {
  float: left;
  width: 50%;
}
.post-navigation a {
  text-decoration: none;
}
.post-navigation a:hover {
  color: #f55d2d;
}

.image-navigation .nav-links {
  margin: 40px 0px 20px;
  margin:  4rem 0px 2rem;
  padding: 20px 0px;
  padding:  2rem 0px;
  border: 1px solid #eaeaea;
  border-left: none;
  border-right: none;
}
.image-navigation .nav-links a .next-image {
  float: right;
}
.image-navigation .nav-links a .previous-image {
  float: left;
}

ul.nav-tabs, .ft-tabs .nav-tabs {
  padding-left: 0px;
}

.entry-tax span {
  float: left;
  color: #999999;
  margin: 0px 6px 0 0;
  margin:  0px 0.6rem 0 0;
  font-size: 20px;
  font-size: 2rem;
}

.post-categories, .post-tags {
  list-style: none;
  padding: 0px;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.post-categories li, .post-tags li {
  display: inline;
  margin: 0px;
}
.post-categories li a, .post-tags li a {
  color: #999999;
}
.post-categories li a:hover, .post-tags li a:hover {
  color: #f55d2d;
}
.post-categories li:after, .post-tags li:after {
  content: ", ";
  color: #999999;
}
.post-categories li:last-child:after, .post-tags li:last-child:after {
  content: none;
}

.page-links {
  display: block;
  margin-top: 20px;
  margin-top: 2rem;
}

/* WordPress caption style
------------------------------*/
.wp-caption {
  max-width: 100%;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 98%;
}
.wp-caption .wp-caption-text {
  margin: 10px 0;
  margin:  1rem 0;
}

.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
  font-style: italic;
  line-height: 1.35;
  font-size: 13px;
  font-size: 1.3rem;
}

.alignleft,
.entry-thumbnail.thumbnail {
  display: inline;
  float: left;
  margin-right: 30px;
  margin-right: 3rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 30px;
  margin-left: 3rem;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

img.wp-smiley {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border: none;
}

.gallery-caption {
  font-family: inherit;
}

.bypostauthor {
  margin: 0;
}

/* Gallery
------------------------------*/
.gallery {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  margin:  0 0.4rem 0.4rem 0;
  overflow: hidden;
  position: relative;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 8px;
  padding:  0.6rem 0.8rem;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.attachment {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

/* Comments
------------------------------*/
#comments .comments-title {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
#comments .comment-list {
  list-style: none;
  padding-left: 0px;
}
#comments .comment-list .pingback {
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
  padding:  2rem 0;
  margin: 0px;
  margin: 0rem;
}
#comments .comment-list .pingback p {
  margin: 0px;
}
#comments .comment-list .pingback:last-child {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
#comments .comment {
  list-style: none;
  margin: 30px 0;
  margin:  3rem 0;
}
#comments .comment .avatar {
  width: 60px;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#comments .comment .comment-wrapper {
  margin-left: 90px;
  margin-left: 9rem;
  padding: 25px 30px 15px 30px;
  padding:  2.5rem 3rem 1.5rem 3rem;
  background: #f8f9f9;
  position: relative;
}
#comments .comment .comment-wrapper:before {
  border-color: rgba(0, 0, 0, 0) #f6f7f9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 10px 10px 0;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  top: 0;
  width: 0;
}
#comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 11px;
  font-size: 1.1rem;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
  color: #f55d2d;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
  content: "/";
  padding: 0px 5px;
  padding:  0px 0.5rem;
}
#comments .comment .comment-wrapper .comment-meta a:last-child:after {
  content: "";
}
#comments .comment .comment-wrapper .comment-meta cite .fn {
  font-weight: bold;
  font-style: normal;
  margin-right: 5px;
  margin-right: 0.5rem;
}
#comments .comment .comment-wrapper .comment-meta cite span {
  padding: 3px 10px;
  padding:  0.3rem 1rem;
  background: #F0F0F0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
  margin-right: 1rem;
}
#comments .comment .children {
  padding-left: 30px;
  padding-left: 3rem;
}
#comments .comment .children .children {
  padding-left: 30px;
  padding-left: 3rem;
}
#comments .comment .children .children .children {
  padding-left: 0px;
  padding-left: 0rem;
}
@media screen and (min-width: 790px) {
  #comments .comment .children {
    padding-left: 90px;
    padding-left: 9rem;
  }
  #comments .comment .children .children {
    padding-left: 90px;
    padding-left: 9rem;
  }
  #comments .comment .children .children .children {
    padding-left: 90px;
    padding-left: 9rem;
  }
}

/* Comment Form
------------------------------*/
#respond {
  padding-top: 20px;
  padding-top: 2rem;
}
#respond .comment-form label {
  display: block;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}
#respond .form-allowed-tags {
  font-size: 12px;
  font-size: 1.2rem;
}
#respond .form-allowed-tags code {
  background: none;
}

/* Pages
------------------------------*/
/* Archives */
.archive-lists ul {
  padding: 0;
}
.archive-lists ul span {
  display: block;
  text-align: right;
}
.archive-lists ul li {
  border-top: 1px solid #dedede;
  display: block;
  margin: 0;
}
.archive-lists ul li span.archdate {
  color: #8b9091;
  float: left;
  letter-spacing: 1px;
  margin-right: 10px;
  margin-right: 1rem;
  width: 100px;
  text-align: left;
}
.archive-lists ul li span.comments_number {
  color: #777777;
  float: right;
  margin-right: 10px;
  margin-right: 1rem;
  width: 100px;
}
.archive-lists ul li a {
  display: block;
  margin: 0;
  padding: 12px 0;
  padding:  1.2rem 0;
  text-decoration: none;
}
.archive-lists ul li a:hover {
  text-decoration: underline;
}
.archive-lists ul li:last-child {
  border-bottom: 1px solid #dedede;
}

/*--------------------------------------------------------------
6.0 Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 Widgets
--------------------------------------------------------------*/
.widget-area .widget {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eaeaea;
  font-size: 13px;
  font-size: 1.3rem;
}
.widget-area .widget:last-child {
  border-bottom: none;
}

.widget-area .widget.widget_search {
  border-bottom: none;
  padding-bottom: 0;
}

.widget-area .widget-title {
  font-size: 20px;
  font-size: 2rem;
}

.widget-area .widget ul,
.widget-area .widget ol {
  padding-left: 0px;
  margin-bottom: 0px;
}

.widget-area .widget ul li {
  list-style: none;
  margin: 0px;
  padding: 6.6666666667px 0;
  padding:  0.6666666667rem 0;
}
.widget-area .widget ul li ul {
  padding-top: 13.3333333333px;
  padding-top: 1.3333333333rem;
  padding-left: 0px;
  padding-left: 0rem;
}
.widget-area .widget ul li ul li {
  border-bottom: none;
  border-top: 1px solid #eaeaea;
}
.widget-area .widget ul li ul li:before {
  content: "- ";
}
.widget-area .widget ul li ul li:last-child {
  padding-bottom: 0px;
}

.widget a {
  text-decoration: none;
  color: #474747;
}
.widget a:hover {
  color: #f55d2d;
}

.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li, .widget-area .widget_pages li {
  float: left;
  font-size: 12px;
  margin-bottom: 0;
  width: 50%;
}

/* Calendar Widget */
#calendar_wrap caption {
  text-align: left;
}

.widget #calendar_wrap a {
  color: #f55d2d;
}
.widget #calendar_wrap a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
7.0 Support
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.0 Supports
--------------------------------------------------------------*/
