/* [1. Body ] */
body {
  margin: 0;
  padding: 0;
  font-family: 'Seravek', -apple-system, 'DejaVu Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
  font-size: 16px;
  color: #3f3f3f;
  background-color: #f5f5f5;
}
blockquote {
  position: relative;
  padding-left: 70px;
  border: none;
}
blockquote p {
  font-size: 1em;
  line-height: 1.25em;
  font-style: italic;
}
blockquote::before {
  content: "“";
  position: absolute;
  top: -30px;
  left: -5px;
  font-size: 200px;
  line-height: 1;
  color: #dcdcdc;
}
sup {
  padding: 0 0.25em;
  top: -.5em;
}
sup a::hover {
  color: #00f;
  font-size: 1.25em;
  font-weight: bolder;
  padding: 0 0.5em;
  text-decoration: underline !important;
}
kbd,
pre,
samp {
    font-family: "Lucida Console", Monaco, monospace;
    background-color: #eff0f1;
    border-radius: 3px;
    color: #393318;
    display: block;
    font-size: 13px;
    line-height: 22px;
    white-space: pre;
    word-wrap: normal;
    margin-bottom: 0;
    padding: 0.333em 0.5em 0.25em;
    overflow: auto;
    width: auto;
}
code {
    font-family: "Lucida Console", Monaco, monospace;
    background-color: #eff0f1;
    border-radius: 3px;
    color: #393318;
    display: inline-block;
    font-size: 0.9em;
    white-space: pre !important;
    word-wrap: normal;
    margin: 0 1px;
    padding: 0 5px;
    overflow: auto;
    vertical-align: bottom;
    width: auto;
}
input { border: 1px solid #ddd; }
audio {
    border: none;
    border-radius: 2em;

    display: inline-block !important;
    min-height: 2em;
    padding: 0;
    margin: 0.5em 0 0;
    width: 100%;

    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-box-shadow: 2px 2px 4px 0px #006773;
}
table {
    margin: 0.25em 0 0.5em;
    max-width: 100%;
}
table th,
table td {
    border-bottom: 1px dashed #000;
    border-left: 1px dashed #000;
    padding: 0.25em 1em;
}
.notifyjs-wrapper { position: fixed !important; }
.notifyjs-bootstrap-yellow {
    background: #ffffc0 !important;
    border: 2px solid #000 !important;
    border-radius: 10px !important;
    color: #000;
}

/** **************************************************** *
    Body Font Size
 ** **************************************************** */
body.font-xs, body .font-xs { font-size: 11px; }
body.font-sm, body .font-sm { font-size: 14px; }
body.font-md, body .font-md { font-size: 16px; }
body.font-lg, body .font-lg { font-size: 18px; }
body.font-xl, body .font-xl { font-size: 20px; }
body.font-xx, body .font-xx { font-size: 22px; }

/** **************************************************** *
    Operations Bar
 ** **************************************************** */
.navbar {
    background-color: #000;
    border-radius: 0;
    border-bottom: 2px solid #000;
    color: #fff;
    overflow: visible;
    opacity: 0.85;
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2000;
}

.navbar a {
    float: left;
    font-size: 1em;
    color: #fff;
    text-align: center;
    padding: 0.25em 1em;
    text-decoration: none;
}
.navbar .navitem { display: inline-block; font-size: 1.125em; margin-right: 1em; padding: 0.6em 1em 0; }
.navbar .navitem span, .navbar .navitem i { display: inline-block; }
.navbar .navitem .min { display: none; }
.navbar .function { display: inline-block; float: right; overflow: hidden; }
.navbar .function a, .navbar .function button { background: transparent; border: 0; font-size: 1.5em; overflow: visible; padding: 0.25em 0.5em; }
.navbar .function a .notification, .navbar .function button .notification { background: #f00; border-radius: 1em; border: 1px solid #000; font-size: 0.5em; font-weight: bold; margin-left: -1em; padding: 0.25em 0.667em 0.333em 0.5em; z-index: 5; }
.navbar .dropdown { float: right; overflow: hidden; }
.navbar .dropdown .dropbtn { background: transparent; border: 0; color: #fff; font-size: 1em; outline: none; padding: 0.25em 1em; margin: 0; }
.navbar .dropdown .dropbtn .hello { display: inline-block; font-size: 1.125em; margin-right: 1em; padding: 0.333em 0 0; }
.navbar .dropdown .dropbtn .avatar { border-radius: 2.5em; max-height: 2.5em; max-width: 2.5em; min-height: 2.5em; min-width: 2.5em; }
.dropdown-content { background-color: #f9f9f9; box-shadow: 0 0.25em 0.5em 0 rgba(0,0,0,0.2); min-width: 8em; position: absolute; right: 0; z-index: 1; }
.dropdown-content a { color: #000; display: block; float: none; padding: 0.5em 1em; text-decoration: none; text-align: right; }
.dropdown-content a:hover { background-color: #ddd; }
.navbar .dropdown:hover, .navbar .dropdown-content { display: block; overflow: visible; }
.nav-spacer { display: block; padding: 0; min-height: 3em; }

@media (max-width: 768px) {
    .navbar .navitem { margin: 0; }
    .navbar .dropdown .dropbtn .hello { display: none; }
}
@media (max-width: 400px) {
    .navbar .navitem .full { display: none; }
    .navbar .navitem .min { display: inline-block; }
}
@media (max-width: 320px) {
    .navbar .navitem .min { display: none; }
}

/*------------------------------------------------------------------
[2. Header ]
*/
.page-header {
  margin-top: 0;
  padding-top: 40px;
  border: none;
}
.page-header__logo {
  margin-bottom: 15px;
  text-align: center;
}
/*------------------------------------------------------------------
[3. Logo ]
*/
.logo h1 {
    font-size: 1em;
    margin-top: 0;
}
.logo__link {
  font-size: 3em;
  color: #262626;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.logo__link:hover {
  color: #262626;
  text-decoration: none;
  opacity: 0.8;
}
.logo__description { font-size: 0.9em; }
/*------------------------------------------------------------------
[4. Navigation ]
*/
.main-nav {
  position: relative;
}
.main-nav__items {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.main-nav__items-submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 30px;
  left: -50px;
  min-width: 245px;
  padding: 20px 0;
  padding-left: 50px;
  padding-right: 20px;
  font-size: 0.9em;
  font-weight: 300;
  text-align: left;
  background-color: #dcdcdc;
  border: 1px solid #dcdcdc;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all .3s ease .15s;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.main-nav__item {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.main-nav__item--active {
  font-weight: bold;
}
.main-nav__item--active::after {
  font-weight: normal;
}
.main-nav__item::after {
  content: "/";
  margin-left: 5px;
}
.main-nav__item:last-child::after {
  content: "";
  margin-left: 0;
}
.main-nav__item:hover .main-nav__items-submenu {
  opacity: 1;
  visibility: visible;
}
.main-nav__item a {
  color: #262626;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.main-nav__item a:hover {
  opacity: 0.8;
}
.main-nav__item-submenu {
  padding: 5px 0;
}
.main-nav__item-submenu--active {
  font-weight: bold;
}
.main-nav__search {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
}
.main-nav__search svg {
  width: 24px;
  height: 24px;
}
.main-nav__search:hover svg {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .main-nav {
    position: absolute;
    left: -258px;
    opacity: 0;
    visibility: hidden;
  }
  .main-nav__search {
    right: 0;
  }
  .main-nav--mobile {
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px 30px;
    padding-right: 20px;
    min-height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    background-color: #dcdcdc;
    transition: left 0.7s ease;
  }
  .main-nav--mobile .main-nav__items .main-nav__items-submenu {
    position: relative;
    top: 0;
    left: -25px;
    min-width: 235px;
    padding-top: 10px;
    padding-bottom: 0;
    visibility: visible;
    opacity: 1;
  }
  .main-nav--mobile .main-nav__item {
    display: block;
    padding-bottom: 20px;
    text-align: left;
  }
  .main-nav--mobile .main-nav__item::after {
    content: "";
    margin-left: 0;
  }
  .main-nav--mobile .main-nav__search {
    position: relative;
  }
}
/*------------------------------------------------------------------
[5. Navigation Toggle ]
*/
.nav-toggle {
  display: none;
}
@media (max-width: 992px) {
  .nav-toggle {
    display: block;
    text-align: center;
  }
  .nav-toggle__icon {
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .nav-toggle__icon:hover {
    opacity: 0.8;
  }
  .nav-toggle__icon:focus {
    outline: 0;
  }
  .nav-toggle__icon:active {
    box-shadow: none;
  }
}
/*------------------------------------------------------------------
[6. Search Popup ]
*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(220, 220, 220, 0.95);
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.search-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 128px;
  height: 128px;
  cursor: pointer;
  z-index: 2;
}
.search-popup__close:hover {
  opacity: 0.8;
}
.search-popup__close:focus {
  outline: 0;
}
.search-popup__close:active {
  box-shadow: none;
}
.search-popup--active {
  opacity: 1;
  z-index: 999999;
}
.search-popup--active .search-popup__close {
  display: block;
}
.search-popup__container {
    position: relative;
    height: 100%;
}
.search-popup .search-box {
    position: absolute;
    left: 60px;
    top: 50%;
    height: 150px;
    margin-top: -75px;
}
.search-popup .search-box p {
    font-style: italic;
    font-size: 2em;
}
.search-popup .search-box.has-result { top: 10%; }
.search-popup .search-box input[type="text"] {
  width: 100%;
  height: 150px;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  font-size: 130px;
}
.search-popup .search-box input[type="text"]:focus {
  outline: none;
}
.search-popup .search-results {
    font-size: 1.25em;
    padding: 0 3em;
    position: absolute;
    overflow-y: auto;
    height: 75%;
    top: 20%;
}
.search-popup .search-results::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.search-popup .search-results::-webkit-scrollbar-thumb {
    background: #FF0000;
}
.search-popup .search-results ul { padding: 0; }
.search-popup .search-results ul li {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
}
.search-popup .search-results ul li .fa { padding: 0 0.5em 0 0; }
.search-popup .search-results .highlight {
    background: #ff0;
    border-radius: 0.125em;
    padding: 0.1em 0.25em;
}

@media (max-width: 768px) {
  .search-popup__close {
    width: 64px;
    height: 64px;
  }
  .search-popup .search-box {
    left: 1em;
    height: 5em;
  }
  .search-popup .search-box input[type="text"] {
    height: 2em;
    font-size: 3em;
    max-width: 85%;
    text-overflow: ellipsis;
  }
  .search-popup .search-results { padding: 0 1em 0 0.5em; }
}
/*------------------------------------------------------------------
[7. Category Title ]
*/
.category-title {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 0px;
  text-align: center;
  background-color: #ffffff;
}
.category-title h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.75em;
  border: 1px dotted #dcdcdc;
}
/*------------------------------------------------------------------
[8. Blog Post ]
*/
.blog-post {
  margin-bottom: 30px;
  padding: 0 30px;
  background-color: #ffffff;
}
.blog-post--fullsize .blog-post__title,
.blog-post--fullsize .blog-post__info,
.blog-post--fullsize .blog-post__content,
.blog-post--fullsize .blog-post__footer {
  max-width: 80%;
  margin: 0px auto;
}
.blog-post__image {
  width: 100%;
  padding: 30px 0px;
  padding-bottom: 0;
}
.blog-post__image img {
  width: 100%;
}
.blog-post__title {
  padding-top: 30px;
  text-align: center;
}
.blog-post__title h2 {
  margin-top: 0;
}
.blog-post__title a {
  color: #262626;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.blog-post__title a:hover {
  opacity: 0.8;
}
.blog-post__info {
  text-align: center;
}
.blog-post__info span {
  font-size: 0.75em;
  color: #777777;
}
.blog-post__info span::after {
  content: "/";
  margin-left: 5px;
}
.blog-post__info span:last-child::after {
  content: "";
  margin-left: 0;
}
.blog-post__info a {
  color: #777777;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.blog-post__info a:hover { opacity: 0.8; }
.blog-post__content {
  padding: 20px 0px;
  line-height: 28px;
}
.blog-post__content p {
  margin-bottom: 20px;
}
.blog-post__content a {
  font-weight: bold;
  color: #262626;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.blog-post__content a:hover {
  color: #262626;
  text-decoration: none;
  opacity: 0.8;
}
.blog-post__footer {
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.blog-post__footer-link {
  font-size: 0.9em;
  color: #262626;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.blog-post__footer-link:hover {
  color: #262626;
  text-decoration: none;
  opacity: 0.8;
}
.blog-post__footer-social {
  position: relative;
  font-size: 0.9em;
  text-transform: uppercase;
}
.blog-post__footer-social span {
  margin-right: 160px;
}
.blog-post__footer-social-icons {
  position: absolute;
  top: -2px;
  right: 0;
  width: 100%;
  text-align: right;
}
.blog-post__footer-social-icons a {
  margin-right: 10px;
  color: #262626;
  text-decoration: none;
}
.blog-post__footer-social-icons a:last-child {
  margin-right: 0;
}
.blog-post__footer-social svg {
  fill: #262626;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.blog-post__footer-social svg:hover {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .blog-post--fullsize .blog-post__title,
  .blog-post--fullsize .blog-post__info,
  .blog-post--fullsize .blog-post__content,
  .blog-post--fullsize .blog-post__footer {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-post__footer {
    flex-direction: column;
  }
  .blog-post__footer-social {
    margin-top: 10px;
  }
  .blog-post__footer-social-icons {
    left: 50px;
    text-align: left;
  }
}
/*------------------------------------------------------------------
[9. Single Post ]
*/
.single-post {
  margin-bottom: 30px;
  padding: 0 30px;
  background-color: #ffffff;
}
.single-post--fullsize .single-post__title,
.single-post--fullsize .single-post__info,
.single-post--fullsize .single-post__content,
.single-post--fullsize .single-post__contact {
  max-width: 80%;
  margin: 0px auto;
  padding: 0.25em 0 0.5em;
}

.single-post--fullsize .single-post__title .inline,
.single-post--fullsize .single-post__info .inline,
.single-post--fullsize .single-post__content .inline,
.single-post--fullsize .single-post__contact .inline {
    display: inline-block;
    padding: 8px 5px 0;
    vertical-align: top;
}
.single-post--fullsize .single-post__content.note { padding: 1em 0 0; }
.single-post--fullsize .single-post__info.note { padding: 0 0 1em; text-align: left; }
.single-post__image {
  width: 100%;
  padding: 30px 0px;
  padding-bottom: 0;
}
.single-post__image img {
  width: 100%;
}
.single-post__title {
  padding-top: 1em;
  text-align: center;
}
.single-post__title h2 {
  margin-top: 0;
}
.single-post__title a {
  color: #262626;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__title a:hover {
  opacity: 0.8;
}
.single-post__title .newpost-h2 {
    font-size: 2em;
    padding: 0 0.25em;
    text-align: center;
    width: 100%;
}
.single-post__info .search-filter {
    font-size: 1.25em;
    padding: 0.25em 1em 0.333em;
    margin: 0 0 1em;
    text-align: center;
    width: 100%;
}
.single-post__title--about,
.single-post__title--contact,
.single-post__title--404 {
  padding-top: 50px;
  padding-bottom: 20px;
}
.single-post__title--about h2,
.single-post__title--contact h2,
.single-post__title--404 h2 {
  padding: 20px 0;
  font-size: 2em;
  text-transform: uppercase;
  border: 1px dotted #dcdcdc;
}
.single-post__info {
  text-align: center;
}
.single-post__info input::placeholder,
.single-post__info textarea::placeholder {
    color: #ccc;
    font-style: italic;
}
.single-post__info.text-left { text-align: left; }
.single-post__info.text-right { text-align: right; }
.single-post__info .newpost-small {
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 2px solid #eee;
    display: inline-block;
    font-size: 1.25em;
    text-align: center;
    padding: 0.5em 0.5em 0.25em;
    min-width: 49%;
    margin: 5px 0;
    height: 45px;
}
.single-post__info .newpost-full {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
    padding: 5px 1%;
}
.single-post__info textarea.newpost-full { border: 1px solid #eee; }
.single-post__info .newpost-full.geo {
    min-width: calc(100% - 215px);
    max-width: calc(100% - 215px);
    width: 90%;
}
.single-post__info .newpost-full.top,
.single-post__info label.top {
    vertical-align: text-top;
    margin-bottom: 10px;
    max-height: 250px;
}
.single-post__info .newpost-full.top::placeholder,
.single-post__info label.top::placeholder {
    text-align: center;
    padding: 0.675em 0;
}
.single-post__info .newpost-half {
    width: 33%;
    max-width: 33%;
    min-width: 33%;
    padding: 5px 1%;
}
.single-post__info .publish { min-width: 8em; }
.single-post__info .post-edit {
    border-top: 1px solid #777777;
    font-size: 1em;
    padding: 0.25em 0.5em 0 1.75em;
}
.single-post__info label {
    width: 13%;
    max-width: 13%;
    min-width: 13%;
    padding: 5px 1%;
    text-align: right
}
.single-post__info label.tiny {
    padding: 0;
    margin: 0;
    max-height: 5px;
    height: 5px;
}
.single-post__info select {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 36px;
}
.single-post__info input[type=file] { display: inline-block; }
.single-post__info span {
  font-size: 0.75em;
  color: #777777;
}
.single-post__contact progress,
.single-post__info progress {
    -webkit-appearance: none;
    appearance: none;

    display: inline-block;
    padding: 0;
    margin: 0 auto 5px;

    max-height: 10px;
    max-width: 80%;
    min-width: 80%;
    width: 100%;
}
.single-post__contact progress[value]::-webkit-progress-bar,
.single-post__info progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;

    -webkit-animation: animate-stripes 5s linear infinite;
            animation: animate-stripes 5s linear infinite;
}

@-webkit-keyframes animate-stripes {
   100% { background-position: -100px 0px; }
}

@keyframes animate-stripes {
   100% { background-position: -100px 0px; }
}

.single-post__info span::after {
  content: "/";
  margin-left: 5px;
}
.single-post__info span:last-child::after {
  content: "";
  margin-left: 0;
}
.single-post__info a {
  color: #777777;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__info a:hover {
  opacity: 0.8;
}
.single-post__content {
  padding: 20px 0px;
  line-height: 28px;
}
.single-post__content p { margin: 0.5em 0; }
.single-post__content p .audio-title, .single-post__content p.audio-title { margin: 0; padding: 0 0 0 1.5em; font-style: italic; }
.single-post__content.note p { margin: 0 0 0.5em; }
.single-post__content.note p .account { cursor: pointer; font-weight: bold; }
.single-post__content img {
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto;
  padding: 0.25em;
  max-width: 100%;
}
.single-post__content img.alignleft {
  display: inline-block;
  float: left;
  margin: 0.25em 1em 0 0 !important;
  text-align: left;
}
.single-post__content img.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.single-post__content img.alignright {
  display: inline-block;
  float: right;
  margin: 0.25em 0 0 1em !important;
  text-align: right;
}
.single-post__content a {
  font-weight: bold;
  color: #262626;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__content a:hover {
  color: #262626;
  text-decoration: none;
  opacity: 0.8;
}
.single-post__content .newpost-content {
    border: 1px solid #ddd;
    display: flex;
    min-height: 400px;
    max-height: 2500px;
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0.5em 0.5em 0.5em 0.75em;
    width: 100%;
}
.single-post__content .content-shadow {
    border: 1px solid #ddd;
    display: flex;
    float: left;
    max-height: 2450px;
    padding: 0.5em 0.5em 0.5em 0.75em;
    position: fixed;
    visibility: hidden;
}
.single-post__content-imagefull {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.single-post__content--about,
.single-post__content--contact {
  text-align: justify;
}
.single-post__content--404 {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}
.single-post__content--404 p {
  margin-bottom: 50px;
}
.single-post__content--404 form {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
  border: 1px solid #dcdcdc;
}
.single-post__content--404 form input[type="text"] {
  width: 100%;
  height: 38px;
  padding-left: 10px;
  padding-right: 90px;
  font-size: 0.75em;
  border: 0;
}
.single-post__content--404 form input[type="text"]:focus {
  outline: 0;
}
.single-post__content--404 form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  padding: 0 20px;
  font-size: 0.75em;
  border: 0;
  color: #3f3f3f;
  background-color: #dcdcdc;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__content--404 form input[type="submit"]:hover {
  opacity: 0.8;
}
.single-post__content--404 form input[type="submit"]:focus {
  outline: 0;
}
.single-post__content .archive-item {
    list-style-type: none;
    list-style: none;
}
.single-post__content .archive-list { padding: 0; }
.single-post__content .archive-group {
    border-bottom: 1px solid #333;
    font-size: 1.5em;
    font-weight: bold;
    list-style: none;
    list-style-type: none;
    padding: 1em 0 0.25em;
    margin: 0 0 0.5em;
}
.single-post__content .archive-item .archive-num {
    display: inline-block;
    min-width: 4em;
    text-align: right;
    vertical-align: text-top;
}
.single-post__content .archive-item .archive-title {
    border-bottom: 1px solid #eee;
    display: inline-block;
    text-align: left;
    vertical-align: text-top;
    max-width: calc(100% - 10em);
    width: calc(100% - 10em);
}
.single-post__content .archive-item .archive-title a { cursor: pointer; font-weight: normal; }
.single-post__content .archive-item .fa {
    display: inline-block;
    font-size: 1.2em;
    padding: 0.25em 0.25em 0;
    text-align: center;
    vertical-align: text-top;
    min-width: 2em;
    max-width: 2em;
}
.single-post__footer {
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.single-post__footer-tags {
    display: block;
    width: 100%;
}
.single-post__footer-tags::after {
  content: "";
  display: table;
  clear: both;
}
.single-post__footer-tags h3 {
  float: left;
  margin: 0;
  padding: 5px 10px;
  padding-right: 15px;
  padding-left: 0;
  font-size: 0.9em;
  text-transform: uppercase;
  line-height: 1;
  border: 1px dotted #ffffff;
}
.single-post__footer-tags ul {
    list-style: none;
    text-align: center;
    width: 100%;
}
.single-post__footer-tags ul li {
  border: 1px dotted #dcdcdc;
  color: #262626;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__footer-tags-list {
    float: left;
    line-height: 1.333em;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.single-post__footer-tags-list li {
    float: left;
    margin: 0 0.5em 0 0;
}
.single-post__footer-tags-list a {
  float: left;
  margin-right: 4px;
  padding: 5px 10px;
  border: 1px dotted #dcdcdc;
  font-size: 0.9em;
  color: #262626;
  text-decoration: none;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__footer-tags-list a:hover {
  border-color: #262626;
}
.single-post__footer-tags-list a:last-child {
  margin-right: 0;
}
.single-post__footer-social {
  position: relative;
  padding: 5px 10px;
  padding-left: 0;
  font-size: 0.9em;
  text-transform: uppercase;
  line-height: 1;
}
.single-post__footer-social span {
  margin-right: 160px;
  line-height: 1;
}
.single-post__footer-social-icons {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  text-align: right;
}
.single-post__footer-social-icons a {
  margin-right: 10px;
  color: #262626;
  text-decoration: none;
}
.single-post__footer-social-icons a:last-child {
  margin-right: 0;
}
.single-post__footer-social svg {
  fill: #262626;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__footer-social svg:hover {
  opacity: 0.8;
}
.single-post__footer--about,
.single-post__footer--contact {
  justify-content: center;
  border-bottom: none;
}
.single-post__author {
  padding: 50px 0px;
  border-bottom: 1px dotted #dcdcdc;
}
.single-post__author::after {
  content: "";
  display: table;
  clear: both;
}
.single-post__author-avatar {
  float: left;
  max-width: 150px;
}
.single-post__author-avatar img {
  width: 100%;
}
.single-post__author-info {
  margin-left: 180px;
}
.single-post__author-info h5 {
  font-size: 1em;
  font-weight: bold;
}
.single-post__author-info p {
  font-size: 0.9em;
}
.single-post__author-info-social {
  padding-bottom: 0;
  text-align: left;
}
.single-post__author-info-social a {
  margin-right: 10px;
  color: #262626;
  text-decoration: none;
}
.single-post__author-info-social a:last-child {
  margin-right: 0;
}
.single-post__author-info-social svg {
  fill: #262626;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__author-info-social svg:hover {
  opacity: 0.8;
}
.single-post__nav {
  padding: 50px 0px;
  border-bottom: 1px dotted #dcdcdc;
}
.single-post__nav::after {
  content: "";
  display: table;
  clear: both;
}
.single-post__nav-previous {
  float: left;
  max-width: 50%;
}
.single-post__nav-previous-link {
  position: relative;
  padding-left: 15px;
  padding-bottom: 5px;
  font-size: 0.75em;
  text-transform: uppercase;
}
.single-post__nav-previous-link::before {
  content: "<";
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 1.1em;
}
.single-post__nav-previous span {
  text-align: left;
}
.single-post__nav-next {
  float: right;
  max-width: 50%;
}
.single-post__nav-next-link {
  position: relative;
  padding-right: 15px;
  padding-bottom: 5px;
  font-size: 0.75em;
  text-transform: uppercase;
}
.single-post__nav-next-link::after {
  content: ">";
  position: absolute;
  top: -6px;
  right: 0;
  font-size: 1.1em;
}
.single-post__nav-next span {
  text-align: right;
}
.single-post__nav a {
  font-weight: normal;
  color: #262626;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__nav a:hover {
  color: #262626;
  text-decoration: none;
  opacity: 0.8;
}
.single-post__nav span {
  display: block;
}
.single-post__related {
  padding: 50px 0px;
  border-bottom: 1px dotted #dcdcdc;
}
.single-post__related::after {
  content: "";
  display: table;
  clear: both;
}
.single-post__related-item {
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
}
.single-post__related-item img {
  max-width: 100%;
}
.single-post__related-item:last-child {
  margin-right: 0;
}
.single-post__related-item a {
  display: block;
  color: #262626;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__related-item a:hover {
  opacity: 0.8;
}
.single-post__related-item h6 {
  font-size: 0.9em;
  line-height: 20px;
}
.single-post__related-item span {
  font-size: 0.75em;
  color: #777777;
}
.single-post__comments { padding: 25px 0 10px; }
.single-post__comments .comment-item {
    border-top: 1px dotted #ccc;
    padding: 5px 0;
    margin: 0 auto;
    display: block;
    max-width: 80%;
    width: 80%;
}
.single-post__comments .comment-item .avatar {
    display: inline-block;
    padding: 5px 0 0;
    vertical-align: text-top;
    text-align: center;
    max-width: 75px;
    min-width: 75px;
}
.single-post__comments .comment-item .avatar span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #ccc;
    display: block;
    max-height: 50px;
    min-height: 50px;
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    width: 50px;
}
.single-post__comments .comment-item .content {
    display: inline-block;
    vertical-align: text-top;
    max-width: calc(100% - 100px);
    min-width: calc(100% - 100px);
    width: 90%;
}
.single-post__comments .comment-item .content h4 { margin: 0 0 10px; }
.single-post__comments .comment-item .content p span.account { font-weight: bold; }
.single-post__comments h5 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1em;
  font-weight: bold;
}
.single-post__comments-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 20px;
  border-bottom: 1px dotted #dcdcdc;
}
.single-post__comments-item-body {
  margin-bottom: 30px;
}
.single-post__comments-item-body::after {
  content: "";
  display: table;
  clear: both;
}
.single-post__comments-item-avatar {
  max-width: 120px;
  float: left;
}
.single-post__comments-item-avatar img {
  width: 100%;
}
.single-post__comments-item-right {
  margin-left: 140px;
}
.single-post__comments-item-right::after {
  content: "";
  display: table;
  clear: both;
}
.single-post__comments-item-reply {
  float: right;
}
.single-post__comments-item-reply a {
  font-size: 0.75em;
  font-weight: normal;
  color: #262626;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__comments-item-reply a:hover {
  color: #262626;
  text-decoration: none;
  opacity: 0.8;
}
.single-post__comments-item-info {
  margin-bottom: 15px;
}
.single-post__comments-item-info-author a {
  font-weight: bold;
  color: #262626;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__comments-item-info-author a:hover {
  color: #262626;
  text-decoration: none;
  opacity: 0.8;
}
.single-post__comments-item-info-date a {
  font-size: 0.75em;
  font-weight: normal;
  color: #777777;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__comments-item-info-date a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.single-post__comments-children {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 35px;
}
.single-post__comments-respond {
  padding-top: 50px;
}
.single-post__comments-respond p {
  margin-bottom: 20px;
}
.single-post__comments-respond label {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
  color: #777777;
}
.single-post__comments-respond textarea {
  width: 100%;
  height: 150px;
  padding: 8px 8px 8px 18px;
  border: 1px solid #dcdcdc;
}
.single-post__comments-respond textarea:focus {
  outline: 0;
  border: 1px solid #262626;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__comments-respond input[type="text"],
.single-post__comments-respond input[type="email"] {
  width: 50%;
  height: 45px;
  padding: 0 14px;
  border: 1px solid #dcdcdc;
}
.single-post__comments-respond input[type="text"]:focus,
.single-post__comments-respond input[type="email"]:focus {
  outline: 0;
  border: 1px solid #262626;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__comments-respond input[type="submit"] {
  padding: 10px 25px;
  font-size: 0.9em;
  border: 0;
  color: #3f3f3f;
  background-color: #dcdcdc;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__comments-respond input[type="submit"]:hover { opacity: 0.8; }
.single-post__comments-respond input[type="submit"]:focus { outline: 0; }
.single-post__contact p { margin-bottom: 20px; }
.single-post__contact label {
  display: block;
  font-size: 1em;
  font-weight: normal;
  color: #333;
}
.single-post__contact textarea {
  width: 100%;
  height: 150px;
  padding: 8px 8px 8px 18px;
  border: 1px solid #dcdcdc;
}
.single-post__contact textarea:focus {
  outline: 0;
  border: 1px solid #262626;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__contact input[type="text"],
.single-post__contact input[type="email"],
.single-post__contact input[type="password"] {
  width: 49.5%;
  height: 45px;
  padding: 0 14px;
  border: 1px solid #dcdcdc;
}
.single-post__contact input[type="text"]:focus,
.single-post__contact input[type="email"]:focus,
.single-post__contact input[type="password"]:focus {
  outline: 0;
  border: 1px solid #262626;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__contact input[type="submit"] {
  padding: 10px 25px;
  font-size: 0.9em;
  border: 0;
  color: #3f3f3f;
  background-color: #dcdcdc;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__contact input[type="submit"]:hover { opacity: 0.8; }
.single-post__contact input[type="submit"]:focus { outline: 0; }
.single-post__contact input[type="image"] { border: 0 !important; }
.single-post__contact .fullwide { width: 100% !important; }
.single-post__contact h4 {
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 1.5em;
  font-weight: bold;
  max-width: 66%;
  min-width: 50%;
  padding: 0.25em 0;
}
.single-post__contact .switch-label {
  display: inline-block;
  font-size: 1.1em;
  font-weight: normal;
  height: 34px;
  margin: 0 0 0.25em;
  min-width: 10em;
  padding: 0 0.5em 0 0;
  text-align: right;
  vertical-align: bottom;
}
.single-post__contact .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.single-post__contact .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.single-post__contact .tip-label {
  display: block;
  font-size: 1.1em;
  font-weight: normal;
}
.single-post__contact .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.single-post__contact .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.single-post__contact input:checked + .slider { background-color: #333; }
.single-post__contact input:focus + .slider { box-shadow: 0 0 1px #333; }
.single-post__contact input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.single-post__contact .slider.round { border-radius: 34px; }
.single-post__contact .slider.round:before { border-radius: 50%; }

.single-post__contact-thank-you { text-align: center; }
.single-post__contact-thank-you a {
  font-weight: bold;
  color: #262626;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post__contact-thank-you a:hover {
  color: #262626;
  text-decoration: none;
  opacity: 0.8;
}
.single-post__contact .message {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 0.5em 1em;
    margin: 0;
    width: 100%;
}
.single-post__contact .message:last-child { border: 0; }
.single-post__contact .message .message-from {
    display: inline-block;
    max-width: calc(100% - 22em);
    min-width: calc(100% - 22em);
    width: calc(100% - 22em);
}
.single-post__contact .message .message-source {
    display: block;
    font-size: 1.1em;
    text-align: justify;
    width: 100%;
}
.single-post__contact .message .message-source {
    display: inline-block;
    text-align: right;
    max-width: 20em;
    min-width: 20em;
    width: 20em;
}
.single-post__contact .message .message-date {
    display: block;
    width: 100%;
}
.single-post__contact .message .message-content { padding: 0.5em 1em; }
.single-post__contact .message .message-content p { margin: 0 0 0.5em; }
.single-post__contact .message .unread { font-weight: bold; }
.single-post__site-details {
  display: inline-block;
  min-width: 49%;
  max-width: 49%;
  padding: 0;
  margin: 0;
}
.single-post__site-descr .settings-half,
.single-post__site-details .settings-half {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 0;
    display: inline-block;
    font-size: 1.1em;
    vertical-align: top;
    padding: 0.25em 0.25em 0.25em 0.5em;
    margin: 0;
    min-width: 325px;
    max-width: 450px;
    width: 100%;
}
.single-post__contact .js-message {
    background: #ff0;
    border: 2px solid #000;
    border-radius: 1em;
    padding: 0.5em 1.5em 0.4em;
    margin: 2em 0 0;
}
.single-post__content.export-result {
    font-style: italic;
    max-width: 100%;
}

.confirm-delete { text-align: left; }
.btn-delete-cancel,
.btn-delete-post,
.btn-publish,
.btn-delete { min-width: 8em; }
.btn-delete-post { margin-right: 5em; }
.btn-lg {
    padding: 0.333em 1em 0.25em;
    min-width: 225px;
}

@media (max-width: 1199px) {
  .single-post--fullsize .single-post__title,
  .single-post--fullsize .single-post__info,
  .single-post--fullsize .single-post__content,
  .single-post--fullsize .single-post__contact {
    padding: 0.25em 0.5em 0.5em;
    max-width: 100%;
  }

  .single-post__info label { min-width: 8em; max-width: 8em; width: 8em; }
  .single-post__info .newpost-half,
  .single-post__info .newpost-full { min-width: calc(100% - 9em); max-width: calc(100% - 9em); width: calc(100% - 9em); }
  .btn-publish { margin: 1em 1em 0 0; }
}
@media (max-width: 767px) {
  .container { padding-left: 0; padding-right: 0; }
  .post-article { padding: 0 0.25em; }
  .single-post__content img {
    margin: 0 -15px;
    max-width: calc(100% + 30px);
  }

  .single-post { padding: 0; }
  .single-post__content p { margin: 0.5em 1em 1em; text-align: -webkit-auto; }
  .single-post--fullsize .single-post__content.note { padding: 0.75em; overflow: auto; }
  .single-post--fullsize .single-post__info.note { padding: 0 0.75em 1em; }
  .single-post__title h2 { margin: 0; padding: 0 1em; }
  .single-post__info { padding: 0 1em; }

  .single-post__footer { flex-direction: column; }
  .single-post__footer-social { margin-top: 10px; }
  .single-post__footer-social-icons { left: 50px; text-align: left; }
  .single-post__footer--about,
  .single-post__footer--contact {
    flex-direction: row;
  }
  .single-post__content--404 { max-width: 100%; }
  .single-post__author-avatar { display: none; }
  .single-post__author-info { margin-left: 0; }
  .single-post__related-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .single-post__related-item:last-child { margin-bottom: 0; }
  .single-post__comments-item-avatar { display: none; }
  .single-post__comments-item-right { margin-left: 0; }
  .single-post__comments-respond input[type="text"],
  .single-post__comments-respond input[type="email"] {
    width: 100%;
  }
  .single-post__contact input[type="text"],
  .single-post__contact input[type="email"] {
    width: 100%;
  }
  .single-post__site-details {
    display: block;
    min-width: 100%;
    max-width: 100%;
  }

  .single-post__content .newpost-content { border-right: 0; border-left: 0; border-top: 0; }
  .single-post__title .newpost-h2 { border-left: 0; border-right: 0; border-top: 0; margin: 2%; width: 95%; }
  .single-post__info .newpost-small { margin: 0 2%; text-align-last: center; width: 95%; }
  .single-post__info label { min-width: 35%; max-width: 35%; width: 35%; }
  .single-post__info .newpost-half,
  .single-post__info .newpost-full { min-width: 60%; max-width: 60%; width: 60%; }
  .btn-publish { margin: 1em 1em 0 0; }
  .btn-delete { margin: 1em 0 0 1em; }
  .btn-delete-cancel,
  .btn-delete-post { margin: 0 auto; }
  .confirm-delete { text-align: center; }
  .dropzone { border-right: 0; border-left: 0; min-height: 5em; }
}
.btn-read-source {
    border-width: 2px;
    vertical-align: top;
}
/*------------------------------------------------------------------
[10. Sidebar Widget ]
*/
.sidebar-widget {
  padding: 0 30px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
.sidebar-widget:last-child {
  margin-bottom: 80px;
}
.sidebar-widget h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 1.5em;
  color: #262626;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px dotted #dcdcdc;
}
.sidebar-widget__about-me-image {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
}
.sidebar-widget__about-me-image img {
  width: 100%;
}
.sidebar-widget p {
  margin-bottom: 0;
  padding: 15px 0px;
  padding-bottom: 0;
  font-size: 0.9em;
  line-height: 22px;
  text-align: center;
}
.sidebar-widget__follow-me-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  padding: 15px 0px;
  padding-bottom: 0;
}
.sidebar-widget__follow-me-icons a {
  color: #262626;
  text-decoration: none;
}
.sidebar-widget__follow-me-icons svg {
  fill: #262626;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar-widget__follow-me-icons svg:hover {
  opacity: 0.8;
}
.sidebar-widget__popular-item {
  padding-top: 20px;
}
.sidebar-widget__popular-item::after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-widget__popular-item-image {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.sidebar-widget__popular-item-image img {
  width: 100%;
}
.sidebar-widget__popular-item-info {
  float: left;
  width: 120px;
}
.sidebar-widget__popular-item-info span {
  font-size: 0.75em;
  color: #777777;
}
.sidebar-widget__popular-item-info a {
  font-size: 0.9em;
  color: #262626;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar-widget__popular-item-info a:hover {
  opacity: 0.8;
}
.sidebar-widget__popular-item-date {
  line-height: 1;
}
.sidebar-widget__popular-item-content {
  margin-top: 8px;
  line-height: 1;
}
.sidebar-widget__banner {
  width: 100%;
}
.sidebar-widget__banner img {
  width: 100%;
}
.sidebar-widget__tag-cloud {
  padding-top: 20px;
}
.sidebar-widget__tag-cloud a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px dotted #dcdcdc;
  font-size: 0.9em;
  color: #262626;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar-widget__tag-cloud a:hover {
  border-color: #262626;
}
.sidebar-widget__tag-cloud a:last-child {
  margin-right: 0;
}
.sidebar-widget__subscribe p {
  padding-bottom: 10px;
}
.sidebar-widget__subscribe form {
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #dcdcdc;
}
.sidebar-widget__subscribe form input[type="text"] {
  width: 100%;
  height: 38px;
  padding-left: 10px;
  padding-right: 60px;
  font-size: 0.75em;
  border: 0;
}
.sidebar-widget__subscribe form input[type="text"]:focus {
  outline: 0;
}
.sidebar-widget__subscribe form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  font-size: 0.75em;
  border: 0;
  color: #3f3f3f;
  background-color: #dcdcdc;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar-widget__subscribe form input[type="submit"]:hover {
  opacity: 0.8;
}
.sidebar-widget__subscribe form input[type="submit"]:focus {
  outline: 0;
}
.sidebar-widget__instagram {
  padding-top: 20px;
}
.sidebar-widget__instagram::after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-widget__instagram a {
  float: left;
  width: 32.12121%;
  margin-right: 1.81818%;
  margin-bottom: 1.81818%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar-widget__instagram a:nth-child(3n) {
  margin-right: 0;
}
.sidebar-widget__instagram a:hover {
  opacity: 0.8;
}
.sidebar-widget__instagram img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .sidebar-widget__popular-item-image {
    margin-right: 10px;
  }
  .sidebar-widget__popular-item-info {
    width: 140px;
  }
}
@media (max-width: 991px) {
  .sidebar-widget__popular-item {
    display: flex;
  }
  .sidebar-widget__popular-item-info {
    width: auto;
  }
}
/*------------------------------------------------------------------
[11. Pagination ]
*/
.blog-pagination__items {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 30px;
  padding-bottom: 60px;
}
.blog-pagination__item {
  display: inline-block;
  margin-right: 10px;
}
.blog-pagination__item--active {
  font-weight: bold;
}
.blog-pagination__item a {
  color: #262626;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.blog-pagination__item a:hover {
  opacity: 0.8;
}
/*------------------------------------------------------------------
[12. Footer ]
*/
.page-footer {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
.page-footer h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
.page-footer__top {
  padding-bottom: 40px;
  border-bottom: 1px dotted #dcdcdc;
}
.page-footer__top-about p {
  max-width: 360px;
}
.page-footer__top-about a {
  color: #262626;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.page-footer__top-about a:hover {
  opacity: 0.8;
}
.page-footer__nav-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-footer__nav-item {
  margin-bottom: 5px;
}
.page-footer__nav-item a {
  color: #262626;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.page-footer__nav-item a:hover {
  opacity: 0.8;
}
.page-footer__recent-post {
  margin-bottom: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-footer__recent-post a {
  color: #262626;
  max-width: 100%;
  text-decoration: none;
  text-overflow: ellipsis;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.page-footer__recent-post a:hover {
  opacity: 0.8;
}
.page-footer__recent-post-date {
  line-height: 1;
}
.page-footer__recent-post-date span {
  font-size: 0.75em;
  color: #777777;
}
.page-footer__bottom {
  padding-top: 40px;
}
.page-footer__bottom-copyright {
  font-size: 0.9em;
}
.page-footer__bottom-social {
  padding-bottom: 0;
  text-align: right;
}
.page-footer__bottom-social a {
  margin-right: 10px;
  color: #262626;
  text-decoration: none;
}
.page-footer__bottom-social a:last-child {
  margin-right: 0;
}
.page-footer__bottom-social svg {
  fill: #262626;
  width: 16px;
  height: 16px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.page-footer__bottom-social svg:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .page-footer__bottom-social {
    text-align: left;
  }
}

.coverfile-preview {
    border: 1px solid #eee;
    display: inline-block;
    padding: 3px;

    max-height: 150px;
    min-height: 150px;
    max-width: 150px;
    min-width: 150px;
}
.coverfile-btn {
    color: #fff !important;
    display: inline-block !important;
    margin: 0 0 0 5px;
    vertical-align: top;
}

.rtl {
    text-align: initial;
    direction: rtl;
}

.inline-checks label {
    display: inline-block;
    font-size: 1.25em;
    vertical-align: text-top;
    padding: 3px 5px 3px 0;
    margin: 0 15px 7px 0;
}
.inline-checks label input[type=checkbox] {
    margin: 0 5px 0 0;
}

/** ******************************************************************************************** *
    Audio Elements
 ** ******************************************************************************************** */
.audio-controls {
    display: block;
    margin: 0;
    padding: 1em 3em 0.5em;
    text-align: center;
    width: 100%;
}

.audio-controls button {
    background-color: transparent;
    background: transparent;
    border: 1px solid #eee;
    color: #3f3f3f;
    font-size: 1.25em;
    padding: 0.5em 0.333em 0.333em;
    margin: 0.25em 0.5em 0;
    min-width: 75px;
    max-width: 90px;
}
.audio-position {
    display: block;
    color: #3f3f3f;
    font-size: 0.75em;
    padding: 0 0.5em 0 0;
    text-align: right;
    width: 100%;
}

.audio-controls .audio-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    background: #ccc;
    outline: #000;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin: 0.25em 0 1em;
}
.audio-controls .audio-range:hover { opacity: 1; }
.audio-controls .audio-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1em;
  height: 2.5em;
  background: #3f3f3f;
  border: 2px solid #fff;
  cursor: pointer;
}
.audio-controls .audio-range::-moz-range-thumb {
  width: 1em;
  height: 2.5em;
  background: #3f3f3f;
  cursor: pointer;
}

.audio-body {
    display: block;
    padding: 0 1.5em;
}
.audio-body .media-item {
    border-top: 1px solid #ccc;
    padding: 0.5em 0 0;
    list-style: none;
}
.audio-body .media-item .track-no {
    display: inline-flex;
    font-weight: bold;
}
.audio-body .media-item .file-size {
    display: inline-flex;
    font-style: italic;
    font-size: 0.75em;
    float: right;
}
.audio-body .media-item .audio-controls { padding: 0 1em 0.5em; }
.audio-body .audio-script {
    background: #ffffe5;
    border: 2px solid #a0413c;
    border-radius: 1em;
    display: block;
    line-height: 1.1em;
    list-style: none;
    padding: 0.5em 1em;
    margin: 0 1em 1em;
}
.audio-body .audio-script p {
    min-height: 1em;
    padding: 0;
    margin: 0 0 0.25em 1em;
    text-indent: -1em;
}

@media (max-width: 1024px) {
    .audio-controls .audio-range::-webkit-slider-thumb { width: 1.333em; }
    .audio-controls .audio-range::-moz-range-thumb { width: 1.333em; }
    .audio-controls { min-width: 400px; }
    .audio-controls button {
        padding: 0.5em 0.5em;
        max-height: 45px;
        max-width: 90px;
        min-width: 60px;
    }
    .audio-container {
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .audio-controls .audio-range::-webkit-slider-thumb { width: 1.333em; }
    .audio-controls .audio-range::-moz-range-thumb { width: 1.333em; }
    .audio-container { margin: 0 0 1em; }
}
@media (max-width: 600px) {
    .audio-controls {
        min-width: 320px;
        padding: 1em 0;
    }
}

/** ******************************************************************************************** *
    WebMentions
 ** ******************************************************************************************** */
.webmention-header {
    display: block;
    padding: 5px 0 15px;
    margin: 0 auto;
    max-width: 80%;
}
.webmention-mention {
    display: block;
    padding: 5px 0 15px;
    margin: 0 auto;
    max-width: 80%;
}
.webmention-author { display: block; }
.webmention-author img {
    border: 1px solid #eee;
    border-radius: 50px;
    max-width: 65px;
    max-height: 65px;
    padding: 2px;
    margin: 0 10px 0 0;
}
.webmention-summary { padding: 5px 10px 5px 75px; }
.webmention-published {
    display: block;
    padding: 0 0 0 75px;
}

/*------------------------------------------------------------------
[13. Content Overlay ]
*/
.content-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
}
.content-overlay--active {
  display: block;
}

/**
 *  Dark Mode
 */
body.dark {
    background-color: #4a4a4d;
    background: #4a4a4d;
    color: #d7d7d8;
}
body.dark a { color: #59c8fd; }
body.dark pre {
    background-color: #4a4a4d;
    background: #4a4a4d;
    border: 1px solid #4a4a4d;
}
body.dark code {
    background-color: #4a4a4d;
    background: #4a4a4d;
    color: #d7d7d8;
    max-width: calc(100% + 30px);
    min-width: calc(100% + 30px);
    width: 100%;
}
body.dark .logo__link,
body.dark .logo__description { color: #d7d7d8; }
body.dark .nav-toggle__icon { color: #d7d7d8; }
body.dark .main-nav__item a { color: #d7d7d8; }
body.dark .single-post {
    background-color: #4a4a4d;
    background: #4a4a4d;
}
body.dark .single-post__info,
body.dark .single-post__info span,
body.dark .single-post__info a.dt-published,
body.dark .single-post__info a.dt-published:hover,
body.dark .single-post__info a.dt-published:visited { color: #d7d7d8; }
body.dark .single-post__title a,
body.dark .single-post__title a:hover,
body.dark .single-post__title a:visited { color: #d7d7d8; }
body.dark .single-post__contact label { color: #d7d7d8; }
body.dark .single-post__content a,
body.dark .single-post__content a:hover,
body.dark .single-post__content a:visited {
    color: #59c8fd;
    font-weight: normal;
}
body.dark .single-post__content img {
    border: 1px solid transparent;
    padding: 0;
}
body.dark .single-post__contact input[type="text"],
body.dark .single-post__contact input[type="email"],
body.dark .single-post__contact input[type="password"] {
    background-color: #4a4a4d;
    background: #4a4a4d;
    border: 1px solid #d7d7d8;
}
body.dark .single-post__contact h4 { color: #d7d7d8; }
body.dark .single-post__contact textarea {
    background-color: #4a4a4d;
    background: #4a4a4d;
    border: 1px solid #d7d7d8;
}
body.dark .single-post__contact label { color: #d7d7d8; }
body.dark .single-post__contact input[type="submit"] {
    background-color: #4a4a4d;
    background: #4a4a4d;
    border: 1px solid #d7d7d8;
    color: #d7d7d8;
}
body.dark .single-post__contact .slider { background-color: #333; }
body.dark .single-post__contact input:checked + .slider { background-color: #ccc; }

body.dark .blog-pagination__item a { color: #59c8fd; }
body.dark .page-footer {
    background-color: #4a4a4d;
    background: #4a4a4d;
    color: #d7d7d8;
}
body.dark .page-footer__recent-post a,
body.dark .page-footer__bottom-social a {color: #59c8fd; }
body.dark .page-footer__recent-post-date span { color: #d7d7d8; }
body.dark .search-popup {
    background-color: #4a4a4d;
    background: #4a4a4d;
}
body.dark .search-popup__close {
    font-size: 64px;
    right: 15px;
    top: 15px;
}
body.dark .search-popup .search-results .highlight { color: #4a4a4d; }
body.dark .single-post__title .newpost-h2 {
    background-color: #4a4a4d;
    background: #4a4a4d;
    color: #d7d7d8;
}
body.dark .single-post__info .newpost-full,
body.dark .single-post__info .newpost-small {
    background-color: #4a4a4d;
    background: #4a4a4d;
    border-bottom: 1px solid #d7d7d8;
    color: #d7d7d8;
}
body.dark .single-post__content .newpost-content {
    background-color: #4a4a4d;
    background: #4a4a4d;
    border: 1px solid #d7d7d8;
    color: #d7d7d8;
}
body.dark .btn.disabled,
body.dark .btn[disabled],
body.dark fieldset[disabled] .btn {
    background: transparent;
    border: 1px solid #d7d7d8;
}

body.dark .audio-controls button {
    border: 1px solid #eee;
    color: #eee;
}
body.dark .audio-position {
    color: #eee;
}

@media (max-width: 768px) {
  body.dark .main-nav__item a { color: #262626; }
}