/*
Theme Name: Draft
Theme URI: http://themes.pixelb.in/draft/
Author: PixelBin
Author URI: http://pixelb.in
Description: barebones multi-media WordPress theme for the creative superstar
Version: 1.0.4
License: GNU General Public License
License URI: license.txt
Tags: three-columns, sticky-post, threaded-comments, custom-menu
*/

/* jQuery Snippet styles */
@import url('../js/jquery-snippet/jquery.snippet.css');

/*-----------------------------------------------------------------------------------*/
/*  Non-semantic helper classes
/*-----------------------------------------------------------------------------------*/

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clear:before, .clear:after, .clearfix:before, .clearfix:after, .row:before, .row:after { content: ""; display: table; }
.clearfix:after, .clear:after { clear: both; }
.clearfix, .clear { *zoom: 1; }

/*-----------------------------------------------------------------------------------*/
/*  Generic & Typography Styles
/*-----------------------------------------------------------------------------------*/

@font-face {
  font-family: 'Flaticons Solid';
  src: 	url('../images/icons.eot');
  src: 	url('../images/icons.eot?#iefix') format("embedded-opentype"),
  url('../images/icons.svg#flaticons-solid') format('svg'),
  url('../images/icons.woff') format('woff'),
  url('../images/icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Flaticons Social";
  src: 	url('../images/social.eot');
  src: 	url('../images/social.eot?#iefix') format("embedded-opentype"),
  url('../images/social.svg#flaticons-social') format('svg'),
  url('../images/social.woff') format('woff'),
  url('../images/social.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

html,
body,
button,
input,
select,
textarea {
  font-style: normal;
  font-size: 16px;
  line-height: 1.625rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  padding: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow-x: hidden;
}

hr {
  height: 2px;
  border: 0;
  margin: 50px 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Crete Round", Cambria, Georgia, serif;
  font-weight: normal;
  clear: both;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.25rem;/* 36px */
  line-height: 2.5rem; /* 40px */
  margin-bottom: 1.5rem; /* 24px */
  letter-spacing: -1.5px;
}

h2 {
  font-size: 1.5rem; /* 24px */
  line-height: 1.875rem; /* 30px */
  margin-bottom: 1.5rem; /* 24px */
  letter-spacing: -1px;
}

h3 {
  font-size: 1.125rem; /* 18px */
  line-height: 1.5rem; /* 24px */
  margin-bottom: 1.5rem; /* 24px */
  letter-spacing: -1px;
}

h4 {
  font-size: 1rem; /* 16px */
  line-height: 1.375rem; /* 22px */
  margin-bottom: 1.5rem; /* 24px */
}

h5 {
  font-size: 1rem; /* 16px */
  line-height: 1.25rem; /* 22px */
  margin-bottom: 1.5rem; /* 24px */
}

h6 {
  font-size: 1rem; /* 16px */
  line-height: 1rem; /* 16px */
  margin-bottom: 0.75rem; /* 12px */
  padding-bottom: 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-weight: bold;
}

embed,
audio,
video,
iframe,
object {
  max-width: 100%;
  display: block;
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

a {
  text-decoration: none;
  outline: 0;
}

a:hover {
  outline: 0;
}

a:focus {
  outline: thin dotted;
}

p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

p,
ul,
dd,
ol,
hr,
address,
pre,
table,
iframe,
.embed-container, /* added for embedding responsive videos - claviska */
.wp-caption,
.wp-audio-shortcode,
.wp-video-shortcode {
  margin-top: 0;
  margin-bottom: 1.5rem; /* 24px */
}

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

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

[hidden] {
  display: none;
}

::-moz-selection {
  background: #4a89dc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #4a89dc;
  color: #fff;
  text-shadow: none;
}

svg:not(:root) {
  overflow: hidden;
}

p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
form:last-child,
address:last-child,
pre:last-child,
table:last-child,
.wp-caption:last-child {
  margin-bottom: 0;
}

dd {
  margin-left: 20px;
}

ul,
ol {
  padding: 0 0 0 1.875rem; /* 30px */
}

ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}

b,
th,
dt,
strong {
  font-weight: bold;
}

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

q {
  quotes: none;
}

q:before {
  content: "\201C";
}

q:after {
  content: "\201D";
}

blockquote {
  padding-left: 1.875rem;
  margin: 0 0 1.875rem 1.875rem;
  font-style: italic;
}

blockquote.alignleft,
blockquote.alignright {
  width: 250px;
  max-width: 50%;
  margin-bottom: 1.625rem;
}

blockquote.alignleft {
  float: left;
}

blockquote.alignright {
  float: right;
}

pre,
code,
kbd,
tt,
var {
  background: rgba(0, 0, 0, 0.05);
  font-size: 0.875rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

pre {
  padding: 20px 28px;
  line-height: 22px;
  overflow: auto;
  white-space: pre; /* adjusted so pre doesn’t wrap - claviska */
  word-wrap: none;
  overflow: auto;
}

code, kbd, tt, var {
  padding: 2px 5px;
}

abbr, acronym {
  border-bottom: dotted 1px rgba(0, 0, 0, 0.1);
  cursor: help;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-weight: bold;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

figure {
  margin: 0;
}

table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 5px 10px;
  vertical-align: top;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/*-----------------------------------------------------------------------------------*/
/*  Enhancement Styles
/*-----------------------------------------------------------------------------------*/

.sticky {
  /* add styles here */
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.875rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.875rem;
}

img.alignleft,
img.alignright {
  margin-bottom: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.textcenter {
  text-align: center;
}

.text-overflow {
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.light {
  font-weight: normal;
}

/*-----------------------------------------------------------------------------------*/
/*  Form Styles
/*-----------------------------------------------------------------------------------*/

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

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

input:invalid,
textarea:invalid {
  background-color: #fafafa;
}

label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

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

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}

.button,
.page-pagination a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  cursor: pointer;
  border: 0;
  line-height: 1.5rem; /* 24px */
  padding: 7px 25px 9px 25px;
  font-weight: bold;
  -webkit-border-radius: 99px;
  border-radius: 99px;
}

.sidebar-primary .button,
.sidebar-primary button,
.sidebar-primary input[type="button"],
.sidebar-primary input[type="reset"],
.sidebar-primary input[type="submit"] {
  padding: 5px 20px 7px 20px;
  font-size: 0.875rem;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
}

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

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

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea {
  line-height: 1.5rem; /* 24px */
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-right: 5px;
}

.sidebar-primary input[type="text"],
.sidebar-primary input[type="email"],
.sidebar-primary input[type="search"],
.sidebar-primary input[type="password"],
.sidebar-primary input[type="url"],
.sidebar-primary textarea {
  padding: 5px 10px;
  font-size: 0.875rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"] {
  padding: 6px 15px 8px 15px;
}

textarea {
  overflow: auto;
  padding: 10px 15px;
  vertical-align: top;
  width: 100%;
  outline: 0;
  resize: vertical;
}

/*-----------------------------------------------------------------------------------*/
/*  Header Styles
/*-----------------------------------------------------------------------------------*/

.site-header {
  padding: 30px 0;
}

#site-title {
  float: left;
  margin: 0 50px 0 0;
  display: block;
  max-width: 100%;
}

#site-title a {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 180px;
  height: 24px;
  margin-top: 26px;
  -webkit-transition: none !important;
  transition: none !important;
  max-width: 100%;
  background-size: contain !important;
}

.site-navigation {
  float: left;
  margin: 21px -15px -30px -15px;
}

.site-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-navigation li {
  float: left;
  display: block;
  position: relative;
}

.site-navigation a {
  display: block;
  padding: 8px 13px 6px 13px;
  border-radius: 4px 4px 0 0;
  border: solid 1px transparent;
  position: relative;
  z-index: 11;
}

/* fix cursor on nav links without href - claviska */
.site-navigation a:not([href]) {
  cursor: default;
  color: inherit;
}

.site-navigation > ul > li.has-sub-menu > a:after {
  font-family: "Flaticons Solid";
  speak: none;
  content: "\e1bd";
  margin: 0 -3px 0 1px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 2px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.site-navigation ul.sub-menu {
  display: block;
  position: absolute;
  margin-top: -1px;
  top: 100%;
  left: 1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 0 4px 4px 4px;
  min-width: 120%;
  padding: 10px 0;
  z-index: 10;
}

.site-navigation ul.sub-menu li {
  padding: 0;
  width: 100%;
}

.site-navigation ul.sub-menu a {
  font-size: 0.875rem;
  padding: 4px 33px 4px 13px;
  line-height: 1.25rem;
  display: block;
  border-radius: 0;
  white-space: nowrap; /* added so menu items don't wrap - claviska */
}

.site-navigation li.has-sub-menu:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.site-navigation .current-menu-item > a,
.site-navigation .current_page_item > a {
  font-weight: bold;
}

.header-search {
  float: right;
  width: 150px;
  margin: 30px 0 -6px 0;
}

.header-search .search-submit {
  display: none;
}

.header-search .search-field {
  border: 0;
  height: 1.5rem;
  padding: 0 0 0 26px;
  margin: 0;
  border-radius: 0;
  background: url("../images/search.png") no-repeat left 4px;
}

.header-search .search-field:active,
.header-search .search-field:focus {
  border: 0;
  background: url("../images/search.png") no-repeat left -30px;
}

.header-search label {
  margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  Body Styles
/*-----------------------------------------------------------------------------------*/

.body-width {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.screen-reader-text {
  display: none;
}

.site-main .body-width {
  padding-top: 70px;
  padding-bottom: 70px;
}

.single .main-content,
.page .main-content {
  width: 760px;
  float: left;
}

.main-middle {
  width: 100%;
  max-width: 550px;
}

.comments-area {
  max-width: 550px;
  width: 100%;
  margin-top: 20px;
  float: right;
}

.author-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: -1px;
  margin-bottom: 0.7rem;
}

.comment-content {
  margin-bottom: 0.7rem;
}

.comment-meta {
  font-size: 0.875rem;
}

.comment-avatar {
  height: 40px;
  margin: -7px 15px 0 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.bypostauthor > article .comment-avatar:after {
  position: absolute;
  bottom: -6px;
  right: -6px;
  content: "\e0ca";
  font-family: "Flaticons Solid";
  font-size: 10px;
  text-align: center;
  height: 22px;
  width: 22px;
  line-height: 22px;
  border-radius: 50%;
}

.comment-list,
.comment-list .children {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-list {
  margin-bottom: 65px;
}

.comment-list .children {
  padding-left: 30px;
  margin-top: 35px;
}

.comment-list li.comment {
  margin-bottom: 35px;
}

.sep {
  margin: 0 7px;
}

.sep:last-child {
  display: none;
}

.comment-form-author,
.comment-form-email {
  float: left;
  width: 50%;
}

.comment-form-author {
  padding-right: 10px;
}

.comment-form-email {
  padding-left: 10px;
}

.comments-title {
  margin-bottom: 35px;
}

/*-----------------------------------------------------------------------------------*/
/*  Post Grid Styles
/*-----------------------------------------------------------------------------------*/

.post-grid {
  margin: 0 -25px;
}

.post-grid .hentry {
  float: left;
  position: relative;
  width: 33.333333333%;
  max-width: 50%;
  padding: 0 25px;
  margin-bottom: 50px;
}

.post-grid .hentry .entry-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: -1px;
  margin-bottom: 0.5rem;
}

.post-grid .hentry .entry-content {
  margin-bottom: 0.5rem;
}

.page-pagination {
  text-align: center;
}

.page-pagination a {
  display: inline-block;
  margin: 0 5px;
}
/*
.page-pagination a:only-child {
font-size: 0;
position: relative;
width: 100px;
margin: 0;
padding: 0;
height: 40px;
}

.page-pagination.ajax-active a:only-child {
background: 0;
}

.page-pagination a:only-child:before,
.page-pagination a:only-child:after {
position: absolute;
height: 32px;
width: 32px;
top: -4px;
left: 50%;
margin-left: -16px;
font-family: "Flaticons Solid";
font-size: 32px;
line-height: 32px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
opacity: 1;
}

.page-pagination a:only-child:before {
content: "\e1b8";
top: 4px;
}

.page-pagination a:only-child:after {
content: "\e1a2";
font-size: 16px;
opacity: 0;
-webkit-animation: Loading 1s infinite linear;
animation: Loading 1s infinite linear;
}

.page-pagination.ajax-active a:only-child:before {
opacity: 0;
top: 14px;
}

.page-pagination.ajax-active a:only-child:after {
opacity: 1;
top: 4px;
}*/

keyframes Loading {
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes Loading {
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.page-header {
  margin-bottom: 50px;
}

.page-header h1 {
  margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  General Post Styles
/*-----------------------------------------------------------------------------------*/

.hentry .entry-header {
  margin-bottom: 1.8125rem;
}

.hentry .entry-header img {
  width: 100%;
  height: auto;
}

.hentry .entry-header audio,
.hentry .entry-header video {
  height: auto !important;
  margin-bottom: 30px;
}

.single article.hentry {
  width: 100%;
  max-width: 550px;
  float: right;
}

.single article.hentry .entry-header {
  margin-bottom: 40px;
}

.hentry .entry-footer {
  font-size: 0.875rem;
}

.single .hentry .entry-footer {
  margin-top: 1.5rem; /* 24px */
}

.hentry .more-link {
  display: inline-block;
  width: 34px;
  height: 16px;
  border-radius: 99px;
  font-size: 0;
  margin-left: 5px;
}

.ie .hentry .more-link {
  vertical-align: middle;
}

.hentry .entry-preview img {
  display: block;
  margin: 0 auto;
}

.hentry .entry-preview {
  display: block;
  position: relative;
}

.hentry .entry-preview:before,
.gallery-icon a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.hentry .entry-preview:after,
.gallery-icon a:after {
  position: absolute;
  font-family: "Flaticons Solid";
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: #363B40;
  top: 50%;
  left: 50%;
  height: 30px;
  width: 30px;
  margin: -15px 0 0 -15px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.format-standard .entry-preview:after,
.sidebar-right .entry-preview:after,
.gallery-icon a:after {
  content: "\e174";
}

.entry-header a[href$=".gif"]:after,
.entry-header a[href$=".jpg"]:after,
.entry-header a[href$=".png"]:after,
.entry-header a[href$=".bmp"]:after {
  content: "\e1a8";
}

.hentry .entry-preview:hover:before,
.hentry .entry-preview:hover:after,
.gallery-icon a:hover:before,
.gallery-icon a:hover:after {
  opacity: 1;
  visibility: visible;
}

.hentry .entry-preview:hover:after,
.gallery-icon a:hover:after {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hentry.format-link .entry-title {
  margin-bottom: 0;
}

.hentry .link-url {
  margin-bottom: 1.5rem;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* added about-the-author section - claviska */
.hentry .about-the-author {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  padding: 1.5rem 180px 1.5rem 1.5rem;;
  margin-top: 40px;
}

.hentry .about-the-author .avatar {
  position: absolute;
  top: 50%;
  margin-top: -64px;
  right: 1.5rem;
  width: 128px;
  height: 128px;
}

.hentry .about-the-author iframe {
  margin-bottom: 0;
}

.post-grid .hentry .link-url {
  margin-bottom: 0.6rem;
}

.meta-share {
  float: right;
  font-family: "Flaticons Solid";
  font-size: 16px;
  position: relative;
}

.meta-likes {
  float: right;
}

.meta-likes .zilla-likes {
  margin-left: 15px;
}

.meta-likes .zilla-likes.active {
  color: #f56559; /* variable */
}

.meta-likes .zilla-likes:before {
  content: "\e0b6";
  font-size: 16px;
  font-family: "Flaticons Solid";
  vertical-align: bottom;
  margin-bottom: 2px;
  margin-right: 3px;
}

.meta-likes .zilla-likes-postfix {
  display: none;
}

.sharing-panel {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  font-weight: bold;
  bottom: 36px;
  right: -62px;
  border-radius: 4px;
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: -50px;
  padding: 5px 0 5px 5px;
  width: 140px;
}

.sharing-panel-active .sharing-panel {
  opacity: 1;
  z-index: 1; /* fixed bug where article text would appear on top of sharing panel - claviska */
  visibility: visible;
  margin: 0;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sharing-panel:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  background: #fff;
  width: 12px;
  height: 12px;
  -ms-transform: rotate( 45deg );
  -webkit-transform: rotate( 45deg );
  transform: rotate( 45deg );
  -webkit-box-shadow: 0 0 0 1px #dcdcdc, 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px #dcdcdc, 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.sharing-panel:before {
  content: "";
  width: 26px;
  height: 10px;
  background: #fff; /* variable */
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13px;
  z-index: 5;
}

.sharing-panel ul.iconed-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sharing-panel ul.iconed-list li {
  display: block;
  float: left;
  padding-right: 5px;
  margin-right: 6px;
  position: relative;
}

.sharing-panel ul.iconed-list li:last-of-type {
  margin: 0;
}

.sharing-panel ul.iconed-list li:last-of-type:after {
  display: none;
}

.sharing-panel ul.iconed-list li:after {
  content: "";
  position: absolute;
  height: 46px;
  width: 1px;
  top: 50%;
  margin-top: -23px;
  right: -1px;
}

.sharing-panel ul.iconed-list a {
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 1px;
  position: relative;
  z-index: 15;
  font-family: "Flaticons Social";
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}

.sharing-panel ul.iconed-list .share-facebook a {
  color: #3b5998; /* Facebook */
}

.sharing-panel ul.iconed-list .share-facebook a:hover {
  background-color: #3b5998; /* Facebook */
}

.sharing-panel ul.iconed-list .share-twitter a {
  color: #00acee; /* Twitter */
}

.sharing-panel ul.iconed-list .share-twitter a:hover {
  background-color: #00acee; /* Twitter */
}

.sharing-panel ul.iconed-list .share-google a {
  color: #db4a39; /* Google+ */
}

.sharing-panel ul.iconed-list .share-google a:hover {
  background-color: #db4a39; /* Google+ */
}

.sharing-panel ul.iconed-list a:hover {
  color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*  Images, embeds, etc.
/*-----------------------------------------------------------------------------------*/

.post figure.image {
  margin-bottom: 1.5rem;
}

.post figure.image img {
  display: block;
  margin: 0 auto;
}

.post figure.image figcaption {
  font-size: .9rem;
  text-align: center;
  margin-top: .5rem;
}

/* Left-aligned images */
.post figure.image.align-left {
  width: 50%;
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}

/* Right-aligned images */
.post figure.image.align-right {
  width: 50%;
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}

/* Center-aligned (cover) images */
.post figure.image.align-center {
  width: 80%;
  margin: 0 auto 1.5rem auto;
}

/* Responsive embeds */
.post [data-embed] iframe {
  width: 100%;
}

/* YouTube and Vimeo videos via oEmbed */
.post [data-embed-provider="Vimeo"],
.post [data-embed-provider="YouTube"] {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.5rem;
}

.post [data-embed-provider="Vimeo"] iframe,
.post [data-embed-provider="YouTube"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Embed cards */
.post .embed-card {
  font-size: .9rem;
  line-height: 1.4;
  border: solid .25rem #eee;
  padding: 1rem;
  margin-bottom: 1.5rem;
  display: block;
}

.post .embed-card a {
  color: inherit;
  text-decoration: none;
}

/* Clearfix to prevent floated image from dipping below the card border */
.post .embed-card::before,
.post .embed-card::after {
  content: ' ';
  display: table;
}

.post .embed-card::after {
  clear: both;
}

/* Embed card thumbnail image */
.post .embed-card article img {
  max-width: 8rem;
  max-height: 8rem;
  float: right;
  padding-left: 1rem;
}

/* Embed card title */
.post .embed-card h3 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: .75rem;
  clear: none;
}

/* Embed card description */
.post .embed-card p {
  margin-bottom: .75rem;
}

/* Embed card footer */
.post .embed-card footer {
  color: #999;
}

.post .embed-card footer img {
  max-width: 1rem;
  max-height: 1rem;
  vertical-align: text-top;
  margin-right: .5rem;
}

/*-----------------------------------------------------------------------------------*/
/*  Gallery Post Styles
/*-----------------------------------------------------------------------------------*/

.wp-caption {
  max-width: 100%;
}

.gallery .gallery-item .gallery-caption,
.wp-caption-text {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  padding: 8px 20px 9px 20px;
}

.format-gallery .entry-header {
  width: auto !important;
  height: auto !important;
}

.gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.gallery .gallery-item {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.gallery .gallery-item:first-child {
  display: block;
  position: relative;
  float: left;
}

.gallery-icon {
  position: relative;
}

.gallery-item .gallery-caption {
  display: none;
}

.gallery-item .gallery-icon a {
  display: block;
}

.gallery-item .gallery-icon img {
  display: block;
  margin: 0 auto;
}

.gallery_nav {
  font-family: "Flaticons Solid";
  position: absolute;
  bottom: 20px;
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  color: #363B40; /* variable */
  float: left;
  margin-left: 5px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  z-index: 50;
  color: #363B40 !important;
}

.gallery_nav.next {
  right: 20px;
}

.gallery_nav.prev {
  right: 55px;
}

/*-----------------------------------------------------------------------------------*/
/*  Video/Audio Post Styles
/*-----------------------------------------------------------------------------------*/

.wp-video,
.wp-audio {
  overflow: hidden;
  width: 100% !important;
}

.mejs-container {
  background: #000;
  width: auto !important;
  max-width: 100%;
}

.mejs-audio {
  height: 30px !important;
}

.mejs-inner {
  position: relative;
  max-height: 100%;
}

.mejs-container-fullscreen .mejs-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
  display: table-cell;
  vertical-align: middle;
}

.mejs-mediaelement video {
  margin: 0 !important;
}

.mejs-container-fullscreen .mejs-mediaelement {
  display: inline;
}

.mejs-container-fullscreen .mejs-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}

.mejs-video {
  margin-bottom: 0;
  width: auto !important;
  height: auto !important;
}

.mejs-container-fullscreen {
  margin-bottom: 0;
}

.mejs-layers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mejs-fullscreen-hover {
  display: none !important;
}

.mejs-controls {
  position: relative;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: 30px;
  pointer-events: auto !important;
}

.mejs-controls:hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.mejs-poster {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}

.mejs-playpause-button,
.mejs-fullscreen-button {
  width: 40px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: auto !important;
}

.gecko .mejs-fullscreen-button {
  visibility: hidden;
}

.mejs-playpause-button {
  left: 0;
}

.mejs-fullscreen-button {
  right: 0;
}

.mejs-playpause-button button,
.mejs-fullscreen-button button {
  width: 40px;
  height: 30px;
  background: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
}

.mejs-button button:before {
  font-family: "Flaticons Solid";
  line-height: 30px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.mejs-play button:before {
  content: "\e187";
}

.mejs-pause button:before {
  content: "\e185";
}

.mejs-fullscreen-button button:before {
  content: "\e1a8";
}

.mejs-button:hover button:before {
  color: #fff;
}

.mejs-volume-button {
  display: none;
}

.mejs-currenttime-container,
.mejs-duration-container {
  font-size: .75em;
  line-height: 29px;
  font-weight: bold;
}

.mejs-currenttime-container {
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
}

.mejs-duration-container {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  text-align: right;
}

.mejs-audio .mejs-duration-container {
  right: 15px;
}

.mejs-time-rail {
  position: absolute;
  top: 12px;
  left: 80px;
  right: 80px;
  bottom: 12px;
  height: 5px;
  width: auto !important;
}

.mejs-audio .mejs-time-rail {
  right: 55px;
}

.mejs-time-total,
.mejs-time-buffering,
.mejs-time-loaded,
.mejs-time-current {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
  cursor: pointer;
  border-radius: 1px;
}

.mejs-time-total {
  right: 0;
  width: 100% !important;
}

.mejs-time-float {
  position: absolute;
  font-size: 0.75rem;
  display: none;
  bottom: 13px;
  z-index: 10;
  padding: 0 5px;
  line-height: 25px;
  height: 25px;
  width: 50px;
  margin-left: -25px;
  text-transform: none;
  border-radius: 4px;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  pointer-events: none;
}

.mejs-time-float:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}

.mejs-overlay-play {
  display: none;
}

/*-----------------------------------------------------------------------------------*/
/*  Magnific Popup Styles
/*-----------------------------------------------------------------------------------*/

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: 0 !important;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px 0;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: center;
  color: #6D7073; /* variable */
  word-wrap: break-word;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  background: #E9EAEC; /* variable */
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding: 8px 15px 10px 15px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

}

@media all and (max-width: 900px) {

  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }

}

/*-----------------------------------------------------------------------------------*/
/*  Sidebar Styles
/*-----------------------------------------------------------------------------------*/

.show-sidebar {
  width: 40px;
  height: 40px;
  background: #89C161; /* variable */
  border-radius: 0 0 0 4px;
  padding: 11px 10px 7px 10px;
  overflow: hidden;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}

.show-sidebar span {
  width: 20px;
  height: 4px;
  border-radius: 1px;
  margin-bottom: 3px;
  display: block;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.close-icon .bar-2 {
  opacity: 0;
  visibility: hidden;
}

.close-icon .bar-1 {
  -ms-transform: translateY(7px) rotate(-45deg);
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.close-icon .bar-3 {
  -ms-transform: translateY(-7px) rotate(45deg);
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.sidebar-on {
  margin-right: 320px;
}

.sidebar-primary {
  width: 320px;
  padding: 50px 40px;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -315px;
  bottom: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 97;
}

.sidebar-primary.sidebar-on {
  right: -320px;
}

.sidebar-primary table {
  max-width: 100%;
}

.sidebar-primary td {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.widget-title {
  margin-bottom: 0.75rem;
}

.widget {
  margin-bottom: 50px;/*
  opacity: 0;
  visibility: hidden;
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all .2s ease-in-out;
  -webkit-transition-delay: .2s;
  transition: all .2s ease-in-out;
  transition-delay: .2s;*/
}

/*
.sidebar-on .widget {
opacity: 1;
visibility: visible;
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
*/

.widget p {
  margin-bottom: 1.25rem;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget p:last-child {
  margin-bottom: 0;
}

.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_nav_menu li {
  display: block;
}

.widget_nav_menu a {
  display: block;
  line-height: 38px;
  height: 40px;
  cursor: pointer; /* always show a pointer - claviska */
}

.widget_nav_menu .current-menu-item > a:first-of-type,
.widget_nav_menu .current_page_item > a:first-of-type {
  font-weight: bold;
}

.widget_nav_menu .current-menu-item > a:first-of-type:after {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.widget_nav_menu li.has-sub-menu .dropdown {
  font-family: "Flaticons Solid";
  float: right;
  margin-top: -40px;
  width: 40px;
  border: 0;
  display: block;
  text-align: center;
}

.widget_nav_menu li.has-sub-menu .dropdown:after {
  content: "\e1bd";
  font-family: "Flaticons Solid";
}

.widget_nav_menu li.has-sub-menu .dropdown-active:after {
  content: "\e1bc";
}

.widget_nav_menu ul.sub-menu {
  overflow: hidden;
  display: none;
}

.widget_nav_menu ul.sub-menu a {
  font-size: 0.875rem;
  height: 36px;
  line-height: 34px;
  padding-left: 15px;
}

.widget_search .search-field,
.widget_subscribe .email-field {
  border: solid 1px transparent;
  width: 148px;
  margin-bottom: 10px;
  float: left;
}

.widget_search .search-field:focus,
.widget_subscribe .email-field:focus {
  border: solid 1px transparent;
}

.widget_search .search-submit {
  float: left;
}

.search-form label {
  float: left;
}

.avatar {
  border-radius: 50%;
}

.sidebar-right {
  width: 150px;
  float: right;
}

.sidebar-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-right li {
  margin: 10px 0 23px 0;
}

.sidebar-right .entry-preview {
  margin-bottom: 15px;
}

.sidebar-right .entry-title {
  margin-bottom: 0;
}

.sidebar-right .entry-preview-placeholder {
  width: 150px;
  height: 110px;
  display: block;
  position: relative;
}

.sidebar-right .entry-preview-placeholder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
  font-family: "Flaticons Solid";
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

.sidebar-right .format-audio .entry-preview-placeholder:after {
  content: "\e19b";
}

.sidebar-right .format-gallery .entry-preview-placeholder:after {
  content: "\e083";
}

.sidebar-right .format-video .entry-preview-placeholder:after {
  content: "\e085";
}

.sidebar-right .format-link .entry-preview-placeholder:after {
  content: "\e0c1";
}

.sidebar-right .format-standard .entry-preview-placeholder:after {
  content: "\e01f";
}

.sidebar-right .meta-timestamp {
  font-size: 0.875rem;
  display: block;
}

.sidebar-left {
  width: 150px;
  float: left;
}

.sidebar-left aside,
.sidebar-right aside { /* added to allow multiple sections in right sidebar - claviska */
  display: block;
  margin-bottom: 30px;
}

.sidebar-left h6 {
  clear: both;
}

.sidebar-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-left .avatar {
  max-width: 100px;
}

.activity-list span {
  display: block;
}

/* Also from ABS */
.also-from-abs {
  margin-top: 10px;
}

.also-from-abs a {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.also-from-abs img {
  margin-bottom: 10px;
}

.also-from-abs .title {
  line-height: 1.5;
  font-size: 1rem;
  color: #363B40;
  margin-bottom: 0;
}

.also-from-abs .description {
  line-height: 1.5;
  font-size: .875rem;
  color: #9DA2A9;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer Styles
/*-----------------------------------------------------------------------------------*/

.site-footer {
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding: 30px 0 30px 0;
}

/*-----------------------------------------------------------------------------------*/
/*  Responsive Styles
/*-----------------------------------------------------------------------------------*/

@media only screen and (max-width: 1023px) {

  #site-title {
    width: auto;
    height: auto;
    margin-right: 30px;
  }

  #site-title a {
    margin-top: 0;
  }

  .site-navigation {
    display: none;
  }

  .header-search {
    margin-top: 0;
    float: left;
  }

  .single .hentry,
  .sidebar-left,
  .comments-area {
    float: none;
  }

  .single article.hentry {
    margin-bottom: 70px;
  }

  .sidebar-left {
    max-width: 570px;
    width: auto;
    margin-right: -20px;
    margin-bottom: 50px;
  }

  .sidebar-left aside {
    width: 33.333333333%;
    float: left;
    padding-right: 20px;
  }

  .single-post .sidebar-left aside:first-of-type {
    display: none;
  }

  .page .sidebar-right {
    display: none;
  }

  .post-grid .hentry {
    width: 50%;
  }

  .page .main-content {
    width: auto;
    float: none;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .body-width {
    width: 768px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .single .main-content {
    width: 508px;
  }

  .sidebar-left aside {
    margin-bottom: 0;
  }

}

@media only screen and (max-width: 767px) {

  body {
    min-width: 100%;
  }

  .body-width {
    width: 100%;
    max-width: 480px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-grid {
    margin: 0;
  }

  .post-grid .hentry {
    top: auto !important;
    left: auto !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }

  .single .main-content {
    width: auto;
    float: none;
  }

  .sidebar-left aside {
    float: none;
    width: auto;
  }

  .sidebar-left aside:last-of-type {
    margin-bottom: 0;
  }

  .sidebar-right {
    display: none;
  }

  /* about the author mobile styles - claviska */
  .hentry .about-the-author {
    padding: 1.5rem;
  }

  .hentry .about-the-author .avatar {
    display: none;
  }

}
