/*
Theme Name: Anew
Theme URI: http://alxmedia.se/themes/anew/
Version: 3.1.7.1
Description: Thomas' Version / <a href="http://alxmedia.se/themes/anew/">Anew</a> is a responsive 100% high resolution theme in classic tumblog style. Each post format is shown in a unique visual way and can be given any color you want. A toggle sidebar gives a great browsing and reading experience on both tablet and mobile. Features include: Unlimited topbar, header, footer and accent colors, unlimited widget areas, 0-1 sidebars to the left or right that can be uniquely specified for each page or post, 280px width sidebar, 0-4 footer widget columns, almost zero layout images, author bio and post nav, 10 post formats, good SEO, 3 flexible custom widgets, localisation support, social links, logo or header image upload and many more useful admin panel features.
Author: Thomas McMahon & Alexander Agnarson
Author URI: https://twistermc.com
Tags:

	Copyright: (c) 2013 Alexander "Alx" Agnarson
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
 * ------------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* ------------------------------------------------------------------------- *
 *  Base Styles
/* ------------------------------------------------------------------------- */
@font-face {
  font-display: swap;
  font-family: "titillium_webregular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/titilliumweb-regular-webfont.woff2") format("woff2"),
    url("fonts/titilliumweb-regular-webfont.woff") format("woff");
}

body {
  background: #f2f2f2;
  color: #333;
  font-family: "titillium_webregular", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

::selection {
  background-color: #34759a;
  color: #fff;
}

::-moz-selection {
  background-color: #34759a;
  color: #fff;
}

a {
  color: #34759a;
}

a:hover {
  color: #444;
  text-decoration: underline;
}

img {
  height: auto;
  max-width: 100%;
}

a,
a:before,
a img {
  transition: opacity 0.2s ease;
}

address,
cite,
em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

.left,
.alignleft {
  float: left;
}

.right,
.alignright {
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/*  base : clear
/* ------------------------------------ */
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}

/*  base : font awesome square size
/* ------------------------------------ */
.fa {
  display: inline-block;
  text-align: center;
  width: 1em;
}

/*  base : forms
/* ------------------------------------ */
input,
textarea,
button,
select,
label {
  box-sizing: border-box;
  color: #444;
  font-family: inherit;
  font-size: 16px;
}

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

.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform textarea {
  border: 2px solid #ddd;
  display: block;
  max-width: 100%;
  padding: 7px 8px;
}

.themeform input[type="text"]:focus,
.themeform input[type="password"]:focus,
.themeform input[type="email"]:focus,
.themeform textarea:focus {
  border-color: #34759a;
}

.themeform label .required {
  color: #e8554e;
}

.themeform input[type="submit"],
.themeform button[type="submit"] {
  background: #34759a;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 14px;
}

.themeform input[type="submit"]:hover,
.themeform button[type="submit"]:hover {
  background: #444;
}

.themeform.searchform div {
  position: relative;
}

.themeform.searchform div input {
  line-height: 20px;
  padding-left: 26px;
}

.themeform.searchform div:after {
  color: #ccc;
  content: "\f179";
  font-family: dashicons;
  font-size: 20px;
  left: 5px;
  position: absolute;
  top: 5px;
}

/*  base : entry
/* ------------------------------------ */
.entry {
  font-size: 18px;
  line-height: 1.8em;
}

.entry p,
.entry dd {
  margin-bottom: 1em;
}

.entry dt {
  color: #444;
}

.entry ol,
.entry ul {
  margin: 0 0 15px 30px;
}

.entry ol ol,
.entry ol ul,
.entry ul ul,
.entry ul ol {
  margin-bottom: 0;
}

.entry li {
  margin: 0;
}

.entry ul li,
.entry ol ul li {
  list-style: square;
}

.entry .wp-block-latest-posts ul li,
.entry .wp-block-latest-posts ol ul li {
  list-style: none;
}

.entry ul.wp-block-latest-posts li {
  list-style: none;
}

.entry ol li,
.entry ol ul ol li {
  list-style: decimal;
}

.entry dt {
  font-weight: 600;
}

.entry address {
  margin-bottom: 1em;
}

.entry blockquote {
  color: #444;
  font-style: italic;
  margin: 0 0 20px 0;
  padding-left: 50px;
  position: relative;
}

.entry blockquote p {
  margin-bottom: 0.75em;
}

.entry blockquote:before {
  color: #ccc;
  content: "\f122";
  font-family: dashicons;
  font-size: 32px;
  font-style: normal;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
}

.entry blockquote.twitter-tweet:before {
  content: "\f099";
}

.entry code,
.entry pre {
  font-family: Monaco, "Courier New", "DejaVu Sans Mono",
    "Bitstream Vera Sans Mono", monospace;
  font-size: 11px;
}

.entry pre {
  background: url(img/pre.png) repeat top;
  border: 1px solid #ddd;
  line-height: 19px;
  margin: 30px 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 18px 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.entry code {
  background: #eee;
  padding: 0 3px;
}

.entry ins {
  background: #fff486;
}

.entry sub,
.entry sup {
  font-size: 62.5%;
}

.entry sub {
  vertical-align: sub;
}

.entry sup {
  vertical-align: super;
}

/* image position & caption */
.entry img.size-auto,
.entry img.size-large,
.entry img.size-medium,
.entry img.alignleft {
  margin: 18px 20px 18px 0;
}

.entry img.alignright {
  margin: 18px 0 18px 20px;
}

.entry img.aligncenter {
  clear: both;
  display: block;
  margin: 18px auto;
}

.entry img .size-full {
  width: 100% !important;
}

.entry .gallery img,
.entry img.wp-smiley {
  margin: 0;
}

.entry .wp-caption {
  background: #f1f1f1;
  margin-bottom: 14px;
  max-width: 100%;
  padding-top: 5px;
  text-align: center;
}

.entry .wp-caption a {
  border-bottom: none;
}

.entry .wp-caption img {
  height: auto;
  margin: 0;
  max-width: 100%;
}

.entry .wp-caption.alignleft {
  margin-right: 20px;
}

.entry .wp-caption.alignright {
  margin-left: 20px;
}

.entry .wp-caption.alignnone {
  overflow: hidden;
  width: 100% !important;
}

.entry .wp-caption.alignnone img {
  margin: 0 auto;
  max-width: 100% !important;
}

.entry .wp-caption-text,
.wp-block-image figcaption {
  color: #666;
  font-style: italic;
  margin: 0;
  padding: 0 0 8px 0;
}

.wp-block-image figcaption {
  font-size: 16px;
  margin-top: -12px;
  padding: 8px;
  text-align: center;
  line-height: 1.5;
}

/* table */
/* default gallery */
.entry .gallery {
  clear: both;
  margin: 15px 0 !important;
  overflow: hidden;
  width: 100%;
}

.entry .gallery img {
  border-color: transparent !important;
  border-width: 1px 2px !important;
  display: block;
  height: auto;
  width: 100%;
}

.entry .gallery .gallery-item {
  border-color: transparent;
  margin-top: 0 !important;
  overflow: hidden;
  position: relative;
}

.entry .gallery .gallery-caption {
  background: rgba(255, 255, 255, 0.8);
  bottom: -44px;
  color: #333;
  font-style: normal;
  font-weight: 400;
  left: 2px;
  line-height: 1.4em;
  margin: 0;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  right: 2px;
  text-align: left;
  text-indent: 10px;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
  white-space: nowrap;
  width: 100%;
}

.entry .gallery .gallery-item:hover .gallery-caption {
  bottom: 0;
}

.entry .gallery-columns-5 .gallery-caption,
.entry .gallery-columns-6 .gallery-caption,
.entry .gallery-columns-7 .gallery-caption,
.entry .gallery-columns-8 .gallery-caption,
.entry .gallery-columns-9 .gallery-caption {
  display: none !important;
}

/*  base : headings
/* ------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-weight: 600;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 14px;
}

.entry h1 {
  font-size: 38px;
}

.entry h2 {
  font-size: 34px;
}

.entry h3 {
  font-size: 28px;
}

.entry h4 {
  font-size: 24px;
}

.entry h5 {
  font-size: 20px;
}

.entry h6 {
  font-size: 18px;
}

.heading,
#reply-title {
  color: #222;
  font-size: 18px;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.heading i {
  font-size: 22px;
  margin-right: 6px;
}

/* ------------------------------------------------------------------------- *
 *  Base Structure
/* ------------------------------------------------------------------------- */

/*  base : layout
/* ------------------------------------ */
.container {
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
  width: 100%;
}

.content {
  position: relative;
  width: 100%;
}

.pad,
.pad.post-content,
.pad.format-container {
  padding: 15px 10px 5px;
}

@media only screen and (min-width: 720px) {
  .pad {
    padding: 30px 30px 20px;
  }

  .pad.post-content,
  .pad.format-container {
    padding: 40px 35px;
  }
}

/*  base : layout columns
/* ------------------------------------ */

/* 2 column, content left */
.col-2cl .main {
  padding: 0;
}

@media only screen and (min-width: 480px) {
  .col-2cl .main {
    padding-right: 340px;
  }
}

.col-2cl .s1 {
  float: right;
  margin-right: -340px;
}

.col-2cl .content {
  float: left;
}

/*  base : sidebar
/* ------------------------------------ */
.sidebar {
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 479px) {
  .sidebar {
    display: none;
  }
}

.sidebar .pad {
  padding-left: 20px;
  padding-right: 20px;
}

/* sidebar primary */
.s1 {
  width: 340px;
  z-index: 2;
}

.s1:hover {
  z-index: 98; /* social icons tooltip above header nav */
}

.sidebar-toggle {
  display: none;
}

/* ------------------------------------------------------------------------- *
 *  Toggle Sidebar s1 : medium screens
/* ------------------------------------------------------------------------- */

@media only screen and (min-width: 479px) and (max-width: 960px) {
  .s1 {
    width: 50px;
  }

  .s1 .sidebar-content {
    display: none;
    float: left;
    width: 100%;
  }

  .sidebar-toggle {
    background-color: #34759a;
    cursor: pointer;
    display: block;
    height: 50px;
    text-align: center;
    width: 100%;
  }

  .sidebar-toggle i {
    color: #fff;
    font-size: 38px;
    padding: 5px 0;
  }

  /* s1 expand/collapse */
  .s1-expand .s1 {
    background: #f2f2f2;
    bottom: 0;
    margin: 0 !important;
    overflow: auto;
    position: absolute;
    top: 0;
    transition: width 0.2s ease;
    width: 340px;
    z-index: 9;
  }

  .s1-expand .s1 .sidebar-content,
  .s1-expand .s1 .post-nav {
    display: block;
    min-width: 340px;
  }

  .s1-collapse .s1 .sidebar-content,
  .s1-collapse .s1 .sidebar .post-nav {
    display: none;
  }

  /* 2 column, content left */
  .col-2cl .main {
    background: url(img/sidebar/s-right-collapse.png) repeat-y right 0;
    padding-right: 50px;
  }

  .col-2cl .s1 {
    margin-right: -50px;
  }

  .col-2cl.s1-expand .s1 {
    box-shadow: -3px 0 3px rgba(0, 0, 0, 0.05);
    right: 0;
  }
}

/*  base : grid
/* ------------------------------------ */
.grid {
  margin: 0 0 10px;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 720px) {
  .grid {
    display: inline;
    float: left;
    margin-right: 3.2%;
    position: relative;
    text-align: unset;
    width: unset;
  }

  .last {
    clear: right;
    margin-right: 0 !important;
  }

  .one-full {
    margin-right: 0;
    overflow: hidden;
    width: 100%;
  }

  .one-half {
    width: 48.4%;
  }

  .one-third {
    width: 31.2%;
  }

  .two-third {
    width: 65.6%;
  }

  .one-fourth {
    width: 22.6%;
  }

  .three-fourth {
    width: 74.2%;
  }

  .one-fifth {
    width: 17.4%;
  }

  .two-fifth {
    width: 38.1%;
  }

  .three-fifth {
    width: 58.7%;
  }

  .four-fifth {
    width: 79.4%;
  }
}

/* ------------------------------------------------------------------------- *
 *  Common
/* ------------------------------------------------------------------------- */

/*  common : responsive videos
/* ------------------------------------ */
.video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*  common : responsive image + caption
/* ------------------------------------ */
.image-container {
  position: relative;
}

.image-container img {
  display: block;
  height: auto;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.image-caption {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  bottom: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4),
    0 1px 0 rgba(255, 255, 255, 0.03);
  color: #eee;
  left: 4px;
  line-height: 1.4em;
  margin-right: 4px;
  padding: 7px 10px;
  position: absolute;
}

.image-caption a {
  color: #fff;
}

/*  common : social links
/* ------------------------------------ */
.social-links {
  float: right;
  font-weight: 400;
  padding-top: 40px;
  position: relative;
  text-align: center;
}

.social-links li {
  display: inline-block;
  font-size: 0;
  line-height: 16px;
  margin-left: 8px;
}

.social-links li a {
  display: block !important;
  position: relative;
  text-align: center;
}

.social-links .social-tooltip {
  color: #222;
  display: inline;
  font-size: 28px;
  position: relative;
  z-index: 98;
}

.social-links .social-tooltip:hover {
  color: #444;
  text-decoration: none;
}

.social-links .social-tooltip:hover:after {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  color: #666;
  content: attr(title);
  display: block;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  top: -36px;
  white-space: nowrap;
}

.social-links .social-tooltip:hover:before {
  border: solid;
  border-color: #fff transparent;
  border-width: 5px 5px 0 5px;
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: -10px;
  z-index: 1;
}

/*  common : page title
/* ------------------------------------ */
.page-title.pad {
  padding-bottom: 15px;
  padding-top: 15px;
}

.page-title i {
  margin-right: 6px;
}

.page-title h1,
.page-title h2,
.page-title h4 {
  text-transform: uppercase;
}

.page-title .category-description {
  margin: 10px 0;
}

.page-title .themeform {
  margin: 10px 0;
}

.page-title .themeform input[type="text"] {
  width: 100%;
}

.page-title-single {
  color: #222;
  font-size: 30px;
  line-height: 1.4em;
  margin-bottom: 14px;
}

/*  common : page image
/* ------------------------------------ */
.page-image {
  margin: 0 0 30px 0;
  overflow: hidden;
  position: relative;
}

.page-image-text {
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

@media only screen and (min-width: 720px) {
  .page-image-text {
    margin-top: -35px;
  }
}

.page-image-text .caption {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

@media only screen and (min-width: 720px) {
  .page-image-text .caption {
    font-size: 44px;
    line-height: 70px;
  }
}

.page-image-text .description {
  color: #fff;
  display: block;
  font-weight: 300;
  line-height: 36px;
}

.page-image-text .description i {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  font-style: normal;
  opacity: 0.9;
  padding: 6px 10px;
}

/*  common : pagination
/* ------------------------------------ */
.pagination {
  margin-bottom: 15px;
}

/*  common : thumb icon
/* ------------------------------------ */
.thumb-icon {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  bottom: 20px;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
  color: #fff;
  display: block;
  height: 32px;
  left: 20px;
  position: absolute;
  text-align: center;
  transform: rotate(45deg);
  transition: all 0.7s ease;
  width: 32px;
}

.thumb-icon i {
  font-size: 18px;
  padding: 7px 0;
  transform: rotate(-45deg);
}

.thumb-icon .fa-play {
  margin: -1px 0 0 2px;
}

.thumb-icon.small {
  border-radius: 3px;
  bottom: 50%;
  height: 24px;
  left: 50%;
  margin: 0 0 -12px -12px;
  position: absolute;
  width: 24px;
}

.thumb-icon.small .fa {
  font-size: 12px;
  line-height: 16px;
  padding: 5px 0;
}

/*  common : hexagon
/* ------------------------------------ */
.hex {
  background-color: #ccc;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 173px;
  color: #fff;
  float: left;
  height: 86px;
  position: relative;
  text-align: center;
  width: 150px;
  z-index: 2;
  zoom: 1;
}

.hex .hex-inner {
  position: relative;
  z-index: 4;
}

.hex a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -9999em;
  top: 0;
  width: 100%;
  z-index: 4;
}

.hex .corner-1,
.hex .corner-2 {
  backface-visibility: hidden;
  background: inherit;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.hex .corner-1 {
  transform: rotate(60deg);
  z-index: -1;
}

.hex .corner-2 {
  transform: rotate(-60deg);
}

.hex .corner-1:before,
.hex .corner-2:before {
  backface-visibility: hidden;
  background: inherit;
  background-repeat: no-repeat;
  content: "";
  height: 173px;
  left: 0;
  position: absolute;
  top: 0;
  width: 173px;
  z-index: 3;
}

.hex .corner-1:before {
  transform: rotate(-60deg) translate(-87px, 0px);
  transform-origin: 0 0;
}

.hex .corner-2:before {
  bottom: 0;
  transform: rotate(60deg) translate(-48px, -11px);
}

.hex.hex-small {
  font-size: 14px;
  height: 22px;
  line-height: 21px;
  width: 38px;
}

.hex.hex-small .corner-1:before,
.hex.hex-small .corner-2:before {
  height: 43px;
  width: 43px;
}

/*  common : nav
/* ------------------------------------ */
.nav-container {
  position: relative;
  z-index: 99;
}

@media only screen and (min-width: 720px) {
  .nav-wrap {
    height: auto !important;
  }

  /* common */
  .nav li a {
    display: block;
    padding: 10px 14px;
  }

  /* dropdown arrows */
  .nav > li > a:after {
    content: "\f140";
    float: right;
    font-family: dashicons;
    opacity: 0.5;
  }

  .nav li > a:only-child:after {
    content: "";
    margin: 0;
  }

  /* level 1 */
  .nav > li {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
  }

  /* level 2 & 3 */
  .nav li:hover > ul {
    display: block;
  }

  .nav ul {
    display: none;
    left: 0;
    padding: 10px 0;
    position: absolute;
    top: 40px;
    width: 180px;
    z-index: 2;
  }
}

.nav-toggle {
  display: none;
}

@media only screen and (max-width: 719px) {
  .nav-container {
    text-transform: none;
  }

  .nav-toggle,
  .nav-text {
    display: block;
  }

  .nav-toggle {
    color: #fff;
    cursor: pointer;
    display: unset;
    float: right;
    height: 50px;
    text-align: center;
    width: 60px;
  }

  .nav-toggle i {
    font-size: 29px;
    padding: 10px 0;
  }

  .nav-wrap {
    float: left;
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .nav-wrap.transition {
    transition: height 0.35s ease;
  }

  .expand .nav-wrap {
    height: auto;
  }

  /* common */
  .nav li a {
    display: block;
    line-height: 20px;
    padding: 8px 20px;
  }

  /* dropdown arrows */
  .nav li > a:after {
    content: "\f140";
    font-family: dashicons;
    margin-left: 6px;
    opacity: 0.5;
  }

  .nav li > a:only-child:after {
    content: "";
  }

  /* level 2 & 3 */
  .nav ul {
    display: block !important;
    margin-left: 40px;
  }
}

/* ------------------------------------------------------------------------- *
 *  Section: Header
/* ------------------------------------------------------------------------- */
#header {
  border-bottom: 6px solid #e5e5e5;
}

#header .pad {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  padding-top: 10px;
}

.site-title {
  padding: 10px 0;
}

.site-title a img {
  display: block;
}

.site-description {
  color: #fff;
  font-style: italic;
}

@media only screen and (min-width: 720px) {
  #header .pad {
    flex-direction: unset;
  }

  .site-description {
    margin-left: 30px;
  }
}

/*  header : search
/* ------------------------------------ */
.toggle-search {
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 13px 20px 8px;
  position: absolute;
  right: 0;
  top: -50px;
}

.toggle-search:hover,
.toggle-search.active {
  background: #34759a;
}

.search-expand {
  background-color: #26272b;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 340px;
}

.search-expand-inner {
  background: rgba(0, 0, 0, 0.15);
  padding: 15px;
}

.search-expand input {
  width: 100%;
}

@media only screen and (max-width: 720px) {
  .toggle-search {
    left: 0;
    right: auto;
    top: 0;
  }

  .search-expand {
    left: 0;
    right: auto;
    top: 50px;
    width: 320px;
  }
}

/*  header : nav topbar
/* ------------------------------------ */
#nav-topbar.nav-container {
  background: #222;
}

#nav-topbar a {
  color: #fff;
  text-decoration: none;
}

#nav-topbar a:hover,
#nav-topbar a:focus {
  text-decoration: underline;
}

/* ------------------------------------------------------------------------- *
 *  Section: Footer
/* ------------------------------------------------------------------------- */
#footer {
  background: #222;
  color: #fff;
  width: 100%;
}

#footer a:hover {
  color: #fff;
  font-weight: bold;
}

#footer-bottom {
  background-color: #33363b;
  border-top: 6px solid #333;
}

#footer-bottom .pad {
  padding-bottom: 40px;
  padding-top: 40px;
}

#footer-bottom #back-to-top {
  background: #333;
  color: #fff;
  display: block;
  height: 30px;
  margin: 0 auto -30px;
  position: relative;
  text-align: center;
  width: 60px;
}

#footer-bottom #back-to-top i {
  font-size: 38px;
  position: relative;
}

#footer-bottom #back-to-top:hover {
  color: #3b8dbd;
}

#footer-bottom .social-links {
  padding-top: 10px;
}

#footer-bottom .social-links a,
#footer-bottom .social-links a:hover {
  color: #fff;
}

@media only screen and (max-width: 719px) {
  #footer-bottom {
    text-align: center;
  }

  #footer-bottom #footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  #footer-bottom .social-links {
    float: none;
  }
}

/* ------------------------------------------------------------------------- *
 *  Post Entry
/* ------------------------------------------------------------------------- */

.post-inner {
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
  position: relative;
  border-radius: 4px;
}

.post-title {
  color: #222;
  font-size: 24px;
  line-height: 1.4em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (min-width: 480px) {
  .post-title {
    font-size: 30px;
  }
}

.post-title a {
  color: #222;
}

.post-title.pad,
.post-meta.pad {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  padding-top: 0;
}

.post-meta {
  margin-bottom: 15px;
}

.post-meta i {
  margin-right: 4px;
}

/*  single : tags
/* ------------------------------------ */
.post-tags {
  margin-bottom: 10px;
}

.post-tags:not(:first-child) {
  margin-bottom: 40px;
}

.post-tags span {
  display: inline-block;
  margin: 0 7px 0 0;
}

.post-tags a {
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin: 0 5px 2px 0;
  padding: 3px 7px;
  white-space: nowrap;
}

.post-tags a:hover {
  background-color: #34759a;
}

/*  single : post-nav
/* ------------------------------------ */
.post-nav li {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.post-nav li a {
  color: #34759a;
  display: block;
  min-height: 0;
  padding: 24px;
  position: relative;
}

.content .post-nav li:first-child {
  border-bottom: 2px solid #e5e5e5;
}

@media only screen and (min-width: 720px) {
  .content .post-nav li a {
    min-height: 77px;
    padding: 16px 46px 24px;
  }

  .content .post-nav li:first-child {
    border-bottom: unset;
  }
}

.post-nav li a:hover {
  color: #444;
}

.post-nav li i {
  color: #ccc;
  font-size: 18px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

.post-nav li a strong {
  display: block;
  text-transform: uppercase;
}

.post-nav li a span {
  color: #444;
}

.post-nav li a:hover span,
.post-nav li a:hover i {
  color: #34759a;
}

.post-nav li.previous i {
  left: 10px;
}

.post-nav li.next i {
  right: 10px;
}

/* content-specific */
.content .post-nav {
  border-bottom: 2px solid #e5e5e5;
  border-top: 2px solid #e5e5e5;
  margin-bottom: 40px;
}

.content .post-nav li {
  width: 100%;
}

@media only screen and (min-width: 720px) {
  .content .post-nav li {
    width: 50%;
  }
}

.content .post-nav li.next {
  box-shadow: -1px 0 0 #e5e5e5, inset 1px 0 0 #e5e5e5;
  float: right;
}

.content .post-nav li.next a {
  padding-left: 24px;
}

.content .post-nav li.previous {
  box-shadow: 1px 0 0 #e5e5e5, inset -1px 0 0 #e5e5e5;
  float: left;
}

.content .post-nav li.previous a {
  padding-right: 24px;
}

/* ------------------------------------------------------------------------- *
 *  Post Formats
/* ------------------------------------------------------------------------- */
.format-standard .hex .fa,
.format-aside .hex .fa,
.page .hex .fa {
  color: #777;
}

.page .post-deco .hex .fa:before {
  content: "\f15c";
}

.sticky .post-deco .hex .fa:before {
  content: "\f005";
}

.post-deco {
  background: #e5e5e5;
  height: 5px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}

.post-deco .hex {
  background: #e5e5e5;
  left: 50%;
  margin-left: -19px;
  position: absolute;
  right: 50%;
  top: -8px;
}

.post-deco .hex .fa {
  font-size: 20px;
}

.post-deco .hex .fa:before {
  content: "\f464";
  font-family: dashicons;
}

/*  post format : common
/* ------------------------------------ */
.post-format {
  position: relative;
}

.post-format p {
  margin-bottom: 1em;
}

.format-container .fa {
  float: right;
  font-size: 24px;
  margin-left: 20px;
  margin-top: 4px;
}

/*  post format : image
/* ------------------------------------ */
.format-image .hex,
.format-image .post-deco {
  background: #7eb66f;
}

.fa-camera:before,
.format-image .hex .fa:before {
  content: "\f129";
  font-family: dashicons;
}

/*  post format : video
/* ------------------------------------ */
.format-video .hex,
.format-video .post-deco {
  background: #e8554e;
}

.format-video .hex .fa:before {
  content: "\f236";
  font-family: dashicons;
}

/* ------------------------------------------------------------------------- *
 *  Widgets
/* ------------------------------------------------------------------------- */
.sidebar .widget {
  padding: 30px 30px 20px;
}

.widget {
  overflow: hidden;
}

.widget a:hover {
  color: #444;
}

/*  widgets : common
/* ------------------------------------ */

.alx-tab li,
.alx-posts li {
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
}

/*  custom widget : alxtabs / alxposts
/* ------------------------------------ */
.alx-tabs-nav {
  border-bottom: 3px solid #ddd;
  margin-bottom: 10px;
  text-align: center;
}

.alx-tabs-nav.tab-count-1 li {
  width: 100%;
}

.alx-tabs-nav.tab-count-2 li {
  width: 50%;
}

.alx-tabs-nav.tab-count-3 li {
  width: 33.333%;
}

.alx-tabs-nav.tab-count-4 li {
  width: 25%;
}

.alx-tabs-nav li {
  display: block;
  float: left;
}

.alx-tabs-nav li a {
  border-bottom: 3px solid transparent;
  color: #444;
  display: block;
  font-size: 18px;
  margin-bottom: -3px;
  padding: 8px 0;
}

.alx-tabs-nav li a:hover {
  border-bottom-color: #999;
}

.alx-tabs-nav li.active a {
  border-bottom-color: #34759a;
  color: #34759a;
}

.alx-tabs-nav li a span {
  display: none;
}

.alx-tab li,
.alx-posts li {
  line-height: 1.4em;
  overflow: hidden;
}

.alx-tab a,
.alx-posts a {
  transition: all 0.2s ease;
}

.alx-tab img {
  border-radius: 100%;
}

.alx-tab img,
.alx-posts img {
  display: block;
  height: 80px;
  width: 80px;
}

.alx-tab.thumbs-enabled li {
  padding-left: 94px;
}

.alx-tab .tab-item-thumbnail {
  float: left;
  margin-left: -94px;
  position: relative;
  transition: all 1s ease;
}

.alx-tab .tab-item-title,
.alx-posts .post-item-title {
  margin: 2px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.alx-posts .post-item-date {
  text-transform: uppercase;
}

.alx-tab .tab-item-title a {
  color: #444;
}

.alx-tab .tab-item-title a:hover {
  color: #34759a;
}

.alx-tab li:hover .tab-item-thumbnail,
.alx-tab img:hover {
  opacity: 1;
}

.alx-posts .post-item-thumbnail {
  margin-bottom: 10px;
}

/* ------------------------------------------------------------------------- *
 *  Widgets Footer
/* ------------------------------------------------------------------------- */
#footer .widget {
  padding-bottom: 30px;
}

#footer .widget > h3,
#footer .widget > h3 a,
#footer .widget > h3 a:hover {
  color: #ccc;
}

/*  widgets : icons
/* ------------------------------------ */
#footer .widget > ul li:before,
#footer .widget > ul li a:before,
#footer .widget > div > ul li a:before {
  color: #666;
}

#footer .widget > ul li a:hover:before {
  color: #eee;
}

/* ------------------------------------------------------------------------- *
 *  Comments
/* ------------------------------------------------------------------------- */
#comments {
  margin-top: 20px;
}

#pinglist-container {
  display: none;
}

.comment-tabs {
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 20px;
}

.comment-tabs li {
  float: left;
  margin-bottom: -2px;
}

.comment-tabs li a {
  border-bottom: 2px solid #e5e5e5;
  color: #333;
  display: block;
  font-weight: 600;
  padding: 0 10px 10px;
}

.comment-tabs li a:hover {
  border-color: #ccc;
  color: #444;
}

.comment-tabs li span {
  background-color: #e5e5e5;
  border-radius: 4px;
  margin-left: 8px;
  padding: 0 6px;
}

.comment-tabs li i {
  margin-right: 6px;
}

.comment-tabs li.active a {
  border-bottom-color: #34759a;
  color: #34759a;
}

.commentlist,
.pinglist {
  margin-bottom: 20px;
}

.commentlist li,
.pinglist li {
  line-height: 22px;
  padding-left: 60px;
}

.commentlist .comment-body,
.pinglist li {
  clear: both;
  padding-bottom: 20px;
  position: relative;
}

.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation {
  display: block;
  float: left;
  line-height: 22px;
}

.commentlist .comment-author {
  margin-right: 6px;
}

.commentlist .comment-author a {
  color: #34759a;
}

.commentlist .fn,
.pinglist .ping-link {
  color: #444;
  font-style: normal;
  font-weight: 600;
}

.commentlist .says {
  display: none;
}

.commentlist .avatar {
  border-radius: 100%;
  height: 48px;
  left: -60px;
  position: absolute;
  top: 0;
  width: 48px;
}

.commentlist .comment-meta:before,
.pinglist .ping-meta:before {
  color: #ccc;
  content: "\f464";
  font-family: dashicons;
  font-size: 10px;
  margin-right: 3px;
  vertical-align: 4%;
}

.commentlist .comment-meta a,
.pinglist .ping-meta {
  color: #333;
}

.commentlist .reply {
  font-size: 16px;
  line-height: 16px;
}

.commentlist .reply a {
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin: 0 5px 2px 0;
  padding: 5px 7px;
  white-space: nowrap;
}

.commentlist .reply a:hover {
  background-color: #34759a;
}

.comment-awaiting-moderation {
  color: #e8554e;
  font-style: normal;
}

/* pings */
.pinglist li {
  padding-left: 0;
}

/* comment text */
.commentlist .comment-body p {
  clear: both;
  line-height: 1.6;
  margin-bottom: 10px;
}

.commentlist .comment-body strong {
  font-weight: bold;
}

.commentlist .comment-body em {
  font-style: italic;
}

.commentlist .comment-body ol li {
  list-style: decimal;
  margin-left: 2em;
  padding: 0;
}

.commentlist .comment-body ul li {
  list-style: square;
  margin-left: 2em;
  padding: 0;
}

/* post author & admin comment */
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after {
  background: #34759a;
  color: #fff;
  content: "\f464";
  display: block;
  font-family: dashicons;
  font-style: normal;
  line-height: 12px;
  position: absolute;
  text-align: center;
  width: 12px;
}

.commentlist li.comment-author-admin > .comment-body:after {
  content: "\f005"; /* star for admin */
}

.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after {
  border-radius: 100%;
  font-size: 10px;
  left: -28px;
  padding: 3px;
  top: 32px;
}

.commentlist li li.bypostauthor > .comment-body:after,
.commentlist li li.comment-author-admin > .comment-body:after {
  border-radius: 100%;
  font-size: 8px;
  left: -26px;
  padding: 2px;
  top: 22px;
}

/* child comment */
.commentlist li ul {
}

.commentlist li li {
  margin: 0;
  padding-left: 48px;
}

.commentlist li li .avatar {
  height: 36px;
  left: -48px;
  top: 0;
  width: 36px;
}

.commentlist li li .comment-meta {
  left: 70px;
}

/*  comments : nav
/* ------------------------------------ */
.comments-nav {
  margin-bottom: 20px;
}

.comments-nav a {
  font-weight: 600;
}

.comments-nav .nav-previous {
  float: left;
}

.comments-nav .nav-next {
  float: right;
}

/*  comments : form
/* ------------------------------------ */
.logged-in-as,
.comment-notes,
.form-allowed-tags {
  display: none;
}

#respond {
  position: relative;
}

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

li #reply-title {
  border-top: 0;
  font-size: 0;
  height: 0;
  margin: 0 !important;
  padding: 0;
}

#cancel-comment-reply-link {
  bottom: 26px;
  color: #999;
  display: block;
  font-size: 12px;
  position: absolute;
  right: 20px;
}

#cancel-comment-reply-link:hover {
  color: #444;
}

#commentform {
  background: #e5e5e5;
  border-bottom: 1px solid #fbfbfb;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 20px 20px;
}

#commentform p.comment-form-author {
  float: left;
  width: 48%;
}

#commentform p.comment-form-email {
  float: right;
  width: 48%;
}

#commentform p.comment-form-url,
#commentform p.comment-form-comment {
  clear: both;
}

#commentform label {
  display: block;
  font-weight: 600;
  padding: 6px 0;
}

#commentform input[type="text"],
#commentform textarea {
  max-width: 100%;
  width: 100%;
}

#commentform textarea {
  height: 100px;
}

#commentform p.form-submit {
  margin-top: 10px;
}

.logged-in #reply-title {
  margin-bottom: 20px;
}

.logged-in #commentform p.comment-form-comment {
  margin-top: 10px;
}

.logged-in #commentform p.comment-form-comment label {
  display: none;
}

/* ------------------------------------------------------------------------- *
 *  Plugins
/* ------------------------------------------------------------------------- */

/*  plugin : wp-pagenavi
/* ------------------------------------ */
.wp-pagenavi {
  float: none;
  margin-right: -2px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #444;
  display: inline;
  margin: 0 2px;
  padding: 7px 8px;
}

.wp-pagenavi span.pages {
  border: none !important;
  display: block;
  margin-bottom: 1em !important;
}

.wp-pagenavi span.extend {
  border: none !important;
  border-bottom: 3px solid transparent;
  border-top: 1px solid transparent;
}

.wp-pagenavi span.current {
  color: #444;
}

.wp-pagenavi a {
  border: none;
  border-bottom: 3px solid #ddd;
  border-top: 1px solid #f1f1f1;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current {
  border-bottom: 3px solid #34759a;
}

/*  shortcode : highlights
/* ------------------------------------ */
.highlight {
  border-bottom: 1px dotted #222;
  color: #222;
}

/*  shortcode : hr
/* ------------------------------------ */
hr,
.hr {
  background: #e5e5e5;
  border: 0;
  border-bottom: 1px solid #fbfbfb;
  height: 2px;
  margin: 30px 0;
}

/* ---------------------------------------------------------------------
Extra Things
------------------------------------------------------------------------ */

.isVisuallyHidden:not(:focus):not(:active) {
  border: 0 !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.linkSkip {
  background-color: #ffffff;
  border: 5px solid #0075c9;
  color: #0075c9;
  display: block;
  font-size: 19px;
  left: -9999px;
  margin: 0 auto;
  padding: 15px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 999;
}

.linkSkip:focus {
  color: #0075c9;
  left: 0;
  position: fixed;
  z-index: 1000;
}

@media print {
  .linkSkip {
    display: none !important;
  }
}

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Global */

#nav-topbar.nav-container {
  background-color: #26272b;
}

@media only screen and (min-width: 720px) {
  #nav-topbar .nav ul {
    background-color: #26272b;
  }
}

#header,
.boxed #header {
  background-color: #34759a;
  background: linear-gradient(-45deg, #e73c7e, #34759a, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 60s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.single .format-image .image-container {
  display: none;
}

.post-meta {
  margin-bottom: 25px;
}

.entry img {
  border-radius: 5px;
}

.creation {
  float: left;
  margin-bottom: 40px;
  width: 46%;
}

.creation.odd {
  clear: both;
  margin-right: 20px;
}

.creation_short_description {
  font-style: italic;
}

.sense {
  padding: 20px 0;
  text-align: center;
}

.video-container {
  margin-bottom: 20px;
}

/* ---------------------------------------------------------------------
Notification Banners
------------------------------------------------------------------------ */

.info,
.success,
.warning,
.error,
.validation {
  border: 1px solid;
  margin: 10px 0;
  padding: 15px 10px 15px 50px;
}

.info {
  background-color: #bde5f8;
  color: #00529b;
}

.success {
  background-color: #dff2bf;
  color: #4f8a10;
}

.warning {
  background-color: #feefb3;
  color: #9f6000;
}

.error {
  background-color: #ffbaba;
  color: #d8000c;
}

/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
  .entry .alignright,
  .entry .alignleft {
    display: block;
    float: none;
    margin: 18px auto;
  }
}

/* Mobile - 320px */
@media only screen and (max-width: 479px) {
  .creation {
    float: none;
    width: 100%;
  }
}

/* ---------------------------------------------------------------------
GIST
------------------------------------------------------------------------ */
.gist .gist-file .gist-data .line-pre {
  text-align: left;
}

/* ---------------------------------------------------------------------
Link Padding
------------------------------------------------------------------------ */
.wpcnt {
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  margin: 50px 0;
  padding: 15px 0;
}

/* ---------------------------------------------------------------------
CTA Button
------------------------------------------------------------------------ */
.ctaButton {
  background-color: blueviolet;
  padding: 10px;
  text-align: center;
}

.ctaButton:hover,
.ctaButton:focus {
  background-color: greenyellow;
  color: #000;
}

/* ---------------------------------------------------------------------
Accessibility
------------------------------------------------------------------------ */
.textwidget a {
  color: #ffffff;
}

.wpa-about {
  color: #000 !important;
}

/* ---------------------------------------------------------------------
Gutenberg
------------------------------------------------------------------------ */
.wp-block-gallery .blocks-gallery-item figcaption {
  background: #000;
  line-height: 1.4;
  padding: 10px 0;
}

.entry ul.wp-block-gallery {
  margin: 0;
}

figure.wp-block-gallery.has-nested-images {
  margin-bottom: 1em;
}

.wp-block-image {
  margin-bottom: 20px;
  text-align: center;
}

/* ---------------------------------------------------------------------
Icons (extra)
------------------------------------------------------------------------ */
.icon-sidebar-toggle:before {
  content: "\f341";
  font-family: dashicons;
  font-size: 20px;
}

.col-2cl.s1-expand .s1 .icon-sidebar-toggle:before {
  content: "\f345";
  font-family: dashicons;
}

.fa-clock-o:before {
  content: "\f469";
  font-family: dashicons;
}

.fa-comment:before {
  content: "\f101";
  font-family: dashicons;
}

.fa-chevron-left:before {
  content: "\f341";
  font-family: dashicons;
}

.fa-chevron-right:before {
  content: "\f345";
  font-family: dashicons;
}

.fa-search:before {
  content: "\f179";
  font-family: dashicons;
  font-size: 20px;
}

.fa-twitter:before {
  content: "\f301";
  font-family: dashicons;
}

.fa-rss:before {
  content: "\f303";
  font-family: dashicons;
}

.fa-angle-up:before {
  content: "\f343";
  font-family: dashicons;
}

.fa-bars:before {
  content: "\f228";
  font-family: dashicons;
}

.fa-star:before {
  content: "\f155";
  font-family: dashicons;
}

.fa-comments-o:before {
  content: "\f101";
  font-family: dashicons;
}

.fa-share:before {
  content: "\f103";
  font-family: dashicons;
}

.fa-folder-open:before {
  content: "\f18f";
  font-family: dashicons;
}
