/*
Theme Name: Philament
Theme URI: http://www.tommusrhodus.com/philament-wordpress-theme/
Version: 1.0.2
Description: Philament WordPress Theme
Author: Tom Rhodes
Author URI: http://www.tommusrhodus.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-background, threaded-comments, translation-ready, custom-menu
Text Domain: philament
*/

/**

[TABLE OF CONTENTS]

01. COMMONS
02. HEADER
03. PORTFOLIO
04. FOOTER
05. BLOG

================================================== **/
/** 01. COMMONS
================================================== **/
.container {
  max-width: 1400px;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 15px;
  }
}
.column {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 25px;
}
.column.col-1 {
  width: 8.333%;
}
.column.col-2 {
  width: 16.666%;
}
.column.col-3 {
  width: 24.999%;
}
.column.col-4 {
  width: 33.332%;
}
.column.col-5 {
  width: 41.665%;
}
.column.col-6 {
  width: 49.998%;
}
.column.col-7 {
  width: 58.331%;
}
.column.col-8 {
  width: 66.664%;
}
.column.col-9 {
  width: 74.997%;
}
.column.col-10 {
  width: 83.33%;
}
.column.col-11 {
  width: 91.663%;
}
.column.col-12 {
  width: 100%;
}
.column.offset-1 {
  margin-left: 8.333%;
}
.column.offset-2 {
  margin-left: 16.666%;
}
.column.offset-3 {
  margin-left: 24.999%;
}
.column.offset-4 {
  margin-left: 33.332%;
}
.column.offset-5 {
  margin-left: 41.665%;
}
.column.offset-6 {
  margin-left: 49.998%;
}
.column.offset-7 {
  margin-left: 58.331%;
}
.column.offset-8 {
  margin-left: 66.664%;
}
.column.offset-9 {
  margin-left: 74.997%;
}
.column.offset-10 {
  margin-left: 83.33%;
}
.column.offset-11 {
  margin-left: 91.663%;
}
@media (max-width: 991px) {
  .column {
    float: none;
    width: 100% !important;
    padding: 0 !important;
    margin-left: 0 !important;
  }
  .column:not(:last-child) {
    margin-bottom: 50px;
  }
}
.row {
  display: block;
  position: relative;
  margin: 0 -25px;
}
@media (max-width: 991px) {
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.container::after,
.row::after,
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
  background: #ffffff;
}
@media (max-width: 600px) {
  body {
    font-size: 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
}
p.lead {
  font-size: 120%;
}
em {
  font-family: 'Cardo';
  font-style: italic;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
video.responsive {
  display: block;
  width: 100%;
}
img.responsive {
	display: block;
}
figure {
  text-align: center;
}
figure figcaption {
  font-family: 'Cardo';
  font-size: 13px;
}
figure img:not(.mfp-img) + figcaption {
  margin-top: 10px;
  opacity: 0.5;
}
ul,
ol {
  list-style: none;
}
blockquote {
  text-align: center;
  font-size: 24px;
  font-style: italic;
  padding: 50px 100px;
  margin: 0 -50px;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
div[class*='gap-'] {
  display: block;
}
.gap-25 {
  height: 25px;
}
.gap-50 {
  height: 50px;
}
.gap-100 {
  height: 100px;
}
.gap-150 {
  height: 150px;
}
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child),
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
blockquote:not(:last-child) {
  margin-bottom: 25px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 54px;
  font-size: 15px;
  font-weight: 700;
  padding: 0 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn span.arrow,
button span.arrow,
input[type="submit"] span.arrow,
input[type="reset"] span.arrow,
input[type="button"] span.arrow {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover span.arrow,
button:hover span.arrow,
input[type="submit"]:hover span.arrow,
input[type="reset"]:hover span.arrow,
input[type="button"]:hover span.arrow {
  padding-left: 10px;
}
.btn:hover.mfp-arrow,
button:hover.mfp-arrow,
input[type="submit"]:hover.mfp-arrow,
input[type="reset"]:hover.mfp-arrow,
input[type="button"]:hover.mfp-arrow,
.btn:hover.mfp-close,
button:hover.mfp-close,
input[type="submit"]:hover.mfp-close,
input[type="reset"]:hover.mfp-close,
input[type="button"]:hover.mfp-close {
  border: none;
}
@media (max-width: 600px) {
  .btn,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    height: 45px;
    line-height: 39px;
    font-size: 11px;
    padding: 0 25px;
  }
}
.form__group:not(:last-child) {
  margin-bottom: 15px;
}
.form__group:not(:last-child).last {
  margin-top: 25px;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  font-family: inherit;
  font-size: 18px;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 13px;
}
.post-password-form label {
  width: calc(100% - 160px);
  float: left;
}
@media (min-width: 601px) {
  .post-password-form input[type="password"] {
    height: 60px;
  }
}
.post-password-form input[type="submit"] {
  margin-top: 23px;
  margin-left: 10px;
}
.fade {
  width: 100%;
  height: 100%;
  display: table;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fade.hide {
  opacity: 0;
  visibility: hidden;
}
.fade span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}
.fade span a {
	display: block;
	text-align: center;
	float: none;
}
.main__content {
  padding-top: 140px;
}
.heading {
  padding: 100px 0 200px;
}
h1,
h2,
h3,
h4,
h5,
.heading h6 {
  font-family: 'Cardo';
  line-height: 1.6;
  margin-bottom: 0;
}
.social {
  line-height: 1;
}
.social li {
  display: inline-block;
  vertical-align: middle;
}
.social li:not(:last-child) {
  margin-right: 25px;
}
.social li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social li.love-it {
  vertical-align: middle;
  cursor: pointer;
}
.social li.love-it i {
  margin-left: 5px;
}
.social li.divider {
  vertical-align: top;
  width: 1px;
  height: 25px;
}
/** 02. HEADER
================================================== **/
.header {
  width: 100%;
  max-height: 140px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 50px 0;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.admin-bar .header {
	top: 32px;
}
.header.small,
.admin-bar .header.small {
  top: -140px;
}
.header .header__logo {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 22px;
	font-family: 'Cardo', serif;
}
.header .header__logo img {
  display: block;
  width: auto;
}
.header .header__nav .menu {
  display: inline-block;
  margin: 0;
}
.header .header__nav .menu li {
  display: inline-block;
  position: relative;
}
.header .header__nav .menu li:not(:last-child) {
  margin-right: 50px;
}
.header .header__nav .menu li a {
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header__nav .menu li a.active {
  padding-bottom: 2px;
}
.header .header__nav .menu li ul {
  min-width: 180px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  text-align: center;
  padding: 25px 30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .header__nav .menu li ul li {
  display: block;
  white-space: nowrap;
}
.header .header__nav .menu li ul li:not(:last-child) {
  margin-right: 0;
}
.header .header__nav .menu li ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
}
.header .header__nav .menu li ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.header .header__nav .portfolio__trigger {
  display: none;
  vertical-align: middle;
  position: relative;
  width: 9px;
  height: 19px;
  cursor: pointer;
  margin-left: 50px;
}
.header .header__nav .portfolio__trigger span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .header__nav .portfolio__trigger span:nth-child(1) {
  top: 0;
}
.header .header__nav .portfolio__trigger span:nth-child(2) {
  top: 50%;
  margin-top: -3px;
}
.header .header__nav .portfolio__trigger span:nth-child(3) {
  bottom: 0;
}
.header .header__nav .portfolio__trigger:hover span:nth-child(1) {
  left: 0;
}
.header .header__nav .portfolio__trigger:hover span:nth-child(2) {
  left: 100%;
}
.header .header__nav .portfolio__trigger:hover span:nth-child(3) {
  left: 1px;
}
.header .header__trigger {
  width: 20px;
  height: 16px;
  margin-top: 12px;
  position: relative;
  cursor: pointer;
}
.header .header__trigger span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}
.header .header__trigger span.top {
  top: 0;
}
.header .header__trigger span.middle {
  top: 50%;
  margin-top: -1px;
}
.header .header__trigger span.bottom {
  bottom: 0;
}
.header .mobile__nav {
  display: block;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 2px rgba(17, 17, 17, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .mobile__nav.visible {
  opacity: 1;
  visibility: visible;
}
.header .mobile__nav .menu li {
  display: block;
  position: relative;
  line-height: 50px;
}
.header .mobile__nav .menu li:not(:last-child) {
  margin-right: 0;
}
.header .mobile__nav .menu li a {
  display: block;
}
.header .mobile__nav .menu li ul {
  padding: 0 15px;
}
.header .mobile__nav .menu li ul li {
  line-height: 40px;
}
.header .mobile__nav .menu li ul li:not(:first-child) {
  border-top: 0;
}
@media (max-width: 600px) {
  .header {
    position: absolute;
  }
  .header.small {
    top: 0;
  }
}
/** 03. PORTFOLIO
================================================== **/
.entry .entry__header {
  width: 100%;
  margin-top: 25px;
}
.entry .entry__header .title {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry .entry__header .cat {
  display: block;
  font-size: 16px;
  font-style: italic;
}
.entry .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry .overlay .overlay__caption {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.entry .overlay .overlay__caption .text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px;
}
.entry .overlay .overlay__caption .text span.title {
  display: block;
  font-size: 20px;
  font-weight: 900;
}
.entry .overlay .overlay__caption .text span.cat {
  font-size: 15px;
  font-style: italic;
}
.entry:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.portfolio__filters {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio__filters.visible {
  opacity: 1;
  visibility: visible;
}
.portfolio__filters ul {
  position: absolute;
  bottom: 50px;
  left: 100px;
  max-width: 70%;
}
.portfolio__filters ul li {
  display: inline-block;
  position: relative;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio__filters ul li:not(:last-child):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 1px;
  margin: 0 25px;
}
.portfolio__filters ul li:not(.title) {
  cursor: pointer;
}
.portfolio__filters ul li.title {
  display: block;
  font-family: 'Lato';
  font-size: 14px;
  margin-bottom: 25px;
}
.portfolio__filters ul li.title:after {
  display: none;
}
.portfolio__filters ul li .counter {
  font-family: 'Cardo';
  font-size: 14px;
}
.portfolio__filters .close__filters {
  position: absolute;
  top: 50px;
  left: 100px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.portfolio__filters .close__filters:before,
.portfolio__filters .close__filters:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.portfolio__filters .close__filters:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.portfolio__filters .close__filters:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pages {
  margin: 100px 0 0;
  text-align: center;
  line-height: 1;
}
.pages li {
  display: inline-block;
  min-width: 60px;
  height: 60px;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  vertical-align: middle;
}
.pages li.of {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Cardo';
  font-size: 14px;
  margin: 0 50px;
}
.pages li.prev,
.pages li.next {
  font-size: 16px;
}
.pages li a {
  display: block;
}
@media (max-width: 600px) {
  .pages li {
    font-size: 30px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .pages li.of {
    margin: 0 25px;
  }
}
.works__hover__mouse {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 900;
  padding: 10px 25px;
  position: fixed;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}
.works__hover__mouse.visible {
  opacity: 1;
  visibility: visible;
}
.works__hover__mouse .work__cat {
  display: block;
  font-family: 'Cardo';
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
}
.works__hover__fade {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  display: table;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.works__hover__fade.visible {
  opacity: 1;
  visibility: visible;
}
.works__hover__fade div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 60px;
  font-weight: 900;
}
.works__hover__fade div .work__cat {
  display: block;
  font-family: 'Cardo';
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
}
.project__cat {
  font-family: 'Cardo';
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project__images .project__img {
  position: relative;
  text-align: center;
}
.project__images .project__img:not(:last-child) {
  margin-bottom: 100px;
}
.project__images .project__img a {
  display: inline-block;
}
.project__images .project__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 600px;
}
.project__share {
  margin-top: 100px;
  text-align: center;
}
.project__share h5 span {
  display: block;
  font-size: 15px;
}
/** 04. FOOTER
================================================== **/
.footer {
  padding: 150px 0 100px;
}
.footer .copy {
  font-size: 14px;
  margin-bottom: 15px;
}
.footer .copy a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .social {
  margin-bottom: 0;
}
.footer .to-top {
  position: fixed;
  bottom: 40px;
  right: 50px;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .to-top.visible {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}
.footer .to-top span {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 600px) {
  .footer .to-top {
    display: none;
  }
}
/** 05. BLOG
================================================== **/
.blog .entry__title {
  margin-bottom: 0;
}
.blog .entry__title a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  word-break: break-word;
}
@media (max-width: 600px) {
  .blog .entry__title {
    font-size: 22px;
  }
}
.entry__metas span {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
}
.entry__metas span:not(:last-child):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 1px;
  margin: 0 15px;
}
.entry__metas span a {
  padding-bottom: 2px;
}
.blog__pages {
  margin-top: 100px;
  text-align: center;
}
.blog__pages li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog__pages li:not(:last-child) {
  margin-right: 5px;
}
.blog__pages li.active {
  font-weight: 700;
}
.blog__pages li a {
  display: block;
}
.post__img {
  margin-bottom: 50px;
}
.post__img img.responsive {
    max-height: none;
    width: auto;
    margin: 0 auto;
}
.post__content {
  padding: 0 50px;
}
@media (max-width: 600px) {
  .post__content {
    padding: 0;
  }
}
.post__content p.tags {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 14px;
  clear: both;
}
.post__content p.tags a {
  font-weight: 700;
  padding-bottom: 2px;
  border-bottom: 1px dashed transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post__content p.share {
  font-size: 14px;
}
.post__content p.share a {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post__content table, .post__content dl {
  margin-bottom: 30px;
}
.post__content pre {
  background: #fcfcfc;
  padding: 30px;
  border: 1px solid #eee;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin: 30px 0 20px;
  max-width: 100%;
  overflow: auto;
  display: block;
  word-wrap: break-word;
}
.post__content code {
  font-family: monospace;
}
.single .heading h1 {
  word-wrap: break-word;
}
.comments {
  margin-top: 50px;
}
.comments:before {
  display: block;
  content: '';
  width: 15px;
  height: 1px;
  margin-bottom: 15px;
}
.comments .comments__list {
  margin-bottom: 50px;
  list-style: none;
  margin-left: 0;
}
.comments .comments__list .comment:not(:last-child) {
  margin-bottom: 50px;
}
.comments .comments__list .comment .comment-img {
  width: 60px;
  float: left;
}
.comments .comments__list .comment .comment-img img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.comments .comments__list .comment .comment-content .comment-header {
  float: left;
  min-width: 200px;
  margin-left: 50px;
  max-width: 200px;
}
.comments .comments__list .pingback .comment-content .comment-header {
	margin-left: 0;
}
.comments .comments__list .comment .comment-content .comment-header .name {
  font-size: 14px;
  font-weight: 700;
}
.comments .comments__list .comment .comment-content .comment-header .date {
  font-family: 'Cardo';
  font-size: 12px;
}
.comments .comments__list .comment .comment-content .comment-header a.reply {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  padding-bottom: 2px;
  margin-top: 25px;
}
.comments .comments__list .comment .comment-content .desc {
  display: grid;
  font-size: 20px;
}
.comments .comments__list .children {
  padding: 50px 0 0 60px;
  margin-left: 0;
}
.comments .comments__list .children .children {
	padding-left: 20px
}
@media (max-width: 1000px) {
	.comments .comments__list .children, 
	.comments .comments__list .children .children {
	  padding: 50px 0 0 15px;
	}
  .comments .comments__list .comment .comment-content .comment-header {
    min-width: 120px;
    margin-left: 20px;
    max-width: none;
    width: calc(100% - 80px);
  }
  .comments .comments__list .children .comment .comment-content .comment-header {
    width: calc(100% - 60px);
  }
  .comments .comments__list .children .comment-img {
      width: 40px;
  }
  .comments .comments__list .comment .comment-content .desc {
      font-size: 16px;
      clear: both;
  }
  .comments .comments__list .comment .comment-content .comment-header .date, .comments .comments__list .comment .comment-content .comment-header .name {
    display: inline;
    margin-right: 15px;
  }
  .comment-reply-link {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .comments .comments__list .comment .comment-img {
    width: 50px;
  }
  .comments .comments__list .comment .comment-content .comment-header {
    float: none;
    margin-left: 80px;
  }
  .comments .comments__list .comment .comment-content .desc {
    display: block;
    font-size: 16px;
    margin-top: 15px;
  }
  .comments .comments__list .children, 
  .comments .comments__list .children .children {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 400px) {
  .comments .comments__list .comment .comment-content .comment-header .date, .comments .comments__list .comment .comment-content .comment-header .name {
      margin-right: 5px;
  }
  .comments .comments__list .comment .comment-img {
    width: 35px;
    float: left;
  }
  .comment-content {
    float: left;
    width: calc(100% - 35px);
    padding-left: 15px;
  }
  .comments .comments__list .comment .comment-content .comment-header {
    margin-left: 0;
    line-height: 18px;
  }
  .comments .comments__list .comment:not(:last-child) {
      margin-bottom: 50px;
  }
  .comments .comments__list .children, .comments .comments__list .children .children {
      padding: 50px 0 0 10px;
      clear: both;
  }
  .comments .comments__list .comment .comment-content .desc {
      display: block;
      font-size: 14px;
      margin-top: 10px;
  }
}
li.comment {
  list-style: none;
  clear: both;
  overflow: hidden;
}

.page-links, .comments .page-numbers {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/** 11. WordPress
-------------------------------------------------- **/
.d-none {
	display: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
.widget {
    margin-bottom: 50px;
}
.widget:last-child {
	margin-bottom: 0;
}
.sticky {
    background: #fcfcfc;
    padding: 0 30px 30px;
    border: 1px solid #eee;
}
.bypostauthor img.avatar {
  border-color: #fff;
}
.screen-reader-text,
p:empty {
  display: none;
}
select {
  max-width: 100%;
  width: 100%;
}
.alignleft,
.aligncenter,
.alignright,
.alignnone {
  margin-bottom: 25px;
}
.alignnone {
  display: block;
}
.alignleft { 
  float: left; 
  margin: 0 30px 30px 0 !important;
}
.alignright { 
  float: right; 
  margin: 0 0 30px 30px !important;
}
.aligncenter { 
  display: block; 
  margin-right: auto; 
  margin-left: auto; 
  text-align: center; 
}
figure.aligncenter a {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.aligncenter { 
  text-align: center;
}
table#wp-calendar {
  border: 1px solid #cccccc
}
table#wp-calendar>tbody>tr>td>a {
  text-decoration: underline
}
table#wp-calendar thead>tr>th { 
  width: 35px;
  height: 20px;
  text-align: center;
  border: 1px solid #cccccc;
}
table#wp-calendar tbody>tr>td {
  width: 35px;
  height: 20px;
  text-align: center;
  border: 1px solid #cccccc;
}
table#wp-calendar tfoot>tr>td>a, 
tfoot>tr>td>a:link, 
tfoot>tr>td>a:visited, 
tfoot>tr>td>a:hover, 
tfoot>tr>td>a:active {
  text-decoration: underline;
  height: 23px;
  margin-left: 10px;
  padding-bottom: 3px;
}
table#wp-calendar tfoot>tr>td#prev {
  width: 58px;
  height: 20px;
  text-align: left;
}
table#wp-calendar tfoot>tr>td#next {
  width: 58px;
  height: 20px;
  text-align: right;
}
.widget_rss li {
  margin-bottom: 25px;
}
.widget_rss .rsswidget {
    clear: both;
}
.rssSummary {
  margin: 10px 0;
}
.widget_rss cite {
  font-size: 12px;
}
.post__content ul, .desc ul {
    list-style: square;
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 40px;
}
.post__content ol, .desc ol {
    list-style: decimal;
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 40px;
}
.post__content ul ul, 
.post__content ol ol, 
.desc ul ul, 
.desc ol ol,
.post__content ul ol, 
.post__content ol ul {
    margin-bottom: 0;
}
pre {
	word-wrap: break-word;
}
dd {
    padding:.5em 0;
}
dl {
    width:100%;
}
dt, dd {
    display:inline-block;
    width:30%;
}
dt {
    text-align:right;
    font-weight:bold;
    clear:left;
    float:left;
}
dd {
    width:70%;
    padding-left:1em;
    clear:right;
}
dd + dd {
    float:right;
    clear:both;
}
dt:first-child {
    padding-top:.5em;
}
dd + dt {
   clear:both;
    padding-top:.5em;
}
dt + dt {
    width: 100%;
    float: none;
    padding: 0 70% 0 0;
}
dt + dt + dd {
    margin-top: -2em;
}
dt + dt + dd + dt {
    margin-top: 2em;
}
table {
  border-collapse: collapse;
}
th, td {
	border: 1px solid #eeeeee;
	padding: 8px;
}
tr:nth-child(even) {
	background: #fcfcfc;
}
iframe {
	max-width: 100%;
}
hr {
	clear: both;
}
.post-categories li {
	display: inline;
}
.post-categories li + li {
	margin-left: 5px;
}
.gallery {
	display: block;
	clear: both;
}
.wp-caption { 
  max-width: 100%; 
  text-align: center; 
}
.wp-caption img {
  margin-bottom: 10px;
}
.gallery .gallery-icon {
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.gallery .gallery-icon img {
  border: none !important;
}
.gallery-caption { 
  margin: 20px 0; 
  max-width: 100%; 
  text-align: center; 
  z-index: 999; 
}
.wp-caption-text, 
.gallery-caption-text { 
  margin: 6px 0;
  font-style: italic;
  font-size: 90%;
  line-height: 120%;
  color: #666;
  padding-left: 0;
  width: 100%;
}
.post__content .gallery {
  overflow: hidden;
}
.logo img {
	max-width: 240px;
	vertical-align: top;
}
img {
	max-height: 80vh;
	width: auto;
}
.single .post__content {
	padding-top: 25px;
}
/** 11. Gutenberg
-------------------------------------------------- **/
.wp-block-pullquote {
	border: none;
}
.page .alignfull,
.page .alignwide {
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw;
}
@media only screen and ( min-width: 950px ) {
    .page .alignwide {
        margin-left: -125px;
        margin-right: -125px;
        max-width: 1150px;
    }
}
.container .wp-block-gallery {
	margin: 0 -8px 25px;
}
.wp-block-gallery li {
	float: left;
}
.wp-block-gallery:after, .wp-block-cover-image:after  {
	content:'';
	display: table;
	clear: both;
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image h2 {
	max-width: 100%;
}
@media only screen and ( min-width: 600px ) {
	.wp-block-gallery.columns-2 li:nth-child(2n + 1),
	.wp-block-gallery.columns-3 li:nth-child(3n + 1),
	.wp-block-gallery.columns-4 li:nth-child(4n + 1),
	.wp-block-gallery.columns-5 li:nth-child(5n + 1) {
		clear: left;
	}
}
.post-category a + a,
.tags a {
	margin-left: 8px;
}
.entry__thumb a {
	display: block;
	text-align: center;
}

/** 12. Ninja Forms
-------------------------------------------------- **/
.nf-form-fields-required {
  display: none;
}

.nf-field-label label {
    font-weight: 400 !important;
}

#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 15px !important;
}

.nf-field-element textarea {
    height: auto !important;
    min-height: 120px;
}

.nf-error .ninja-forms-field {
    border: 3px solid #e80000 !important;
}


/** 13. Elementor
-------------------------------------------------- **/
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1280px;
}