@charset "UTF-8";
/*!

Theme Name: v6.2.0
Theme URI: http://www.hongkiat.com/
Author: Hongkiat Lim
Author URI: http://www.hongkiat.com/
Description: New WordPress theme for Hongkiat.com
Version: 6.1.0
License: Private
License URI: http://www.hongkiat.com/

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Resetting and rebuilding styles have been helped along thanks to the fine work of

Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/

*/
/* ==========================================================================
    
    Styles: Table of Content

    0. Normalize (Styles Resetter)
    1. Custom Font Families (@font-face)
    2. General Styles
    3. Chrome Frame and Notices
    4. Clearfix, Container
    5. Image Replacement and Visibility
    6. Line and Alignment
    7. Button Styles
    8. Website Header
    9. Website Navigation
   10. Content Global Styles
   11. Trending and Latest Content
   12. Single Entry (Post and Page) Content
   13. Category / Archive Page
   14. Author Page
   15. Pagination
   16. Page Info Number
   17. Sidebar
   18. Website Footer
   19. Noise Background
   20. SyntaxHighlighter
   21. Overwriter
   22. Print Styles

   ========================================================================== */
/* ==========================================================================
   Normalize.css (http://necolas.github.io/normalize.css/)
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
a:focus {
  outline: thin dotted;
}
/*a:active,
    a:hover {
    outline: 0;
    }*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
  _font-family: 'courier new', monospace;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   Custom Font Families
   ========================================================================== */
@font-face {
  font-family: 'hkdc-logo';
  src: url('assets/fonts/hkdc-logo.eot');
  src: url('assets/fonts/hkdc-logo.eot#iefix') format('embedded-opentype'), url('assets/fonts/hkdc-logo.woff') format('woff'), url('assets/fonts/hkdc-logo.ttf') format('truetype'), url('assets/fonts/hkdc-logo.svg#hkdc-logo') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hkdc-icons";
  font-style: normal;
  font-weight: normal;
  src: url('assets/fonts/hkdc-icons.eot');
  src: url('assets/fonts/hkdc-icons.eot?#iefix') format('eot'), url('assets/fonts/hkdc-icons.woff') format('woff'), url('assets/fonts/hkdc-icons.ttf') format('truetype'), url('assets/fonts/hkdc-icons.svg#hkdc-icons') format('svg');
}
/* ==========================================================================
   General Styles
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #555;
}
a {
  color: #26519e;
  text-decoration: none;
}
body {
  font-size: 1em;
  line-height: 1.4em;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
img {
  max-height: 100%;
  vertical-align: middle;
}
code,
kbd,
pre,
samp {
  font-size: 0.885em;
}
pre {
  background-color: #fdfdfd;
  border-left: 25px solid #e0e3e9;
  color: #313742;
  margin: 1em 0 1.5em;
  padding: 10px;
  text-shadow: 0 1px #fff;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
textarea,
input {
  outline: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* ==========================================================================
   Chrome Frame
   ========================================================================== */
.chromeframe {
  background: #ccc;
  color: #000;
  margin: 0.2em 0;
  padding: 0.2em 0;
}
.alert-notice {
  color: #8a6d3b;
  background-color: #fcf8e3;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #faebcc;
  border-radius: 4px;
}
/* ==========================================================================
   Clearfix, Container, Image Replacement, 
   ========================================================================== */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: "";
  display: table;
}
.clearfix:after,
.container:after {
  clear: both;
}
.clearfix,
.container {
  *zoom: 1;
}
.container {
  height: auto;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
/* ==========================================================================
   Visibility
   ========================================================================== */
.hide-text {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
}
.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;
}
/* ==========================================================================
   Line and Alignment
   ========================================================================== */
.left {
  float: left;
}
.right {
  float: right;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* ==========================================================================
   Button Styles
   ========================================================================== */
/* download buttons */
.download {
  margin: 0 0 20px 0;
  padding: 0;
}
.download li {
  display: inline-block;
  list-style: none;
  margin: 1% 0 !important;
  width: 100%;
}
.download-2c {
  text-align: center;
}
.download-2c li {
  display: inline-block;
  width: 47%;
}
.button,
a.button,
.download a {
  background-color: #89bf3e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff !important;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 300;
  padding: 12px 0;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}
.button:hover,
a.button:hover,
.download a:hover {
  background: #9bcf53;
  color: #fff !important;
}
.button:focus,
a.button:focus,
.download a:focus,
.button:active,
a.button:active,
.download a:active {
  background: #79a937;
}
/* ==========================================================================
   Website Header
   ========================================================================== */
.site-header,
.site-content,
.site-footer {
  left: 0;
  position: relative;
}
.site-header {
  background-color: #272727;
  border-bottom: 1px solid #242424;
  position: relative;
}
.site-header > .container {
  background-color: #272727;
  height: 90px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.site-header .table-wrap {
  display: table;
  margin: 0 auto;
  padding: 0 0;
  table-layout: fixed;
  width: 100%;
}
.site-header .site-branding,
.site-header .ads {
  display: table-cell;
  table-layout: fixed;
}
.site-header .ads {
  width: 728px;
  position: relative;
}
.site-header .site-branding {
  color: #fff;
  position: relative;
  width: 100%;
}
.site-header .site-branding .logo {
  height: 50px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 23px;
  width: 240px;
}
.site-header .site-branding div.logo {
  font-size: 2em;
}
.site-header .site-branding .logo a {
  color: #fff;
  display: block;
  font-weight: normal;
  height: 100%;
  width: 230px;
  line-height: 240px;
  position: absolute;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-header .site-branding .logo a:before {
  content: "\e800";
  font-family: "hkdc-logo";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 58px;
  text-indent: -11px;
  text-align: center;
}
.site-header .site-branding .logo span {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
}
.site-header .search {
  float: right;
  margin-left: 20px;
  width: 234px;
}
.site-header .search:hover {
  -webkit-box-shadow: 0 0 5px 1px #000;
  -moz-box-shadow: 0 0 5px 1px #000;
  box-shadow: 0 0 5px 1px #000;
}
.site-header .search input[type=search] {
  background-color: #f3f3f3;
  border: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  color: #999999;
  float: left;
  font-size: 0.875em;
  height: 20px;
  margin-right: 0;
  padding: 10px;
  width: 173px;
}
.site-header .search input::-webkit-input-placeholder {
  color: #999999;
}
.site-header .search input:-moz-placeholder {
  color: #999999;
}
.site-header .search button {
  background-color: #f3f3f3;
  border: 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  color: #999999;
  float: left;
  font-family: "hkdc-icons";
  font-size: 1em;
  height: 40px;
  line-height: 1.938em;
  padding: 0 10px 0 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ==========================================================================
   Mobile Header
   ========================================================================== */
.mobile-header {
  display: none;
}
.mobile-header a {
  color: #fff;
  height: 48px;
}
/* ==========================================================================
   Website Navigation
   ========================================================================== */
.site-navbar {
  background-color: #26519e;
  /*
    border-top: 1px solid rgb(46,95,185);
    */
  height: 45px;
}
.site-navbar > .container {
  background-color: #26519e;
  position: relative;
  z-index: 100;
}
.site-navbar .nav {
  background-color: #26519E;
}
.site-navbar ul {
  margin: 0;
  padding: 0;
}
.site-navbar li,
.site-navbar .primary {
  float: left;
}
.site-navbar .primary li {
  margin-left: 1px;
}
.site-navbar .primary li:first-child {
  margin-left: 0;
}
.site-navbar .primary li > a {
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  font-family: 'Roboto', Helvetica, sans-serif;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  position: relative;
  text-transform: capitalize;
  z-index: 10;
}
.site-navbar .primary .menu-home > a:after,
.site-navbar .primary .has-children > a:after {
  content: "\e80a";
  font-family: "hkdc-icons";
  font-size: 1em;
  font-weight: 500;
  height: 12px;
  line-height: 2.855em;
  margin-left: 3px;
  width: 9px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-navbar .primary li > a:hover,
.site-navbar .primary li.hover > a,
.site-navbar .primary li:hover > a,
.site-navbar .primary .current-menu-item,
.site-navbar .primary .current-menu-ancestor {
  background-color: #f3f3f3;
  color: #333;
  text-shadow: none;
}
/** sub menu  */
.sub {
  background: #f3f3f3;
  border-color: #aaa;
  border-color: rgba(146, 152, 164, 0.8);
  border-style: solid;
  border-width: 0 1px 1px 1px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
  left: -1px;
  max-width: 1000px;
  padding: 25px 0;
  position: absolute;
  top: 45px;
  display: none;
  width: 100%;
}
.sub h3 {
  font-weight: 500;
  font-family: 'Roboto', Helvetica, sans-serif;
}
.site-navbar .primary li.hover .sub {
  z-index: 2;
  display: block;
}
.sub .sub-menu {
  border-right: 5px solid #e5e5e4;
  display: table-cell;
  float: none;
  min-width: 250px;
  padding: 0 20px;
  table-layout: fixed;
  vertical-align: top;
}
.sub .sub-menu ul {
  margin-left: -2%;
  width: 102%;
}
.site-navbar .sub .sub-menu li {
  float: left;
  font-size: 0.945em;
  margin: 0 0 2% 2%;
  width: 48%;
}
.sub .menu-posts li:last-child {
  margin-right: 0;
}
.sub .sub-menu li a {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  color: #3b393e;
  font-size: 1em;
  font-weight: 500;
  font-family: 'Roboto', Helvetica, sans-serif;
  height: 28px;
  line-height: 28px;
  padding: 1% 0%;
  position: relative;
  text-transform: capitalize;
  width: 80%;
}
.sub .sub-menu li a:hover {
  text-decoration: underline;
  text-shadow: none;
}
.sub .sub-menu .new > a:after {
  color: red;
  content: "New!";
  font-size: 75%;
  margin-left: 4px;
  position: relative;
  top: -0.5em;
}
.no-rgba .sub h3 {
  color: #a4a9af;
}
.sub h3 {
  color: rgba(164, 169, 175, 0.75);
  font-size: 0.755em;
  line-height: 1em;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.no-rgba .sub h3 a {
  color: #aaa;
}
.sub h3 a {
  color: rgba(164, 169, 175, 0.75);
}
.sub h3 a:hover {
  text-decoration: underline;
}
.sub .loading {
  background-image: url('assets/img/hkdc-loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
}
.menu-home .sub {
  width: 180px;
  padding-top: 0;
  padding-bottom: 0;
}
.menu-home .sub .sub-item {
  display: block;
  float: none;
  font-size: 0.9em;
  margin-left: 0 !important;
}
.menu-home .sub .sub-item > a {
  color: #3b393e !important;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-home .sub .sub-item > a:hover {
  background-color: #ddd !important;
}
.site-navbar .menu-posts {
  display: table-cell;
  padding: 0 20px;
  table-layout: fixed;
  width: 100%;
}
.site-navbar .menu-posts li {
  float: left;
  margin-right: 4%;
  width: 30%;
}
.site-navbar .menu-posts .no-post {
  float: none;
  margin-right: 0;
  width: 100%;
}
.site-navbar .menu-posts a {
  padding: 0;
}
.site-navbar .menu-posts .entry-thumbnail img {
  background-color: #dae1e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 128px;
  width: 100%;
}
.site-navbar .menu-posts .entry-title {
  line-height: 1.25em;
  margin: 0;
  padding: 8px 0 0;
}
.site-navbar .menu-posts .entry-title a {
  color: #333;
  font-size: 0.95em;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-shadow: none;
}
.site-navbar .menu-posts .entry-title a:hover {
  color: #26519e;
  text-decoration: underline;
}
.no-rgba .menu-posts .entry-author,
.no-rgba .menu-posts .entry-author a {
  color: #2d343e;
}
.site-navbar .menu-posts .entry-author {
  color: rgba(45, 52, 62, 0.45);
  width: 100%;
}
.site-navbar .menu-posts .entry-author a {
  color: rgba(45, 52, 62, 0.45);
  font-size: 0.85em;
  font-weight: 500;
  height: auto;
  line-height: normal;
  text-transform: capitalize;
}
.site-navbar .menu-posts .entry-author a:hover {
  text-decoration: underline;
}
.site-navbar .secondary,
.site-navbar .secondary ul {
  float: right;
}
.site-navbar .secondary li {
  margin-left: 0;
}
.site-navbar .secondary a {
  background-background: #214588;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#234990), to(#1d3d79));
  background-image: -webkit-linear-gradient(top, #234990, #1d3d79);
  background-image: -moz-linear-gradient(top, #234990, #1d3d79);
  background-image: -ms-linear-gradient(top, #234990, #1d3d79);
  background-image: -o-linear-gradient(top, #234990, #1d3d79);
  border-bottom: 1px solid #3260B4;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52) inset;
  -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52) inset;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52) inset;
  color: #fff;
  display: inline-block;
  height: 27px;
  line-height: 2.385em;
  margin-top: 5px;
  padding: 0 11px;
}
.site-navbar .secondary a:hover {
  background: #1c3a73;
  background: -moz-linear-gradient(top, #1c3a73 0%, #173161 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c3a73), color-stop(100%, #173161));
  background: -webkit-linear-gradient(top, #1c3a73 0%, #173161 100%);
  background: -o-linear-gradient(top, #1c3a73 0%, #173161 100%);
  background: -ms-linear-gradient(top, #1c3a73 0%, #173161 100%);
  background: linear-gradient(to bottom, #1c3a73 0%, #173161 100%);
}
.site-navbar .secondary .jobs a {
  font-size: 0.785em;
  text-transform: uppercase;
}
.site-navbar .nav,
.site-navbar .nav-scroll {
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -ms-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.site-navbar .search {
  width: 160px;
}
.site-navbar .search input {
  background-color: #f4f4f4;
  border: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.28);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.28);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.28);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  color: #999999;
  float: right;
  font-size: 0.915em;
  font-weight: 500;
  height: 31px;
  line-height: 2em;
  margin: 6px 0;
  margin-right: 0;
  padding: 0px 6px;
  width: 94%;
}
.site-navbar .search input::-webkit-input-placeholder {
  color: #999;
}
.site-navbar .search input:-moz-placeholder {
  color: #999;
}
/* Site Links Top */
.site-navbar .site-links-top {
  background-color: #1E1E1E;
  padding-top: 25px;
  display: none;
}
.site-navbar .site-links-top h4 {
  margin: 0;
  text-indent: 10px;
  text-transform: uppercase;
  font-size: 0.75em;
  color: #848f96;
}
.site-navbar .site-links-top li {
  display: block;
  float: none;
}
.site-navbar .site-links-top a {
  display: block;
  padding: 0;
  width: 100%;
  border-width: 0;
  background-color: #1e1e1e;
  color: #848f96;
  text-indent: 10px;
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 3em;
  font-weight: 300;
}
.site-navbar .site-links-top a:hover {
  color: #f3f3f3;
}
.nav-scroll {
  height: 45px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.nav-scroll > .container {
  background-color: #26519e;
  /*border-left: 1px solid #3561b0;
    border-right: 1px solid #3561b0;*/
  max-width: 1000px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 100;
}
.post-navigation {
  position: absolute;
  left: 0;
  height: 100%;
  min-width: 94%;
}
.post-navigation * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-navigation li {
  height: 100%;
  width: 50%;
  color: #fff;
}
.post-navigation a {
  display: block;
  height: 100%;
  color: #fff;
  line-height: 48px;
  /*padding: 0 20px;*/
}
.post-navigation a:hover {
  text-decoration: underline;
}
.post-navigation .title {
  text-align: center;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-size: 0.875em;
  display: block;
  height: 100%;
}
.post-navigation .arrow {
  display: block;
  height: 100%;
  font-family: "hkdc-icons";
  /*
    width: 45px;
    border-right: 1px solid #21459d;
    border-left: 1px solid #21459d;
    */
  text-align: center;
}
.post-navigation li.prev {
  /*
    border-left: 1px solid #21459d;
    */
}
.post-navigation li.prev .arrow {
  float: right;
  padding-left: 10px;
}
.post-navigation li.next .arrow {
  float: left;
  padding-right: 10px;
}
.post-navigation li.next .title {
  text-align: left;
}
.post-navigation li.prev .title {
  text-align: right;
}
.nav-scroll .share {
  min-width: 73%;
}
.single .nav-scroll .share {
  min-width: 55%;
}
.nav-scroll .share .heading {
  color: #d1ddf3;
  display: block;
  float: left;
  font-size: 0.875em;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  min-width: 90px;
  padding: 0 20px 0 0;
  text-shadow: 0 -1px #183975;
}
.nav-scroll .share .heading:before,
.nav-scroll .social-buttons {
  font-family: "hkdc-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-scroll .share .heading:before {
  color: #fff;
  content: "\e801";
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin-right: 5px;
  width: 16px;
}
.nav-scroll .social-buttons {
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 12px 0 7px;
}
.nav-scroll .social-buttons li {
  margin-right: 20px;
}
.nav-scroll .social-buttons .tw iframe {
  max-width: 206px !important;
}
.single .nav-scroll .social-buttons .tw iframe {
  max-width: 85px !important;
}
.nav-scroll .social-buttons li a {
  color: #fff;
  color: rgba(255, 255, 255, 0.2);
}
.nav-scroll .access {
  height: 45px;
  padding-right: 15px;
  position: relative;
  background-color: #1b4186;
}
.single .nav-scroll .access {
  width: auto;
}
.nav-scroll .access ul {
  border-left: 1px solid #21488d;
  border-right: 1px solid #2c59a6;
  height: 45px;
  margin: 0 10px 0 0;
  margin-right: 10px;
}
.nav-scroll .access > .right {
  width: 28px;
}
.nav-scroll .access li {
  float: left;
  position: relative;
}
.nav-scroll .access a {
  color: #fff;
}
.nav-scroll .access li a {
  border-left: 1px solid #2c59a6;
  border-right: 1px solid #21488d;
  color: #c3cfe4;
  display: inline-block;
  font-family: sans-serif;
  font-size: 0.750em;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-shadow: 0 -1px #1a396f;
  text-transform: uppercase;
}
.nav-scroll .access li a:hover {
  background-color: rgba(32, 69, 134, 0.25);
  color: #fff;
}
.nav-scroll .access .prev a,
.nav-scroll .access .next a {
  padding-left: 15px;
  padding-right: 15px;
}
/*
.nav-scroll .access .prev a:before,
.nav-scroll .access .next a:after {
    font-size: 1.313em; 
    font-family: "hkdc-icons";
    line-height: 43px;
}
.nav-scroll .access .prev a:before {
    display: block;
    float: left;
    margin-right: 5px; 
    content: "\e807";
}
.nav-scroll .access .next a:after {
    display: block;
    float: right;
    margin-left: 5px; 
    content: "\e808";
}
*/
.nav-scroll .search {
  border-right: 1px solid #2C59A6;
  width: 170px;
}
.nav-scroll .search form {
  border-right: 1px solid #21488D;
}
.nav-scroll .search input {
  float: none;
  width: 150px;
}
/* Tooltip */
.nav-scroll .access li.prev:hover:before,
.nav-scroll .access li.next:hover:before {
  border-color: transparent transparent rgba(0, 0, 0, 0.88) transparent;
  border-style: solid;
  border-width: 0 7px 6px 7px;
  bottom: -3px;
  content: '';
  display: inline-block;
  height: 0;
  left: 15;
  position: absolute;
  width: 0;
}
.nav-scroll .access li.next:hover:after {
  content: 'Go to next post';
}
.nav-scroll .access li.prev:hover:after {
  content: 'Go to previous post';
}
.nav-scroll .access li.prev:hover:after,
.nav-scroll .access li.next:hover:after {
  background-color: rgba(0, 0, 0, 0.88);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 0.750em;
  font-weight: 500;
  left: 0;
  line-height: 1em;
  padding: 10px;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 45px;
  width: 120px;
}
.nav-scroll a#close-nav,
.nav-scroll a#open-nav {
  color: #91a7cf;
  font-family: "hkdc-icons";
  font-weight: 500;
  line-height: 45px;
  outline: 0;
}
.nav-scroll a:hover {
  color: #fff;
}
.nav-scroll a.close {
  height: 37px;
  line-height: 2.700em;
  margin-right: 1px;
}
.nav-scroll a#open-nav {
  background-color: #26519E;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  display: inline-block;
  font-size: 1em;
  height: 45px;
  line-height: 3.1em;
  position: absolute;
  right: 0;
  text-align: center;
  top: -46px;
  width: 43px;
}
/* Sticky Navbar */
.no-sticky {
  top: 0 !important;
}
.is-sticky {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.is-sticky > .container {
  border-bottom: 0;
  opacity: 0;
}
.is-sticky .nav-scroll {
  opacity: 1;
  width: 100%;
  z-index: 100;
}
.admin-bar .is-sticky {
  /* additional style when the admin bar appear */
  margin-top: 28px;
}
.admin-bar .mobile-header {
  margin-top: 46px;
}
.sticky .nav-scroll a#open-nav {
  visibility: visible;
}
/* ==========================================================================
   Content Global
   ========================================================================== */
.content-area {
  background-color: #fff;
}
.series {
  background-color: #fff8d9;
  border: 1px dashed #b3ae98;
  padding: 15px;
  font-size: 0.9em;
  text-align: center;
  width: 90%;
}
.series a {
  text-decoration: none !important;
  color: #4e5860;
}
.series a:hover {
  color: #4e5860!important;
}
.site-content {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}
.site-content .table-wrap {
  background-color: #fff;
}
.site-content .left_panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  width: 100%;
  float: left;
  margin-right: -350px;
  padding: 0 350px 0 0;
  position: relative;
  background-color: #fff;
}
.site-content .entry-title {
  line-height: 1.225em;
  margin: 0;
}
.site-content .entry-title a {
  color: #333;
  text-decoration: none;
}
.site-content .entry-title a:hover {
  color: #2c87e2;
  text-decoration: underline;
}
.site-content .entry-meta {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-size: 1.0em;
  margin-bottom: 8px;
}
.site-content .entry-meta ul {
  line-height: 1.0em;
  margin: 0;
  padding: 0;
}
.site-content .entry-meta li {
  display: inline;
  font-size: 13px;
}
.site-content .entry-meta li,
.site-content .entry-meta li a {
  color: #aaa;
}
.site-content .entry-meta a:hover {
  text-decoration: underline;
}
.site-content .entry-thumbnail {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  overflow: hidden;
}
.site-content .entry-thumbnail.large {
  width: 360px;
}
.site-content .entry-thumbnail.large img {
  max-width: 100%;
  height: auto;
}
.site-content .more_trending .entry-thumbnail a {
  display: block;
}
.site-content .more_trending .entry-thumbnail img,
.site-content .latest .entry-thumbnail img {
  max-width: 100%;
  height: auto;
}
.site-content .entry-content a.continue-read {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}
.site-content .entry-content a.continue-read:hover {
  color: #2c87e2;
}
/* Image and Gallery */
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  font-style: italic;
  line-height: 2;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}
/* Socialite */
.site-content .entry-social-buttons {
  height: 35px;
  list-style: none;
  margin: 0;
  max-width: 250px;
  padding: 0;
  position: absolute;
}
.site-content .entry-social-buttons li {
  float: left;
  margin-right: 10px;
}
.site-content .entry-social-buttons li:first-child {
  max-width: 132px;
}
.site-content .entry-social-buttons li:last-child {
  max-width: 90px;
}
.site-content .entry-social-buttons a {
  background-color: #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: "hkdc-icons";
  font-size: 0.813em;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 26px;
}
.site-content .entry-social-buttons .socialite-loaded {
  float: left;
  opacity: 0.5;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.site-content .entry-social-buttons:hover .socialite-loaded {
  opacity: 1;
}
.site-content .entry-social-buttons a.facebook-like {
  background-color: rgba(153, 153, 153, 0.35);
}
.site-content .entry-social-buttons a.twitter-share {
  background-color: rgba(153, 153, 153, 0.35);
}
/* ==========================================================================
   Trending and Latest Content
   ========================================================================== */
.featured {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 5px solid #dfdfdf;
}
.featured .heading,
.latest .heading {
  color: #b6b6b6;
  font-size: 0.755em;
  font-weight: 500;
  font-family: 'Roboto', Helvetica, sans-serif;
  line-height: normal;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
}
.trending .entry-figures,
.trending .entry-content,
.latest .entry-figures,
.latest .entry-content {
  float: left;
}
.trending {
  margin-right: 0;
  padding-bottom: 25px;
}
.trending .entry-content {
  width: 260px;
}
.trending .entry-excerpt {
  font-family: 'PT Serif', serif;
  font-size: 1.05em;
  line-height: 1.55em;
  margin-top: 5px;
}
.trending .entry-excerpt p {
  margin-bottom: 0;
  margin-top: 5px;
}
.trending .entry-content a,
.latest .entry-content a {
  text-decoration: none;
}
.trending .entry-thumbnail {
  float: none;
  margin-bottom: 10px;
  margin-right: 20px;
}
.trending .entry-title {
  font-size: 1.5em;
}
/* More Trending */
.more_trending {
  padding: 0;
}
.more_trending ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.more_trending li {
  display: block;
  float: left;
  position: relative;
  width: 215px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
}
.more_trending li:first-child {
  padding-left: 0;
  padding-right: 16px;
}
.more_trending li:last-child {
  padding-left: 16px;
  padding-right: 0;
}
.more_trending .entry-thumbnail {
  float: none;
}
.more_trending .entry-title a {
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.35em;
  padding: 10px 5px 0 0;
  text-decoration: none;
  text-transform: capitalize;
}
.more_trending .entry-title a:hover {
  color: #2c87e2;
}
.more_trending .entry-thumbnail img {
  width: 100%;
}
/* Latest Post */
.latest .heading {
  position: relative;
  text-transform: uppercase;
  top: 40px;
}
.latest .hentry {
  border-bottom: 1px solid #f0f0f0;
  padding: 40px 0;
}
.latest .hentry .entry-figures {
  width: 38%;
}
.latest .hentry .entry-thumbnail {
  float: none;
  margin-bottom: 10px;
}
.latest .hentry .entry-title {
  font-size: 1.45em;
  line-height: 1.25em;
  margin-bottom: 0;
}
.latest .hentry .entry-content {
  margin-bottom: 0;
  margin-left: 3%;
  width: 57%;
}
.latest .hentry .entry-excerpt p {
  font-size: 1.05em;
  font-family: 'PT Serif', serif;
  line-height: 1.55em;
  margin: 0;
}
/** post heading **/
.post-heading.sticky {
  top: 48px !important;
  width: 100% !important;
  position: fixed !important;
}
.tag .latest {
  border: none;
  -webkit-box-shadow: 0 -7px 19px -19px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 -7px 19px -19px rgba(0, 0, 0, 0);
  box-shadow: 0 -7px 19px -19px rgba(0, 0, 0, 0);
}
.tag .latest .heading {
  top: 10px;
}
.tag .latest article:first-of-type {
  padding-top: 15px;
}
/* ==========================================================================
   Single Entry (Post and Page) Content
   ========================================================================== */
.et_monarch .et_social_media_wrapper .et_social_media {
  min-height: 100px;
}
.single .site-content .entry-meta .entry-author:before {
  content: "";
}
.single .site-content .entry-meta li {
  color: #999;
  font-size: 0.855em;
  font-weight: 400;
  line-height: 24px;
}
.single .site-content .entry-meta li a {
  color: #999;
}
.single .site-content .entry-meta .entry-category {
  font-weight: 400;
}
.single .site-content .entry-meta .entry-author-pic img {
  width: 24px;
}
/* Single Post */
.single-light .left_panel,
.single-default .left_panel {
  padding-top: 50px;
}
.single-light .entry-area,
.single-default .entry-area {
  padding-right: 0;
}
.single-light article .entry-meta,
.single-default article .entry-meta {
  font-size: 0.950em;
  left: 0;
  padding: 20px 0 0 1px;
  position: absolute;
  top: 0;
  /*width: 100%;*/
}
.single-light article .entry-meta li,
.single-default article .entry-meta li {
  display: inline-block;
  height: 100%;
}
.single-light article .entry-author-pic,
.single-default article .entry-author-pic {
  margin-right: 1%;
  display: none!important;
}
.single-default article .entry-author-pic a {
  display: block;
  height: 24px;
  width: 24px;
}
.single-light article .entry-author,
.single-light article .entry-category,
.single-default article .entry-author,
.single-default article .entry-category {
  text-transform: capitalize;
}
.single-light article .entry-author,
.single-light article .entry-category,
.single-light article .entry-time,
.single-light article .edit-link,
.single-default article .entry-author,
.single-default article .entry-category,
.single-default article .entry-time,
.single-default article .edit-link {
  position: relative;
  top: 3px;
}
.single-light article .entry-meta .edit-link,
.single-default article .entry-meta .edit-link {
  left: 20px;
}
/* g ads */
.entry-area .gad_wrap {
  margin-bottom: 20px;
  margin-top: 5px;
}
.gad_wrap .gad_adFeedback {
  font-size: 0.8em;
}
.gad_wrap .gad_adFeedback a,
.gad_wrap .gad_adFeedback a:hover,
.gad_wrap .gad_adFeedback a:visited {
  color: #999!important;
  text-decoration: none!important;
}
.gad_wrap .gad_unit {
  color: #252525;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.915em;
  margin-bottom: 10px;
  margin-top: 0;
}
.gad_wrap .gad_unit .gad_adTitle,
.gad_wrap .gad_unit .gad_adTitle:hover,
.gad_wrap .gad_unit .gad_adTitle:visited {
  color: #0202ca!important;
  font-size: 1.215em;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: underline;
}
.gad_wrap .gad_unit .gad_adURL,
.gad_wrap .gad_unit .gad_adURL:hover {
  color: #252525!important;
  font-size: 0.9em;
  text-decoration: none;
}
.gad_wrap .gad_unit .gad_adURL:hover {
  text-decoration: underline;
}
.gad_wrap .gad_unit .gad_adText {
  display: block;
  line-height: 1.5em;
  width: 100%;
}
.entry-area .entry-header {
  margin-bottom: 0;
}
.entry-area .entry-title {
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.254em;
  padding-bottom: 10px;
}
.entry-area .entry-meta {
  margin: 0;
}
.entry-area .entry-content {
  font-family: 'PT Serif', serif;
  color: #444;
  font-size: 1.10em;
  line-height: 1.7em;
  margin-bottom: 20px;
}
.entry-area .entry-content p {
  margin: 0.5em 0 1.5em;
  padding-right: 20px;
}
.entry-area .entry-content p.caption {
  font-size: 1.435em;
  line-height: 1.35em;
  margin-top: 0;
}
/* Float left / right */
.entry-area .entry-content div.fleft,
.entry-area .entry-content div.fright {
  color: #666;
  font-size: 0.9em;
  margin-bottom: 10px;
  width: 200px;
  /* default 200px unless being overwrite in post */
}
.entry-area .entry-content div.fleft {
  float: left;
  margin-right: 20px;
}
.entry-area .entry-content div.fright {
  float: right;
  margin-left: 20px;
}
.entry-area .entry-content div.fleft .recommended_top,
.entry-area .entry-content div.fright .recommended_top {
  border-left: none;
  border-top: 10px solid rgba(102, 102, 102, 0.3);
}
.entry-area .entry-content div.fleft .recommended_top strong,
.entry-area .entry-content div.fright .recommended_top strong {
  display: block;
}
.entry-area .entry-content div.fleft h3,
.entry-area .entry-content div.fright h3,
.entry-area .entry-content div.fleft h4,
.entry-area .entry-content div.fright h4 {
  font-size: 1.125em;
  margin-top: 0;
  text-decoration: underline;
}
.entry-area .entry-content div.fleft blockquote,
.entry-area .entry-content div.fright blockquote,
.entry-area .entry-content div.fleft blockquote,
.entry-area .entry-content div.fright blockquote {
  font-size: 1.525em;
}
.entry-area .entry-content div.fleft ul,
.entry-area .entry-content div.fright ul,
.entry-area .entry-content div.fleft ul,
.entry-area .entry-content div.fright ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.entry-area .entry-content div.fleft li,
.entry-area .entry-content div.fright li,
.entry-area .entry-content div.fleft li,
.entry-area .entry-content div.fright li {
  line-height: 1.4em;
  margin-bottom: 10px;
}
.entry-content a {
  text-decoration: underline;
}
.entry-area .entry-content a:hover {
  color: #0066cc;
}
.entry-area .entry-content h3 {
  border-bottom: 1px solid #333;
  line-height: 1.2em;
  color: #252525;
  font-size: 1.575em;
  margin: 1.33em 0 .5em;
  padding-bottom: 3px;
}
.entry-area .entry-content h4 {
  color: #252525;
  font-size: 1.325em;
  margin: 1.5em 0 0 0;
}
.entry-area .entry-content li {
  margin: 1% 1% 1.8% 1%;
}
.entry-area .entry-content blockquote {
  background-color: #efefef;
  color: #3c3c3c!important;
  border-left: 15px solid #d1d1d1;
  width: 82%;
  padding: 3% 5%;
  margin: 5% 0!important;
  font-style: italic;
  line-height: 1.5em;
  font-size: 1.5em!important;
}
.entry-area .entry-content code {
  background-color: #eeeeee;
  font-weight: bold;
  padding: 3px 5px;
}
.entry-area .entry-content table {
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  border-collapse: collapse;
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
  margin: 1em 0 1.5em;
}
.entry-area .entry-content table.size_50 {
  width: 50%;
}
.entry-area .entry-content table.size_80 {
  width: 80%;
}
.entry-area .entry-content table.size_50,
.entry-area .entry-content table.size_80 {
  margin: 1em auto 1.5em;
}
.entry-area .entry-content table thead td {
  background-color: #f3f3f3;
  color: #26519e;
  font-weight: 700;
}
.entry-area .entry-content table td {
  border: 1px solid #e2e1e1;
  color: #3a3a3a;
  font-size: 0.855em !important;
  /* overwrite syntaxhihglighter */
  padding: 8px;
  text-shadow: 0 1px #fff;
}
/* Images */
.entry-area .entry-content .s450-550 {
  margin: -0.55em 0 3.1em;
}
.entry-area .entry-content .sw img,
.entry-area .entry-content .s450-550 img {
  height: auto;
  margin-left: 0.8em;
  margin-left: 0;
  margin-top: 0;
  border: 1px solid #eaeaea;
  /* overwriting v5 image styles */
  width: 99%;
}
.entry-area .entry-content .sw em,
.entry-area .entry-content .s450 em {
  color: #ccc;
  font-size: 0.685em;
  font-style: normal;
  text-transform: uppercase;
}
.entry-area .entry-content .sw em a,
.entry-area .entry-content .s450 em a {
  color: #ccc;
}
.entry-area .entry-content .entry-image {
  margin: 0.55em 0 1em;
  padding-right: 10px;
}
.entry-area .entry-content .entry-image img {
  border: 1px solid #eaeaea;
}
.entry-area .entry-content .entry-image-caption {
  font-size: 12px;
  line-height: 21px;
  color: #666;
  width: 80%;
  display: block;
  margin-top: 10px;
}
.entry-area .entry-content .entry-image-caption a,
.entry-area .entry-content .entry-image-caption a:visited {
  color: #666!important;
  text-decoration: none!important;
}
.entry-area .entry-content .recommended_top {
  background-color: rgba(102, 102, 102, 0.03);
  border-left: 10px solid rgba(102, 102, 102, 0.3);
  padding: 10px;
}
.entry-area .entry-content .recommended_top {
  background-color: #f6f7fc;
  border-left: 8px solid #d4dceb;
  padding: 10px;
  width: 92%;
}
.entry-area .entry-content .recommended_top strong {
  font-size: 0.75em;
  margin-right: 5px;
  text-transform: uppercase;
  display: block;
}
.entry-area .entry-content .halves01 {
  border-top: 1px solid #e8e8e8;
  padding-bottom: 2em;
  padding-left: 1.5%;
  padding-right: 1.5%;
  padding-top: 2.5em;
  width: 97%;
}
.entry-area .entry-content .halves01:nth-of-type(odd) {
  background-color: #fafafa;
}
.entry-area .entry-content .halves01 h4 {
  font-size: 1.425em;
  margin: 0;
  padding-bottom: 0.850em;
}
.entry-area .entry-content .halves01 > .cLeft {
  float: left;
  padding-right: 5%;
  width: 40%;
}
.entry-area .entry-content .halves01 > .cRight {
  float: right;
  padding: 0;
  text-align: right;
  width: 55%;
}
.entry-area .entry-content .halves01 > .cLeft > img,
.entry-area .entry-content .halves01 > .cLeft > p > img,
.entry-area .entry-content .halves01 > .cRight > p > img,
.entry-area .entry-content .halves01 > .cRight > img {
  height: auto;
  max-width: 100%;
}
.entry-area .entry-content .halves01 > .cRight > p {
  text-align: left;
}
.entry-area .entry-content .halves01 > .clear {
  clear: both;
}
.entry-area .entry-content .halves01.dark {
  background-color: #2b2f36;
  border-bottom: 1px solid #181a1e;
  border-top: 1px solid #181a1e;
  color: rgba(255, 255, 255, 0.75);
}
.entry-area .entry-content .halves01.dark a {
  color: #00bafe;
}
.entry-area .entry-content .halves01.dark h4 {
  color: #fff;
}
/*
.entry-area .entry-content .download {
    padding:0;
    margin: 15px 0 25px 0;
    list-style: none;
    text-align: center;
}
.entry-area .entry-content .download li {
    display: inline-block;
    margin: 0 auto;
}
.entry-area  .entry-content .download a {
    font-size: 1.2em;
    font-weight: 500;
    margin: 5px;
    padding: 10px;
    text-decoration: none;
    width: 275px;
}
.entry-area .entry-content .download a:hover {
    color:#fff;
}
*/
.entry-area .entry-content span.key {
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  border-color: #E0E0E0;
  border-style: solid;
  border-width: 1px 1px 3px 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.750em;
  padding: 2px 5px;
  text-shadow: 1px 1px #fff;
  text-transform: capitalize;
}
/* single - template: maxi */
.single-maxi .site-content .left_panel {
  padding-top: 0;
}
.single-maxi .entry-area .entry-header {
  height: 355px;
  margin-bottom: 20px;
  padding-top: 0;
  position: relative;
}
.single-maxi .entry-area .entry-header h1,
.single-maxi .entry-area .entry-header .entry-meta {
  position: absolute;
}
.single-maxi .entry-area .entry-header h1 {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  bottom: 0;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 2.5em;
  line-height: 1.18em;
  padding: 80px 60px 55px 20px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  width: 600px;
}
.single-maxi .entry-area .entry-header .entry-meta {
  bottom: 25px;
  font-size: 1.05em;
  margin-left: 20px;
}
.single-maxi .entry-area .entry-header .entry-meta li {
  font-size: 0.755em !important;
}
.single-maxi .entry-area .entry-header .entry-meta .entry-author,
.single-maxi .entry-area .entry-header .entry-meta .entry-author a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
.single-maxi .entry-area .entry-header .featured_image {
  height: 355px;
  margin-top: 0;
  overflow: hidden;
  width: 680px;
}
.single-maxi .entry-area .entry-header .featured_image img {
  width: 100%;
}
/* single - template: light */
.single-light .entry-area .entry-footer .related-post li {
  clear: both;
  float: none;
  width: 90%;
}
.single-light .entry-area .entry-footer .related-post .entry-thumbnail {
  float: left;
  margin-bottom: 2%;
  margin-right: 2%;
  width: 85px;
}
.single-light .entry-area .entry-footer .related-post .entry-title {
  font-weight: 500;
}
.single-light .entry-area .entry-footer .related-post .entry-title a {
  text-decoration: underline;
}
.single-light .author-box {
  margin-top: 0!important;
}
/* single - share button */
.mobile-sharing-buttons {
  display: none;
}
.mobile-sharing-buttons ul {
  padding-left: 0;
}
.mobile-sharing-buttons li {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
}
.mobile-sharing-buttons a {
  padding: 10px 15px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.mobile-sharing-buttons .fb {
  background-color: #3b5998;
}
.mobile-sharing-buttons .tw {
  background-color: #55acee;
}
.mobile-sharing-buttons .gp {
  background-color: #dd4b39;
}
/* More Post You Like */
.single-more {
  padding: 0;
  background-color: #fff;
}
.single-more,
.single-more .single-more-entry {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.single-more .single-more-entries,
.single-more .single-more-row {
  padding: 0;
  margin: 0;
}
.single-more .single-more-entry {
  height: 270px;
  float: left;
  list-style: none;
  width: 25%;
  text-align: left;
  padding-left: 0;
  padding-right: 10px;
}
.single-more .single-more-ad {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: 90px;
  list-style: none;
}
.single-more .entry-content {
  margin-bottom: 8px;
}
.single-more .entry-author a {
  font-size: 0.855em;
  font-family: 'Roboto', Helvetica, sans-serif;
  color: #999;
  text-decoration: none;
}
.single-more .single-more-entry img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.single-more .single-more-entry .entry-thumbnail {
  margin-bottom: 10px;
}
/* single - page */
.page .entry-area .entry-header .entry-title {
  color: #333333;
  font-size: 2.8em;
  font-weight: 700;
  letter-spacing: -1px;
  padding: 30px 0 10px 0;
  width: 100%;
}
.page .post .entry-title {
  letter-spacing: normal;
}
.page .entry-area .entry-header .entry-meta {
  bottom: 15px;
  display: none;
  font-size: 1.05em;
  margin-left: 2px;
}
.page-at strong,
.page-at strong {
  font-weight: 500;
}
.page .archive-desc {
  margin-top: 0;
  padding: 15px 30px 10px 0;
}
.page .archive-desc p {
  font-family: 'PT Serif', serif;
  font-size: 1.1em;
  line-height: 1.665em;
  margin-top: 0;
}
/* 404 */
.error404 .left_panel .entry-content h3 {
  color: #000;
  float: left;
  font-size: 12.0em;
  font-weight: 700;
  line-height: normal;
  margin: 0 20px 0 0;
  width: 408px;
  border-bottom: 0;
}
.error404 .left_panel .entry-content .ouch {
  color: #000;
  float: left;
  margin: 20px 0;
  width: 168px;
}
.error404 .left_panel .entry-content .ouch strong {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: uppercase;
}
.error404 .left_panel .entry-content .ouch p {
  font-size: 0.852em;
}
.error404 .left_panel .entry-content h4 {
  background-color: #000;
  clear: both;
  color: #FFF;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
  margin: 20px 0;
  padding: 20px;
}
.error404 .left_panel .entry-content li {
  list-style-type: square;
  margin-bottom: 7px;
  margin-left: 15px;
}
.no-results {
  color: #999;
  font-weight: 700;
  padding-left: 25px;
}
.trending .no-results,
.more_trending .no-results {
  padding-left: 14px;
}
.latest .no-results {
  margin-bottom: 50px;
  margin-top: 100px;
}
/* NextPage Nav */
#page-links {
  margin-bottom: 40px;
}
#page-links select {
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.850em;
  padding-left: 10px;
  width: 65px;
  -webkit-appearance: none;
}
#page-links .select-wrap {
  background: url('assets/img/select-arrow.png') no-repeat scroll 43px 7px #f9f9f9;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
  height: 27px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 21px;
  width: 65px;
}
#page-links .pages,
#page-links ul {
  color: #666;
  float: left;
  font-size: 1.325em;
  font-weight: 700;
}
#page-links ul {
  margin: 0;
  padding: 0;
  width: 87%;
}
#page-links li {
  float: left;
  list-style: none;
}
#page-links li a,
#page-links li .current {
  background-color: #f4f4f4;
  border: 1px solid rgba(211, 211, 211, 0.5);
  color: #999;
  display: inline-block;
  line-height: 1.325em;
  margin: 0 6px 0 0 ;
  padding: 0.3em 0.6em;
  text-decoration: none;
  /*
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    */
}
#page-links li a:hover,
#page-links li .current {
  border: 1px solid rgba(163, 163, 163, 0.5);
  color: #333;
}
#page-links .pages {
  font-size: 1.1em;
  font-weight: 700;
  font-weight: 500;
  margin-right: 10px;
  padding: 0.8em 0.6em 0.8em 0;
  width: 8%;
}
#page-links .active a,
#page-links .active a:hover {
  background-color: #26519E;
  border: 1px solid #1f4280;
  color: #fff;
}
/* ==========================================================================
    Entry Footer: (include) Related Posts, Author Box, and Tag List;
    ========================================================================== */
.entry-footer {
  width: 620px;
}
.entry-footer .related-post,
.entry-footer .tag-list {
  width: 620px;
}
.entry-footer .author-box {
  width: 580px;
}
/*
.entry-footer .related-post, 
.entry-footer .author-box {
    padding: 0 20px;
}
*/
/* Related Posts */
.entry-footer .related-post {
  /*
    background-color: #eee; 
    border-top: 1px solid #dfdfdf;
    */
  padding-top: 20px;
}
.entry-footer .related-post h3 {
  border: none;
  color: #353535;
  font-size: 1.25em;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.entry-footer .related-post ul {
  list-style: none;
  margin: 0;
  padding: 15px 0 !important;
}
.entry-footer .related-post li:last-child {
  margin-right: 0;
}
.entry-footer .related-post img {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.52);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.52);
  width: 100%;
}
.entry-footer .related-post li {
  display: block;
  float: left;
  margin-right: 5%;
  width: 30%;
}
.entry-footer .related-post li:last-child {
  margin-right: 0;
}
.entry-footer .related-post .entry-title {
  font-size: 1.0em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.325em;
  margin-top: 10px;
  padding-right: 10px;
}
.entry-footer .related-post .entry-thumbnail {
  background-color: #fff;
  display: block;
  float: none;
  height: auto;
  overflow: visible;
  width: 100%;
  /*
    -webkit-border-radius: 100%;
    -moz-border-radius:100%;
    border-radius: 100%;

    -webkit-box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0 8px 9px -4px rgba(0, 0, 0, 0.32);
    box-shadow:         0 8px 9px -4px rgba(0, 0, 0, 0.32);
    */
}
.entry-footer .related-post .entry-thumbnail a {
  background-color: #F6F6F6;
  display: inline-block;
  /*
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 3px 4px -3px rgba(0, 0, 0, 0.52);
    */
  height: 100%;
  position: relative;
  width: 100%;
}
.entry-footer .related-post .entry-thumbnail a img {
  /*
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    */
}
.entry-footer .related-post .entry-thumbnail a:after {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
/* Single Post Tag List*/
.entry-footer .tag-list {
  color: #252525;
  font-size: 0.885em;
  padding: 10px 0 0;
  width: 620px;
}
.entry-footer .tag-list ul {
  list-style: none;
  margin: 0 auto;
  padding: 0%;
}
.entry-footer .tag-list li,
.entry-footer .tag-list li a {
  display: inline-block;
  margin: 1px;
  text-shadow: 0 1px #fff;
}
.entry-footer .tag-list li {
  margin-bottom: 1%;
  padding: 0;
}
.entry-footer .tag-list .tag-heading {
  text-shadow: none;
}
.entry-footer .tag-list li a {
  text-decoration: underline;
}
/* Single Post Author Box */
.single .author-box {
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.12);
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 30px 20px;
}
.author-box .author-pic {
  float: left;
  height: 80px;
  width: 80px;
}
.author-box .author-bio {
  color: #333;
  float: left;
  margin-left: 20px;
  text-shadow: 0 1px #fff;
  width: 480px;
}
.author-box .author-name {
  color: #333;
  margin: 0 0 5px;
  text-shadow: 0 1px #fff;
}
.author-box .author-name a {
  color: #3C68B8;
}
.author-box .author-name a:hover {
  text-decoration: underline;
}
.author-box .author-bio p {
  font-size: 0.875em;
  line-height: 1.5em;
  margin: 0;
  padding-right: 0;
}
.author .author-box .author-bio p {
  padding-right: 45px;
}
.author-box .author-bio p a {
  color: #333;
  font-weight: 700;
}
.author-box .author-bio p a:hover {
  text-decoration: underline;
}
.author-box .author-bio .all_by_author {
  font-size: 0.865em;
  margin: 12px 0 0;
  text-shadow: none;
}
.author-box .author-bio .all_by_author a {
  color: #999;
  font-weight: 500;
  text-decoration: none;
}
.author-box .author-bio .all_by_author a:hover {
  text-decoration: underline;
}
/* ==========================================================================
   Category / Archive Page
   ========================================================================== */
/*
   .category .archive-title {
    color: #333333;
    font-weight: 300;
    margin: 20px 0 15px;
    padding-bottom: 15px;
    font-size:2.25em;
    text-transform:uppercase;
    }
    */
#archive-header {
  padding-right: 30px;
}
.category .archive-title,
.tag .archive-title,
.page .archive-title {
  color: #333333;
  font-size: 2.8em;
  font-weight: 700;
  letter-spacing: -1px;
  padding: 30px 30px 0 0;
  width: 100%;
  text-transform: capitalize;
  line-height: 1.254em;
  margin: 0;
}
.category .trending {
  border-top: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.52);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.52);
}
.archive .archive-desc {
  padding: 15px 30px 10px 0;
}
.archive .archive-desc p {
  font-size: 1.1em;
  line-height: 1.665em;
  font-family: 'PT Serif', serif;
  margin-top: 0;
}
.archive .archive-desc p a:hover {
  text-decoration: underline;
}
/* ==========================================================================
   Author Archive
   ========================================================================== */
.archive.author .left_panel {
  /*padding-top:25px;*/
  /*padding-left:0;*/
}
.archive.author .author-box {
  background-color: #333;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
  padding: 5% 15% 5% 5%;
  position: relative;
  width: 100%;
}
.archive.author .author-bio {
  padding-top: 3px;
  width: 73%;
}
.archive.author .author-bio {
  min-height: 200px;
}
.archive.author .author-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.archive.author .author-bg-img {
  width: 120%;
  height: 120%;
  top: -30px;
  left: -30px;
  opacity: 0.7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 50%;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  filter: url(assets/img/blur.svg#blur);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
}
.archive.author .author-box .author-bio,
.archive.author .author-box .author-pic {
  position: relative;
  text-shadow: none;
  z-index: 2;
}
.archive.author .author-box .author-pic {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 20px;
}
.archive.author .author-box p {
  line-height: 1.455em;
  width: 100%;
}
.archive.author .author-box .author-name {
  color: #fff;
  font-size: 1.8em;
  font-weight: 300;
  margin: 0 0 15px;
  text-shadow: none;
}
.archive.author .author-box .author-name a {
  color: #fff;
}
.archive.author .author-box p {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95em;
  margin-bottom: 10px;
  margin-top: 5px;
  /*
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.7);
    */
}
.archive.author .author-box p a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.archive.author .author-box p a:hover {
  color: #fff;
}
.archive.author .author-socmed {
  font-family: "hkdc-icons";
  margin: 0;
  padding: 0;
}
.archive.author .author-socmed li {
  float: left;
  /*display: inline;*/
  font-size: 1.25em;
  list-style: none;
  margin: 15px 20px 10px 0;
}
.archive.author .author-socmed li a {
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  text-shadow: none;
}
.archive.author .author-socmed li a:hover {
  color: #fff;
}
.archive.author .author-box .author-pic {
  border: 5px solid #fff;
  box-shadow: 0 0 0 0 #fff;
}
.archive.author .latest {
  /*Removing line and shadow from author page */
  border-top: 0 solid #fff;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  padding: 20px 0 40px 0;
}
.archive.author .latest .heading {
  top: 10px;
}
.archive.author .latest .post:first-of-type {
  padding-top: 15px;
}
.archive.author .site-content .entry-meta .entry-category {
  text-transform: capitalize;
}
/* ==========================================================================
   Authors Page
   ========================================================================== */
.page-authors .entry-area .author-name {
  margin-bottom: 0;
  margin-top: 0;
}
.page-authors .entry-area .author-position {
  color: #ccc;
  font-size: 0.75em;
  line-height: 1em;
  margin-bottom: 5px;
  margin-top: 2px;
  text-transform: uppercase;
}
.page-authors .entry-area .author-name a {
  color: rgba(40, 85, 157, 0.85);
  font-weight: 500;
  text-decoration: none;
}
.page-authors .entry-area .author-name a:hover {
  text-decoration: underline;
}
.page-authors .entry-area .author-description {
  font-size: 0.95em;
  line-height: 1.625em;
  padding-right: 10px;
}
.page-authors .entry-area .author-description a {
  font-weight: 500;
}
.page-authors .author-box {
  border-bottom: 1px solid #f6f6f6;
  margin: 30px 0;
  padding-bottom: 30px;
}
.page-authors .entry-area .author-pic img {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.page-authors .the-contributors {
  margin: 0;
  padding: 0;
}
.page-authors .the-contributors li {
  display: block;
  float: left;
  list-style: none;
  margin: 1% 1% 1% 0;
  text-align: center;
}
.page-authors .the-contributors li .author-name {
  display: none;
}
.page-authors .the-contributors li .author-pic img {
  border-radius: 100px 100px 100px 100px;
  height: 80%;
  width: 80%;
}
/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination,
.wp-pagenavi {
  height: 35px;
  line-height: 2.000em;
  margin-bottom: 50px;
  margin-top: 15px;
  margin-top: 35px;
  position: relative;
}
.pagination,
.pagination a,
.pagination .current {
  color: #cecece;
  font-size: 1.125em;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: normal;
}
.pagination .page,
.pagination .last,
.pagination .first,
.pagination .extend {
  margin-left: -3px;
}
.pagination .current,
.pagination .page,
.pagination .first,
.pagination .last {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 1px;
  margin-left: 1px;
  padding: 9px 12px 7px;
}
.pagination .current,
.pagination .page:hover {
  background-color: #26519e;
  color: #fff;
}
.pagination .previouspostslink,
.pagination .nextpostslink {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border: 1px solid rgba(211, 211, 211, 0.5);
  color: #727273;
  display: inline-block;
  font-family: "hkdc-icons";
  font-size: 1.875em;
  font-weight: 500;
  height: 35px;
  line-height: 1.050em;
  position: absolute;
  right: 0;
  text-align: center;
  width: 35px;
}
.pagination .previouspostslink:hover,
.pagination .nextpostslink:hover {
  border: 1px solid #ccc;
  border: 1px solid rgba(163, 163, 163, 0.5);
  color: #333;
  z-index: 1;
}
.pagination .previouspostslink {
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination .nextpostslink {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination .pages {
  font-weight: 400;
  margin-right: 90px;
  position: absolute;
  right: 0;
}
.pagination .previouspostslink {
  margin-right: 36px;
}
.pagination .disabled,
.pagination .disabled:hover {
  color: #ccc;
  cursor: not-allowed;
}
.adunit-infinite.display-none {
  display: none;
}
.adunit-infinite.display-block {
  margin-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f0f0f0;
}
.adunit-infinite.display-block > div,
.adunit-infinite.display-block > div > iframe {
  margin-right: auto;
  margin-left: auto;
  display: block !important;
}
/* ==========================================================================
   Page Info Number from Pagination
   ========================================================================== */
.page-info {
  border-bottom: 1px solid #f9f9f9;
  font-size: 1.875em;
  font-weight: 300;
  letter-spacing: -1px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.page-info .page-at {
  color: #ccc;
}
.page-info .page-num {
  color: #aaa;
}
/* ==========================================================================
   Sidebar
   ========================================================================== */
.sidebar {
  width: 300px;
  float: right;
  padding-top: 15px;
  padding-bottom: 15px;
}
.wrapper-sticky {
  float: right !important;
}
.sidebar .widget {
  clear: both;
  overflow: hidden;
  padding: 15px 0;
}
.sidebar .widget {
  clear: both;
  font-size: 0.855em;
  line-height: 1.285em;
}
.sidebar .widget.post-most .adunit-sidebar > div {
  padding-top: 15px;
  margin-bottom: 15px;
  border-top: 1px dotted #e4e3e3 !important;
}
.sidebar .widget p {
  line-height: 1.55em;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 0;
}
.sidebar .widget ul {
  margin-left: 20px;
  margin-top: 5px;
  padding: 0;
}
.single-post .sidebar .widget .entry-meta {
  text-transform: capitalize;
}
.sidebar .widget-title {
  color: #28559D;
  color: rgba(40, 85, 157, 0.85);
  font-size: 1.3em;
  font-weight: 300;
  height: 20px;
  line-height: 1.375em;
  margin: 0 0 10px;
  padding: 0;
  text-shadow: 0 1px #fff;
  text-transform: capitalize;
}
/* Social Widget */
.sidebar .connect {
  margin-top: 0;
  padding: 15px 0;
  /*overwrite default to keep buttons middelize*/
}
.sidebar .connect ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.sidebar .connect li {
  display: inline-block;
  float: left;
  margin-right: 4px;
  height: 30px;
  width: 30px;
}
.sidebar .connect li:last-child {
  margin-right: 0;
}
.sidebar .connect a {
  background-color: #ccc;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  display: block;
  font-family: "hkdc-icons";
  font-size: 1em;
  height: 30px;
  line-height: 2.200em;
  text-align: center;
  width: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidebar .connect a:active {
  position: relative;
  top: 1px;
}
.sidebar .connect li.followus {
  color: #666;
  font-size: 0.955em;
  height: 30px;
  line-height: 2.000em;
  text-shadow: 0 -1px #ffffff;
  width: 130px;
}
.sidebar .connect li.facebook a:hover {
  background-color: #4f92d8;
}
.sidebar .connect li.twitter a:hover {
  background-color: #6ed0f5;
}
.sidebar .connect li.gplus a:hover {
  background-color: #de473c;
}
.sidebar .connect li.linkedin a:hover {
  background-color: #447fa9;
}
.sidebar .connect li.rss a:hover {
  background-color: #f37238;
}
/* Newsletter */
.sidebar .form-subscribe {
  padding: 15px 0;
}
.sidebar .form-subscribe label {
  color: #666;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: left;
}
.sidebar .form-subscribe .inputwrap {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .form-subscribe input.email {
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #bbbbbb;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  color: #999999;
  float: left;
  font-size: 1.05em;
  font-weight: 500;
  height: 40px;
  padding: 5px 5px 5px 15px;
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
}
.sidebar .form-subscribe input::-webkit-input-placeholder {
  font-weight: bold;
}
.sidebar .form-subscribe input:-moz-placeholder {
  -webkit-box-shadow: 1px 2px 2px -2px rgba(0, 0, 0, 0.38) inset;
  -moz-box-shadow: 1px 2px 2px -2px rgba(0, 0, 0, 0.38) inset;
  box-shadow: 1px 2px 2px -2px rgba(0, 0, 0, 0.38) inset;
}
.sidebar .form-subscribe input.button {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  display: table-cell;
  width: 40%;
}
.sidebar .form-subscribe input.button {
  background: #82c25a;
  border: 1px solid #6aa545;
  /*display: table-cell;*/
  border-radius: 0px 3px 3px 0px;
  -webkit-box-shadow: 1px 1px 0px 0px #9ECE82 inset;
  -moz-box-shadow: 1px 1px 0px 0px #9ECE82 inset;
  box-shadow: 1px 1px 0px 0px #9ECE82 inset;
  color: #fff;
  float: left;
  font-size: 1.08em;
  font-weight: 700;
  display: inline-block;
  height: 40px;
  line-height: 2em;
  /*margin-left: -5px;*/
  padding: 0;
  text-shadow: 0 1px #6BA04A;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*width: 110px;*/
}
.sidebar .form-subscribe input.button:hover {
  background-color: #86c95d;
  -webkit-box-shadow: 1px 1px 0px 0px #98da70 inset;
  -moz-box-shadow: 1px 1px 0px 0px #98da70 inset;
  box-shadow: 1px 1px 0px 0px #98da70 inset;
}
/* Random Post Widget */
.sidebar .post-most {
  width: 100%;
  background-color: #fff;
}
.sidebar .post-most ul {
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
.sidebar .post-most li {
  border-top: 1px dotted #e4e3e3;
  list-style: none;
  padding: 15px 0;
  width: 100%;
}
.sidebar .post-most li:last-child {
  border-top: 1px dotted #e4e3e3;
  padding-bottom: 10px;
}
.sidebar .post-most .post .entry-content .entry-title a:visited {
  color: #959595;
}
.sidebar .post-most .entry-content {
  float: left;
  margin: 3px 0 0 15px;
  width: 175px;
}
.sidebar .post-most .entry-thumbnail img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sidebar .post-most .small {
  width: 100px;
}
.sidebar .post-most .entry-title {
  color: #333;
  font-size: 1.20em;
  line-height: 1.3em;
  margin-bottom: 0;
}
.sidebar .post-most .entry-meta {
  color: #aaa;
  font-size: 1.0em;
  line-height: 1.25em;
  margin: 3px 0 0 0;
  text-transform: uppercase;
}
.sidebar .post-most .entry-meta a {
  color: #aaa;
  text-decoration: none;
}
.sidebar .post-most .entry-meta a:hover {
  text-decoration: underline;
}
/* Banner */
.sidebar .banner {
  padding: 15px 0;
}
.sidebar .banner .ad {
  margin-bottom: 10px;
}
.sidebar .banner .size-300x250 {
  margin-bottom: 20px;
}
/* Maxbox Widget */
.sidebar .widget.maxbox {
  padding-top: 70px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddcdc;
  overflow: hidden;
  position: relative;
  background-color: #f6f6f6;
}
.sidebar .maxbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.sidebar .maxbox li {
  float: left;
}
.sidebar .maxbox > * {
  margin: 0;
  padding: 10px 30px;
}
.sidebar .maxbox .widget-title {
  /*
    background-color: rgba(76,112,174,0.8);
    */
  background-color: rgba(238, 238, 238, 0.5);
  border-bottom: 1px solid #E4E3E3;
  color: #727272;
  font-size: 1.215em;
  left: 0;
  padding: 16px 20px;
  position: absolute;
  text-shadow: none;
  text-transform: capitalize;
  top: 0;
  width: 100%;
  /*
    -webkit-box-shadow: 7px 0 9px -10px rgba(0, 0, 0, 0.42) inset;
    -moz-box-shadow:    7px 0 9px -10px rgba(0, 0, 0, 0.42) inset;
    box-shadow:         7px 0 9px -10px rgba(0, 0, 0, 0.42) inset;
    */
}
.sidebar .maxbox .swipe {
  overflow: hidden;
  padding: 0;
  position: relative;
  visibility: hidden;
  /*
    margin-bottom: 15px;
    */
}
.sidebar .maxbox .slide-wrap {
  overflow: hidden;
  position: relative;
}
.sidebar .maxbox .slide {
  float: left;
  position: relative;
  width: 100%;
}
.sidebar .maxbox .entry-wrap {
  margin: 0 10px;
}
.sidebar .maxbox .entry-thumbnail {
  float: none;
  margin-bottom: 20px;
  width: 100%;
}
.sidebar .maxbox .entry-thumbnail img {
  max-width: 100%;
}
.sidebar .maxbox .entry-content {
  padding: 0 10px;
}
.sidebar .maxbox .entry-title {
  color: #333;
  font-size: 1.25em;
}
.sidebar .maxbox span.prev,
.sidebar .maxbox span.next {
  background-color: #cccccc;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "hkdc-icons";
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 32px;
  z-index: 1;
}
.sidebar .maxbox span.prev:hover,
.sidebar .maxbox span.next:hover {
  background-color: #c2c2c2;
  color: #fff;
}
.sidebar .maxbox span.prev:active,
.sidebar .maxbox span.next:active {
  background-color: #ccc;
  margin-top: 1px;
}
.sidebar .maxbox span.prev {
  border-left: none;
  right: 53px;
}
.sidebar .maxbox span.next {
  border-right: none;
  right: 20px;
}
.sidebar .maxbox .indicator {
  margin: 0;
  padding: 0;
  text-align: center;
}
.sidebar .maxbox .indicator li {
  background-color: #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 10px;
  list-style: none;
  margin-left: 2px;
  margin-right: 2px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 10px;
}
.sidebar .maxbox .indicator li:hover,
.sidebar .maxbox .indicator li.active {
  background-color: #aaa;
}
.sidebar .maxbox .maxbox-foot {
  bottom: 15px;
  color: #999;
  font-size: 0.895em;
  font-weight: 500;
  padding: 0 0 15px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  /*
    border-top: 1px solid #e4e3e3;
    background:rgba(234,234,234,0.5);
    */
}
.sidebar .maxbox .maxbox-foot a {
  color: #cbcbcb;
}
.sidebar .maxbox .maxbox-foot a:hover {
  color: #666;
  text-decoration: underline;
}
/* text widget */
.sidebar .textwidget {
  padding: 0;
}
.sidebar .textwidget img {
  /*
    max-width: 100%;
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
    -moz-box-shadow:    0 2px 2px -2px rgba(0, 0, 0, 0.52);
    box-shadow:         0 2px 2px -2px rgba(0, 0, 0, 0.52);
    */
}
.sidebar .textwidget .tagstyle {
  list-style: none outside none;
  margin: 0 0 0 -5px;
}
.sidebar .textwidget li {
  list-style: none;
}
.sidebar .textwidget p a {
  color: #555;
  font-weight: 700;
  text-decoration: underline;
}
.sidebar .textwidget p a:hover {
  color: rgba(40, 85, 157, 0.85);
}
/* tag cloud */
.sidebar .widget .tagstyle ul,
.sidebar .widget .tagcloud ul {
  list-style: none;
  margin: 0 0 0 -5px;
}
.sidebar .widget .tagstyle li,
.sidebar .widget .tagcloud li {
  float: left;
  line-height: 30px;
  list-style: none;
  margin: 3px;
}
.sidebar .widget .tagstyle li a,
.sidebar .widget .tagcloud li a {
  background: rgba(102, 102, 102, 0.155);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  font-size: .955em;
  padding: 8px;
}
.sidebar .widget .tagstyle li a:hover,
.sidebar .widget .tagcloud li a:hover {
  background-color: rgba(40, 84, 159, 0.5);
  color: #fff;
}
/* 130/160 (width) Widget */
.sidebar .col .col_130,
.sidebar .col .col_160 {
  background: none !important;
  border: none;
  float: left;
  padding: 0;
}
.sidebar .col .col_130 {
  width: 130px;
}
.sidebar .col .col_130 ul {
  list-style: none;
  margin: 0;
}
.sidebar .col .col_130 li {
  margin: 0 0 15px 0;
}
.sidebar .col .col_130 li:last-child {
  margin-bottom: 0;
}
.sidebar .col .col_130 .entry-thumbnail {
  margin-bottom: 10px;
}
.sidebar .col .col_130 .entry-title {
  font-size: 1.15em;
  line-height: 1.27em;
}
.sidebar .col .col_130 li img {
  width: 100%;
}
.sidebar .col .col_160 {
  padding-right: 10px;
  width: 160px;
}
/* mostread-more-button */
.sidebar .most-more-button {
  padding: 10px 0;
  display: block;
  width: 99%;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border: 1px solid rgba(211, 211, 211, 0.5);
  color: #727273;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
}
/* ==========================================================================
   Website Footer
   ========================================================================== */
.site-footer {
  color: #666;
  padding: 30px 15px;
  background-color: #272727;
}
.site-footer > .container {
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
.site-footer .bottom {
  padding-top: 0;
}
.site-footer .about {
  float: left;
  font-size: 0.875em;
  padding: 0 10px 0 0;
  width: 370px;
}
.site-footer .about p {
  line-height: 21px;
  margin-top: 0;
}
.site-footer .about .social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .about .social-links li {
  display: inline;
  float: left;
  font-family: "hkdc-icons";
  margin-right: 10px;
}
.site-footer .about .social-links a {
  background-color: #26519E;
  border-radius: 50%;
  color: #c8d8f4;
  display: inline-block;
  font-size: 1em;
  height: 35px;
  line-height: 36px;
  text-align: center;
  width: 35px;
}
.site-footer .about .social-links a:hover {
  background-color: #416fc4;
  color: #fff;
}
.site-footer .about .social-links a:active {
  background-color: #fff;
  color: #26519E;
}
.site-footer .site-links {
  float: left;
  width: 100%;
}
.site-footer .site-links h3 {
  padding: 0 0 0 25px;
}
.site-footer .site-links ul {
  float: left;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
.site-footer .site-links ul li {
  line-height: 2em;
  display: inline;
  margin: 0 1%;
}
.site-footer .site-links a {
  color: #666;
  font-size: 0.875em;
}
.site-footer .site-links a:hover {
  color: #fff;
  text-decoration: underline;
}
.site-footer .meet-authors {
  float: right;
  margin-left: 10px;
  padding: 0 0 0 10px;
  position: relative;
  width: 250px;
}
.site-footer .meet-authors h3 {
  font-weight: 700;
}
.site-footer .meet-authors a.more:hover {
  text-decoration: underline;
}
.site-footer .meet-authors h3,
.site-footer .meet-authors a.more {
  color: #ccc;
  display: inline;
  font-size: 12px;
  line-height: normal;
  margin: 0 0 0 6px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
.site-footer .meet-authors a.more {
  color: #666;
  font-size: 11px;
  font-weight: 300;
  right: 10px;
  text-decoration: underline;
}
.site-footer .meet-authors a.more:hover {
  color: #fff;
}
.site-footer .meet-authors ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  width: 100%;
}
.site-footer .meet-authors li {
  display: inline-block;
  height: 40px;
  margin-left: 10px;
  margin-top: 10px;
  width: 40px;
}
.site-footer .partners {
  border-top: 1px solid #353535;
  padding: 30px 0;
}
.site-footer .partners .about {
  font-size: 0.875em;
  padding: 0;
  width: 270px;
}
.site-footer .site-links h3,
.site-footer .partners .about h3 {
  margin-bottom: 0;
  margin-top: 0;
  color: #ccc;
  text-transform: uppercase;
  font-size: 12px;
}
.site-footer .partners .about p {
  margin-bottom: 0;
  margin-top: 0;
}
.site-footer .partners .links {
  list-style: none;
  margin-top: 10px;
  padding: 0 0 0 30px;
  width: 600px;
}
.site-footer .partners ul {
  float: left;
  margin: 0;
  padding: 0;
}
.site-footer .partners li {
  display: inline;
  /*float: left;*/
  margin-right: 6px;
}
.site-footer .partners li a {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.site-footer .partners .maxcdn a {
  background-image: url('assets/img/maxcdn.png');
  height: 61px;
  opacity: 0.25;
  width: 180px;
}
.site-footer .partners .wp-web-host a {
  background-image: url('assets/img/wp-web-host.png');
  height: 61px;
  width: 68px;
}
.site-footer .partners .fotolia a {
  background-image: url('assets/img/fotolia.png');
  height: 61px;
  width: 68px;
}
.site-footer .policy {
  /*
    border-top:1px solid #353535;
    */
  padding: 10px 0;
}
.site-footer .policy p {
  color: #666;
  font-size: 0.750em;
  line-height: 1.5em;
  margin: 10px 0;
  /*
    text-shadow: 1px 1px 0px rgba(0,0,0,.3);
    */
}
img[src^="http://pixel.mathtag.com"] {
  position: absolute;
}
/* ==========================================================================
   Slide
   ========================================================================== */
.slideable {
  -webkit-transform: translate3D(0);
  -moz-transform: translate3D(0);
  -ms-transform: translate3D(0);
  -o-transform: translateX(0);
  transform: translate3D(0);
  -webkit-transition: -webkit-transform 150ms;
  -moz-transition: -moz-transform 150ms;
  -ms-transition: -ms-transform 150ms;
  -o-transition: -o-transform 150ms;
  transition: transform 150ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.reveal-left {
  -webkit-transition: -webkit-transform 150ms;
  -moz-transition: -moz-transform 150ms;
  -ms-transition: -ms-transform 150ms;
  -o-transition: -o-transform 150ms;
  transition: transform 150ms;
}
/* ==========================================================================
   Ads Visibility
   ========================================================================== */
.ads-desktop {
  display: block;
}
.load-infinite {
  display: none;
  background-image: url('assets/img/loader.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.infinite-ad {
  padding: 5% 3%;
  border-bottom: 1px solid #f0f0f0;
}
.infinite-ad > div[id^="google_ads_iframe"] > iframe[id^="google_ads_iframe"],
.infinite-ad > div[id^="google_ads_iframe"] {
  margin-right: auto;
  margin-left: auto;
  display: block !important;
}
/* ==========================================================================
SyntaxHighlighter

 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 * 
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.

 ========================================================================== */
/* --------------------------------------------------------------------------
    shCore.css
    -------------------------------------------------------------------------- */
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
  background: none !important;
  border: 0 !important;
  -webkit-border-radius: 0 0 0 0 !important;
  -moz-border-radius: 0 0 0 0 !important;
  bottom: auto !important;
  box-sizing: content-box !important;
  float: none !important;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
  font-size: 1em !important;
  font-style: normal !important;
  font-weight: normal !important;
  height: auto !important;
  left: auto !important;
  line-height: 1.1em !important;
  margin: 0 !important;
  min-height: inherit !important;
  min-height: auto !important;
  outline: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  text-align: left !important;
  top: auto !important;
  vertical-align: baseline !important;
  width: auto !important;
}
.syntaxhighlighter {
  font-size: 1em !important;
  margin: 1em 0 1em 0 !important;
  overflow: auto !important;
  position: relative !important;
  width: 100% !important;
}
.syntaxhighlighter.source {
  overflow: hidden !important;
}
.syntaxhighlighter .bold {
  font-weight: bold !important;
}
.syntaxhighlighter .italic {
  font-style: italic !important;
}
.syntaxhighlighter .line {
  white-space: pre !important;
}
.syntaxhighlighter table {
  width: 100% !important;
}
.syntaxhighlighter table caption {
  padding: .5em 0 0.5em 1em !important;
  text-align: left !important;
}
.syntaxhighlighter table td.code {
  width: 100% !important;
}
.syntaxhighlighter table td.code .container {
  position: relative !important;
}
.syntaxhighlighter table td.code .container textarea {
  background: white !important;
  border: none !important;
  box-sizing: border-box !important;
  height: 100% !important;
  left: 0 !important;
  overflow: hidden !important;
  padding-left: 1em !important;
  position: absolute !important;
  top: 0 !important;
  white-space: pre !important;
  width: 100% !important;
}
.syntaxhighlighter table td.gutter .line {
  padding: 0 0.5em 0 1em !important;
  text-align: right !important;
}
.syntaxhighlighter table td.code .line {
  padding: 0 1em !important;
}
.syntaxhighlighter.nogutter td.code .container textarea,
.syntaxhighlighter.nogutter td.code .line {
  padding-left: 0em !important;
}
.syntaxhighlighter.show {
  display: block !important;
}
.syntaxhighlighter.collapsed table {
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar {
  font-size: 1em !important;
  height: auto !important;
  padding: 0.1em 0.8em 0em 0.8em !important;
  position: static !important;
  width: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {
  display: inline !important;
  margin-right: 1em !important;
}
.syntaxhighlighter.collapsed .toolbar span a {
  display: none !important;
  padding: 0 !important;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
  display: inline !important;
}
.syntaxhighlighter .toolbar {
  font-size: 10px !important;
  height: 11px !important;
  position: absolute !important;
  right: 1px !important;
  top: 1px !important;
  width: 11px !important;
  z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {
  display: inline !important;
}
.syntaxhighlighter .toolbar a {
  display: block !important;
  padding-top: 1px !important;
  text-align: center !important;
  text-decoration: none !important;
}
.syntaxhighlighter .toolbar a.expandSource {
  display: none !important;
}
.syntaxhighlighter.ie {
  font-size: .9em !important;
  padding: 1px 0 1px 0 !important;
}
.syntaxhighlighter.ie .toolbar {
  line-height: 8px !important;
}
.syntaxhighlighter.ie .toolbar a {
  padding-top: 0px !important;
}
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {
  background: none !important;
}
.syntaxhighlighter.printing .line .number {
  color: #bbbbbb !important;
}
.syntaxhighlighter.printing .line .content {
  color: black !important;
}
.syntaxhighlighter.printing .toolbar {
  display: none !important;
}
.syntaxhighlighter.printing a {
  text-decoration: none !important;
}
.syntaxhighlighter.printing .plain,
.syntaxhighlighter.printing .plain a {
  color: black !important;
}
.syntaxhighlighter.printing .comments,
.syntaxhighlighter.printing .comments a {
  color: #008200 !important;
}
.syntaxhighlighter.printing .string,
.syntaxhighlighter.printing .string a {
  color: blue !important;
}
.syntaxhighlighter.printing .keyword {
  color: #006699 !important;
  font-weight: bold !important;
}
.syntaxhighlighter.printing .preprocessor {
  color: gray !important;
}
.syntaxhighlighter.printing .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter.printing .value {
  color: #009900 !important;
}
.syntaxhighlighter.printing .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .constants {
  color: #0066cc !important;
}
.syntaxhighlighter.printing .script {
  font-weight: bold !important;
}
.syntaxhighlighter.printing .color1,
.syntaxhighlighter.printing .color1 a {
  color: gray !important;
}
.syntaxhighlighter.printing .color2,
.syntaxhighlighter.printing .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .color3,
.syntaxhighlighter.printing .color3 a {
  color: red !important;
}
.syntaxhighlighter.printing .break,
.syntaxhighlighter.printing .break a {
  color: black !important;
}
/* --------------------------------------------------------------------------
    shCoreDefault.css
    -------------------------------------------------------------------------- */
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
  background: none !important;
  border: 0 !important;
  -webkit-border-radius: 0 0 0 0 !important;
  -moz-border-radius: 0 0 0 0 !important;
  bottom: auto !important;
  box-sizing: content-box !important;
  float: none !important;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
  font-size: 1em !important;
  font-style: normal !important;
  font-weight: normal !important;
  height: auto !important;
  left: auto !important;
  line-height: 1.1em !important;
  margin: 0 !important;
  min-height: inherit !important;
  min-height: auto !important;
  outline: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  text-align: left !important;
  top: auto !important;
  vertical-align: baseline !important;
  width: auto !important;
}
.syntaxhighlighter {
  font-size: 0.9em !important;
  margin: 1.5em 0 3.5em !important;
  overflow: auto !important;
  position: relative !important;
  width: 100% !important;
}
.syntaxhighlighter.source {
  overflow: hidden !important;
}
.syntaxhighlighter .bold {
  font-weight: bold !important;
}
.syntaxhighlighter .italic {
  font-style: italic !important;
}
.syntaxhighlighter .line {
  white-space: pre !important;
}
.syntaxhighlighter table {
  width: 100% !important;
}
.syntaxhighlighter table caption {
  padding: .5em 0 0.5em 1em !important;
  text-align: left !important;
}
.syntaxhighlighter table td.code {
  width: 100% !important;
}
.syntaxhighlighter table td.code .container {
  position: relative !important;
}
.syntaxhighlighter table td.code .container textarea {
  background: white !important;
  border: none !important;
  box-sizing: border-box !important;
  height: 100% !important;
  left: 0 !important;
  overflow: hidden !important;
  padding-left: 1em !important;
  position: absolute !important;
  top: 0 !important;
  white-space: pre !important;
  width: 100% !important;
}
.syntaxhighlighter table td.gutter .line {
  padding: 0.25em 0.5em 0.25em 1em !important;
  text-align: right !important;
}
.syntaxhighlighter table td.code .line {
  padding: 0.25em 1em !important;
}
.syntaxhighlighter.nogutter td.code .container textarea,
.syntaxhighlighter.nogutter td.code .line {
  padding-left: 0em !important;
}
.syntaxhighlighter.show {
  display: block !important;
}
.syntaxhighlighter.collapsed table {
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar {
  font-size: 1em !important;
  height: auto !important;
  padding: 0.1em 0.8em 0em 0.8em !important;
  position: static !important;
  width: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {
  display: inline !important;
  margin-right: 1em !important;
}
.syntaxhighlighter.collapsed .toolbar span a {
  display: none !important;
  padding: 0 !important;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
  display: inline !important;
}
.syntaxhighlighter .toolbar {
  font-size: 10px !important;
  height: 11px !important;
  position: absolute !important;
  right: 1px !important;
  top: 1px !important;
  width: 11px !important;
  z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {
  display: inline !important;
}
.syntaxhighlighter .toolbar a {
  display: block !important;
  padding-top: 1px !important;
  text-align: center !important;
  text-decoration: none !important;
}
.syntaxhighlighter .toolbar a.expandSource {
  display: none !important;
}
.syntaxhighlighter.ie {
  font-size: .9em !important;
  padding: 1px 0 1px 0 !important;
}
.syntaxhighlighter.ie .toolbar {
  line-height: 8px !important;
}
.syntaxhighlighter.ie .toolbar a {
  padding-top: 0px !important;
}
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {
  background: none !important;
}
.syntaxhighlighter.printing .line .number {
  color: #bbbbbb !important;
}
.syntaxhighlighter.printing .line .content {
  color: black !important;
}
.syntaxhighlighter.printing .toolbar {
  display: none !important;
}
.syntaxhighlighter.printing a {
  text-decoration: none !important;
}
.syntaxhighlighter.printing .plain,
.syntaxhighlighter.printing .plain a {
  color: black !important;
}
.syntaxhighlighter.printing .comments,
.syntaxhighlighter.printing .comments a {
  color: #008200 !important;
}
.syntaxhighlighter.printing .string,
.syntaxhighlighter.printing .string a {
  color: blue !important;
}
.syntaxhighlighter.printing .keyword {
  color: #006699 !important;
  font-weight: bold !important;
}
.syntaxhighlighter.printing .preprocessor {
  color: gray !important;
}
.syntaxhighlighter.printing .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter.printing .value {
  color: #009900 !important;
}
.syntaxhighlighter.printing .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .constants {
  color: #0066cc !important;
}
.syntaxhighlighter.printing .script {
  font-weight: bold !important;
}
.syntaxhighlighter.printing .color1,
.syntaxhighlighter.printing .color1 a {
  color: gray !important;
}
.syntaxhighlighter.printing .color2,
.syntaxhighlighter.printing .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .color3,
.syntaxhighlighter.printing .color3 a {
  color: red !important;
}
.syntaxhighlighter.printing .break,
.syntaxhighlighter.printing .break a {
  color: black !important;
}
.syntaxhighlighter {
  background-color: white !important;
}
.syntaxhighlighter .line.alt1 {
  background-color: white !important;
}
.syntaxhighlighter .line.alt2 {
  background-color: white !important;
}
.syntaxhighlighter .line.highlighted.alt1,
.syntaxhighlighter .line.highlighted.alt2 {
  background-color: #e0e0e0 !important;
}
.syntaxhighlighter .line.highlighted.number {
  color: black !important;
}
.syntaxhighlighter table caption {
  color: black !important;
}
.syntaxhighlighter .gutter {
  color: #afafaf !important;
}
.syntaxhighlighter .gutter .line {
  border-right: 3px solid #6ce26c !important;
}
.syntaxhighlighter .gutter .line.highlighted {
  background-color: #6ce26c !important;
  color: white !important;
}
.syntaxhighlighter.printing .line .content {
  border: none !important;
}
.syntaxhighlighter.collapsed {
  overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
  background: white !important;
  border: 1px solid #6ce26c !important;
  color: blue !important;
}
.syntaxhighlighter.collapsed .toolbar a {
  color: blue !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
  color: red !important;
}
.syntaxhighlighter .toolbar {
  background: #6ce26c !important;
  border: none !important;
  color: white !important;
}
.syntaxhighlighter .toolbar a {
  color: white !important;
}
.syntaxhighlighter .toolbar a:hover {
  color: black !important;
}
.syntaxhighlighter .plain,
.syntaxhighlighter .plain a {
  color: black !important;
}
.syntaxhighlighter .comments,
.syntaxhighlighter .comments a {
  color: #008200 !important;
}
.syntaxhighlighter .string,
.syntaxhighlighter .string a {
  color: blue !important;
}
.syntaxhighlighter .keyword {
  color: #006699 !important;
}
.syntaxhighlighter .preprocessor {
  color: gray !important;
}
.syntaxhighlighter .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter .value {
  color: #009900 !important;
}
.syntaxhighlighter .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter .constants {
  color: #0066cc !important;
}
.syntaxhighlighter .script {
  background-color: none !important;
  color: #006699 !important;
  font-weight: bold !important;
}
.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a {
  color: gray !important;
}
.syntaxhighlighter .color2,
.syntaxhighlighter .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter .color3,
.syntaxhighlighter .color3 a {
  color: red !important;
}
.syntaxhighlighter .keyword {
  font-weight: bold !important;
}
/* --------------------------------------------------------------------------
    shThemeDefault.css
    -------------------------------------------------------------------------- */
.syntaxhighlighter {
  background-color: white !important;
}
.syntaxhighlighter .line.alt1 {
  background-color: #f9f9f9 !important;
}
.syntaxhighlighter .line.alt2 {
  background-color: white !important;
}
.syntaxhighlighter .line.highlighted.alt1,
.syntaxhighlighter .line.highlighted.alt2 {
  background-color: #e0e0e0 !important;
}
.syntaxhighlighter .line.highlighted.number {
  color: black !important;
}
.syntaxhighlighter table caption {
  color: black !important;
}
.syntaxhighlighter .gutter {
  color: #d2d2d2 !important;
}
.syntaxhighlighter .gutter .line {
  border-right: 3px solid #ccc !important;
}
.syntaxhighlighter .gutter .line.highlighted {
  background-color: #6ce26c !important;
  color: white !important;
}
.syntaxhighlighter.printing .line .content {
  border: none !important;
}
.syntaxhighlighter.collapsed {
  overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
  background: white !important;
  border: 1px solid #6ce26c !important;
  color: blue !important;
}
.syntaxhighlighter.collapsed .toolbar a {
  color: blue !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
  color: red !important;
}
.syntaxhighlighter .toolbar {
  background: #6ce26c !important;
  border: none !important;
  color: white !important;
}
.syntaxhighlighter .toolbar a {
  color: white !important;
}
.syntaxhighlighter .toolbar a:hover {
  color: black !important;
}
.syntaxhighlighter .plain,
.syntaxhighlighter .plain a {
  color: black !important;
}
.syntaxhighlighter .comments,
.syntaxhighlighter .comments a {
  color: #008200 !important;
}
.syntaxhighlighter .string,
.syntaxhighlighter .string a {
  color: blue !important;
}
.syntaxhighlighter .keyword {
  color: #006699 !important;
}
.syntaxhighlighter .preprocessor {
  color: gray !important;
}
.syntaxhighlighter .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter .value {
  color: #009900 !important;
}
.syntaxhighlighter .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter .constants {
  color: #0066cc !important;
}
.syntaxhighlighter .script {
  background-color: none !important;
  color: #006699 !important;
  font-weight: bold !important;
}
.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a {
  color: gray !important;
}
.syntaxhighlighter .color2,
.syntaxhighlighter .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter .color3,
.syntaxhighlighter .color3 a {
  color: red !important;
}
.syntaxhighlighter .keyword {
  font-weight: bold !important;
}
/* ==========================================================================
    Overwriter
    ========================================================================== */
.site-content .entry-content .syntaxhighlighter table td {
  text-shadow: 0 0 #fff;
}
.site-content .entry-content .syntaxhighlighter .container:before,
.site-content .entry-content .syntaxhighlighter .container:after {
  content: none;
}
/* ==========================================================================
   Load More Notification
   ========================================================================== */
#loading-recent-infinite {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  z-index: 4;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 32px;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  display: none;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Test */
/*  ===============================================================
        769px --> 1024px
        =============================================================== */
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
  /* Featured Posts */
  .featured {
    padding-bottom: 30px;
  }
  .trending {
    float: left;
    margin-right: 3.9%;
    /* around 20px */
    width: 65%;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .more_trending {
    float: left;
    padding: 0;
    width: 31.1%;
    border: 0;
    background: none;
  }
  .more_trending img {
    max-width: 100%;
  }
  .more_trending li {
    padding: 0;
    margin: 0 0 15px 0;
  }
  .more_trending li:first-child,
  .more_trending li:last-child {
    padding: 0;
  }
  .single .left_panel .entry-content img,
  .page .left_panel .entry-content img {
    margin-left: 0;
  }
  .single .left_panel {
    /*padding: 20px 0% 40px;*/
    width: 100%;
  }
  /* Footer */
  .site-footer .about {
    padding: 0 2% 0 0;
    width: 36%;
  }
  .site-footer .site-links {
    width: 100%;
  }
  .site-footer .site-links h3 {
    padding-left: 0;
  }
  .site-footer .site-links ul {
    padding: 0;
    width: 100%;
  }
  .site-footer .meet-authors {
    margin-left: 0;
    padding-right: 0;
    padding-left: 1%;
    min-width: 250px;
    width: 23%;
  }
  .site-footer .meet-authors a.more {
    right: 0;
  }
  .site-footer .partners .about {
    float: left;
    width: 27%;
    border: none;
  }
  .site-footer .partners .links {
    float: left;
    width: 63%;
  }
}
/*  ===============================================================
        1024px 
        =============================================================== */
@media only screen and (max-width: 64em) {
  img {
    max-width: 100%;
  }
  .site-header > .container,
  .site-navbar > .container,
  .site-footer > .container {
    padding-right: 2%;
    padding-left: 2%;
    max-width: 960px;
    width: 96%;
    border-right: 0;
    border-left: 0;
  }
  .site-navbar .menu-posts .entry-thumbnail img {
    height: auto;
  }
  .site-content,
  .trending .entry-figures,
  .trending .entry-content,
  .trending .entry-thumbnail.large,
  .more_trending li {
    width: 100%;
  }
  #page-menu-template,
  .site-content .left_panel,
  .author .latest {
    padding-left: 20px;
  }
  .site-content .sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 320px;
    padding-right: 20px;
  }
  .single-post .single-more {
    padding-right: 10px;
    padding-left: 10px;
  }
  .single-light .left_panel,
  .single-default .left_panel {
    padding-top: 50px;
  }
  .author .left_panel {
    width: 100%;
  }
  .entry-area .entry-content .sw em,
  .entry-area .entry-content .s450 em {
    margin-left: 0;
  }
  .single-light article .entry-meta,
  .single-default article .entry-meta {
    padding: 10px 2%;
  }
  /* Single Maxi */
  .single-maxi .entry-area .entry-header * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .single-maxi .entry-area .entry-header h1 {
    margin-left: 0;
    padding: 65px 10.5% 50px 20px;
    width: 100%;
  }
  .single-maxi .entry-area .entry-header .entry-meta {
    left: 0;
  }
  .single-maxi .entry-area .entry-header .featured_image {
    margin-left: 0;
    width: 100%;
  }
  .single-maxi .left_panel .entry-area {
    padding: 0;
  }
  .single-maxi .left_panel .entry-content {
    padding: 0 3.5%;
    width: 93%;
  }
  /* Related Posts */
  .entry-footer {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .entry-footer .related-post,
  .entry-footer .author-box,
  .entry-footer .tag-list,
  .page-authors .author-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .entry-footer .related-post {
    padding: 20px 0 0 0;
  }
  .entry-footer .author-box {
    padding: 35px 3.5%;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
  }
  .entry-footer .tag-list {
    padding: 20px 0;
  }
  .entry-footer .tag-list ul {
    padding: 0;
  }
  .entry-footer .related-post li {
    margin-right: 1.45%;
  }
  .single-maxi .entry-footer {
    left: 0;
    margin-left: 0;
    padding-right: 5%;
    padding-left: 5%;
    width: 90%;
  }
  .error404 .left_panel .entry-content h3 {
    font-size: 12em;
    width: 100%;
    text-align: center;
  }
  .error404 .left_panel .entry-content h4 {
    font-size: 3.4em;
  }
  .error404 .left_panel .entry-content .ouch {
    width: 100%;
  }
}
/*  ===============================================================
        1000px
        =============================================================== */
@media only screen and (max-width: 62.5em) {
  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }
  .touch *:not(input) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
  }
  [class^="icon-"] > a:before,
  [class*=" icon-"] > a:before {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-family: "hkdc-icons";
    line-height: 1em;
    speak: none;
  }
  .icon-home > a:before {
    /* Home */
    content: '\e811';
  }
  .icon-code > a:before {
    /* Design / Dev */
    content: '\e81e';
  }
  .icon-desktop > a:before {
    /* Technology */
    content: '\e829';
  }
  .icon-lamp > a:before {
    /* Technology */
    content: '\e826';
  }
  .icon-users > a:before {
    /* Social Commerce */
    content: '\e828';
  }
  .icon-basket > a:before {
    /* Deals */
    content: '\e825';
  }
  .icon-briefcase > a:before {
    /* Jobs */
    content: '\e827';
  }
  .single-maxi .entry-area .entry-header {
    overflow: hidden;
  }
  /* author box in single post */
  .entry-footer .author-box,
  .page-authors .author-box {
    /*display: table;
        table-layout: fixed;*/
  }
  .entry-footer .author-box .author-pic,
  .page-authors .author-box .author-pic {
    display: table-cell;
    /*float: none;*/
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    table-layout: fixed;
    vertical-align: top;
  }
  .author .author-box .author-bio,
  .page-authors .author-box .author-bio,
  .entry-footer .author-box .author-bio {
    display: table-cell;
    float: none;
    padding-left: 5%;
    /*width: 100%;*/
    table-layout: fixed;
    vertical-align: top;
  }
  .trending .entry-social-buttons {
    position: relative;
  }
}
/* --------------------------------------------------------------------------
    769px - 1000px
    -------------------------------------------------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  /* Site Navbar Icon */
  .icon-home > a:after,
  .icon-code > a:before,
  .icon-lamp > a:before,
  .icon-users > a:before,
  .icon-desktop > a:before {
    display: none;
  }
  .icon-home span,
  .icon-basket span,
  .icon-briefcase span {
    display: none;
  }
  .icon-home > a:before,
  .icon-briefcase > a:before,
  .icon-basket > a:before {
    margin-right: 0;
  }
}
/* --------------------------------------------------------------------------
    959px 
    -------------------------------------------------------------------------- */
@media only screen and (max-width: 59.938em) {
  .site-header > .container {
    padding: 10px 8px;
    max-width: 920px;
    width: 98%;
    height: 190px;
    text-align: center;
  }
  .site-header .table-wrap {
    display: block;
  }
  .site-header .site-branding {
    position: absolute;
    bottom: 3px;
    max-width: 920px;
    width: 98%;
  }
  .site-header .ads {
    margin-right: auto;
    margin-left: auto;
    width: 728px;
  }
  .site-header .site-branding,
  .site-header .ads {
    display: block;
    float: none;
    padding: 0;
    height: 90px;
  }
}
/* --------------------------------------------------------------------------
    940px 
    -------------------------------------------------------------------------- */
@media only screen and (max-width: 58.75em) {
  /* Content */
  .entry-area .entry-content p img,
  .entry-area .entry-content p.sw img,
  .entry-area .entry-content p.s450-550 img {
    width: 100%;
    height: auto;
  }
}
/* --------------------------------------------------------------------------
    921px --- 1000px 
    -------------------------------------------------------------------------- */
@media only screen and (min-width: 57.563em) and (max-width: 62.5em) {
  .icon-user > a:before,
  .icon-book > a:before,
  .icon-heart > a:before {
    display: none;
  }
  .single-maxi .entry-area .entry-header .featured_image {
    width: 113%;
  }
}
/* --------------------------------------------------------------------------
    831px - 920px
    -------------------------------------------------------------------------- */
@media only screen and (min-width: 51.938em) and (max-width: 59.063em) {
  .single-maxi .entry-area .entry-header .featured_image {
    width: 140%;
  }
  /* Related Posts */
}
/* --------------------------------------------------------------------------
    769px --- 920px 
    -------------------------------------------------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 920px) {
  .icon-user span,
  .icon-book span,
  .icon-heart span {
    display: none;
  }
  /* Author Page: Author Box; */
  .archive.author .author-box {
    text-align: center;
  }
  .archive.author .author-box .author-pic,
  .archive.author .author-box .author-bio {
    display: block;
    float: none;
    padding: 0;
  }
  .archive.author .author-box .author-pic {
    margin: 20px auto;
  }
  .archive.author .author-box .author-bio {
    margin: 20px auto;
  }
  .archive.author .author-box .author-bg {
    text-align: left;
  }
  .archive.author .author-socmed {
    margin: 0 auto;
    width: 86px;
  }
  .archive.author .author-socmed .gplus {
    margin-right: 0;
  }
}
/* --------------------------------------------------------------------------
    769px - 830px
    -------------------------------------------------------------------------- */
@media only screen and (min-width: 48.063em) and (max-width: 51.875em) {
  .single-maxi .entry-area .entry-header .featured_image {
    width: 150%;
  }
  /* download buttons */
  .download-2c li {
    width: 100%;
  }
  /* Related Posts */
  .entry-footer .related-post h3 {
    font-size: 1.225em;
  }
  .entry-footer .related-post {
    padding-bottom: 20px;
  }
  .entry-footer .related-post li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .entry-footer .related-post .entry-thumbnail,
  .entry-footer .related-post .entry-title {
    float: left;
  }
  .entry-footer .related-post .entry-thumbnail {
    margin-right: 3%;
    width: 28%;
  }
  .entry-footer .related-post .entry-title {
    margin-top: 5px;
    padding: 0;
    width: 67%;
    font-size: 0.95em;
  }
}
/* --------------------------------------------------------------------------
    920px 
    -------------------------------------------------------------------------- */
@media only screen and (max-width: 59.063em) {
  /* footer */
  .site-footer .about {
    padding: 0 4% 0 0;
    width: 33%;
  }
  .site-footer .about .social-links li {
    margin-right: 6px;
  }
  .site-footer .site-links {
    min-width: 200px;
  }
  .site-footer .site-links a {
    font-size: 0.825em;
  }
  .site-footer .meet-authors {
    min-width: 200px;
  }
  .site-footer .meet-authors a.more {
    font-size: 0.7em;
  }
}
/* --------------------------------------------------------------------------
    769px - 830px
    -------------------------------------------------------------------------- */
@media only screen and (min-width: 48.063em) and (max-width: 51.875em) {
  .site-navbar .table-wrap,
  .site-navbar .primary,
  .site-navbar .secondary {
    table-layout: fixed;
  }
  .site-navbar .table-wrap {
    display: table;
    margin: 0 auto;
    padding: 0 0;
    width: 100%;
  }
  .site-navbar .primary,
  .site-navbar .secondary {
    display: table-cell;
    float: none !important;
  }
  .site-navbar .primary {
    width: 645px;
  }
  .site-navbar .secondary {
    width: 100%;
  }
  .site-navbar .secondary .search {
    width: 83%;
  }
  /* hacking postion */
  .site-navbar .secondary .search input {
    position: relative;
    top: -2px;
  }
  /* Content */
  .pagination .pages {
    display: none;
  }
  #page-links .pages {
    font-size: 1.0em;
  }
}
/* --------------------------------------------------------------------------
    830px
    -------------------------------------------------------------------------- */
@media only screen and (max-width: 51em) {
  .nav-scroll .share {
    min-width: 30%;
  }
  .nav-scroll .share .fb,
  .nav-scroll .share .tw,
  .nav-scroll .share .gp {
    margin-right: 8px;
  }
}
/* --------------------------------------------------------------------------
    768px
    -------------------------------------------------------------------------- */
@media only screen and (max-width: 48em) {
  .ad-third {
    display: none !important;
  }
  /* visibility */
  .icon-home,
  .icon-code,
  .icon-inspiration,
  .icon-tech,
  .icon-business {
    display: inline-block;
  }
  .site-header .logo {
    display: none;
  }
  /* site header */
  .site-header > .container {
    height: 90px;
  }
  .site-header {
    padding-top: 48px;
  }
  .site-header,
  .site-content,
  .site-footer {
    z-index: 2;
  }
  .site-content > .table-wrap {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  /* site navigation */
  .site-navbar {
    position: fixed;
    top: 0 !important;
    left: 0;
    z-index: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    border-width: 0;
    background-color: #1E1E1E;
  }
  .site-navbar > .container {
    z-index: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    background-color: #1E1E1E;
  }
  .site-navbar .search {
    width: 100%;
  }
  .site-navbar .searchform {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 10px;
  }
  .site-navbar .search input {
    float: none;
    height: 32px;
    font-size: 0.885em;
  }
  .site-navbar .nav {
    padding-top: 60px;
    width: 100%;
  }
  .site-navbar .primary .current-menu-item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .site-navbar .primary,
  .site-navbar .secondary {
    float: none;
    background: #1e1e1e;
  }
  .site-navbar .primary li {
    display: block;
    float: none;
    border-bottom: 1px solid #303030;
  }
  .site-navbar .primary li:last-child {
    border-bottom: 1px solid #303030;
  }
  .site-navbar .primary li > a:hover,
  .site-navbar .primary li:hover > a,
  .site-navbar .primary li > a.hover,
  .site-navbar .primary li.hover > a,
  .site-navbar .primary .current-menu-item > a {
    background: #000;
    color: #fff;
    text-shadow: none;
  }
  .site-navbar .primary li > a:after {
    display: none;
  }
  .site-navbar .primary .sub {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding: 0;
    max-width: 100%;
    border-width: 0;
    background: none;
    box-shadow: none;
  }
  .site-navbar .primary .sub-menu {
    display: block;
    padding: 0;
    width: 100%;
    border: 0;
  }
  .site-navbar .primary .sub-menu ul {
    display: none;
  }
  .site-navbar .primary .sub-menu li {
    float: none;
    margin: 0;
    width: 100%;
  }
  .site-navbar .primary .sub-menu > h3 {
    display: none;
  }
  .site-navbar .primary li > a {
    height: 42px;
    line-height: 3.58em;
    font-weight: 300;
  }
  .site-navbar .primary li > a,
  .site-navbar .primary .sub-menu li a {
    display: block;
    padding: 0;
    width: 100%;
    border-width: 0;
    background-color: #1e1e1e;
    color: #c7ced2;
    text-indent: 10px;
    text-transform: uppercase;
    font-size: 0.785em;
  }
  .site-navbar .primary .sub-menu li a {
    padding-left: 30px;
    color: #999;
  }
  .site-navbar .primary .sub-menu li a:hover {
    border: none;
    background-color: #242424;
    color: #fff;
  }
  .site-navbar .primary .sub-menu li a:active {
    top: 0;
  }
  .site-navbar .primary .sub,
  .site-navbar .primary .menu-item:hover .sub,
  .site-navbar .primary .sub .menu-posts {
    display: none;
  }
  /* site links top */
  .site-navbar .site-links-top {
    padding-top: 15px;
    display: block;
  }
  .site-navbar .site-links-top h4 {
    font-size: 11px;
  }
  /* sticky navigation */
  .nav-scroll {
    display: none;
  }
  .nav-scroll > .container {
    border-width: 0;
  }
  .is-sticky > .container {
    opacity: 1;
  }
  /* mobile navigation */
  .mobile-header {
    position: fixed;
    top: 0;
    z-index: 3;
    display: block;
    width: 100%;
    height: 48px;
    background-color: #26519e;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c5db5), to(#26519e));
    /* Safari 4+, Chrome 1-9 */
    background-image: -webkit-linear-gradient(top, #2c5db5, #26519e);
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(top, #2c5db5, #26519e);
    /* Firefox 3.6+ */
    background-image: -ms-linear-gradient(top, #2c5db5, #26519e);
    /* IE 10+ */
    background-image: -o-linear-gradient(top, #2c5db5, #26519e);
    /* Opera 11.10+ */
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
    color: #fff;
  }
  .mobile-header .right {
    position: absolute;
    display: none;
  }
  .mobile-header .nav-icon {
    position: absolute;
    top: 3px;
    width: 48px;
    height: 40px;
    border-radius: 2px;
    text-align: center;
    font-family: "hkdc-icons";
    line-height: 1.75em;
    cursor: pointer;
    font-size: 1.5em;
  }
  /* no-touch */
  .no-touch .site-navbar::-webkit-scrollbar {
    width: 5px;
  }
  .no-touch .site-navbar::-webkit-scrollbar-track {
    background-color: #333;
  }
  .no-touch .site-navbar::-webkit-scrollbar-thumb {
    background-color: #aaa;
  }
  .site-navbar .secondary {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #303030;
  }
  /*trending and features */
  .trending .entry-excerpt {
    margin-top: 10px;
  }
  .more_trending .entry-title a {
    font-size: 1.0em;
  }
  /* site content */
  .site-content .left_panel,
  .site-content .sidebar {
    float: none;
    display: block;
  }
  .latest .hentry .entry-content {
    margin-left: 3%;
    width: 64%;
  }
  .latest .hentry .entry-figures {
    width: 32%;
  }
  .site-content {
    display: block;
  }
  .site-content .left_panel {
    padding: 0% 20px;
    width: 100%;
  }
  .site-content .left_panel .featured {
    border-bottom: none;
  }
  .page .entry-area,
  .single .entry-area,
  .error404 .entry-area {
    padding: 0%;
    width: 100%;
  }
  .single-maxi .site-content .left_panel {
    padding: 0;
    width: 100%;
  }
  .single-light article .entry-meta,
  .single-default article .entry-meta {
    background: transparent;
    padding: 15px 3% 0;
  }
  .single-light article .entry-meta .entry-author-pic,
  .single-default article .entry-meta .entry-author-pic {
    display: none;
  }
  .single-light .left_panel article,
  .single-default .left_panel article {
    padding-top: 50px;
  }
  .single-light article .entry-author,
  .single-light article .entry-category,
  .single-default article .entry-author,
  .single-default article .entry-category {
    text-transform: capitalize;
  }
  .entry-area .entry-header {
    padding-top: 0;
  }
  .entry-area .entry-title {
    width: 100%;
    letter-spacing: -1px;
    font-size: 1.9em;
    line-height: 1.3em;
    padding-top: 0;
  }
  .site-content .entry-meta {
    font-size: 1em;
  }
  .entry-area .entry-content {
    margin-bottom: 0;
    color: #414141;
    font-size: 1.105em;
  }
  .entry-area .entry-content h3 {
    line-height: 1.125em;
  }
  .entry-area .entry-content p.entry-image {
    padding-right: 0;
  }
  .entry-area .entry-content p img,
  .entry-area .entry-content p.sw,
  .entry-area .entry-content p.s450-550 {
    max-width: 100%;
    width: 100%;
  }
  .entry-area .entry-content p img,
  .entry-area .entry-content p.sw img,
  .entry-area .entry-content p.s450-550 img {
    margin: 0;
    height: auto;
    margin-left: ;
  }
  .entry-area .entry-content .sw em,
  .entry-area .entry-content .s450 em {
    margin: 0;
  }
  /* ads by google */
  .entry-area .gad_wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .gad_wrap .gad_adFeedback {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
  }
  .gad_wrap .gad_unit {
    line-height: 1.425em;
  }
  /* site content - custom style */
  .entry-area .entry-content .halves01 {
    margin-left: -1.5%;
    padding: 1.5% 1.5% 4.0%;
    width: 100%;
  }
  .entry-area .entry-content .halves01 h4 {
    padding: 0.6em 0 0.3em 0;
  }
  .entry-area .entry-content .halves01:nth-of-type(2n+1) {
    background: none;
  }
  .entry-area .entry-content .halves01.dark {
    background-color: #2B2F36;
  }
  /* Post Jumbo */
  .single-maxi .site-content .entry-meta {
    display: block;
  }
  .single-maxi .left_panel .entry-area {
    width: 100%;
  }
  .single-maxi .left_panel .entry-content {
    padding: 4%;
  }
  .single-maxi .entry-area .entry-header {
    margin-bottom: 0;
  }
  .single-maxi .entry-area .entry-header h1 {
    padding: 65px 25% 50px 3.5%;
    font-weight: 300;
    font-size: 2.55em;
  }
  .single-maxi .entry-area .entry-header * {
    font-weight: 300;
  }
  .single-maxi .entry-area .entry-header .entry-meta {
    font-size: 1.2em;
  }
  .single-maxi .left_panel .entry-footer {
    padding: 0 5%;
    width: 90%;
  }
  /* Page pagination */
  #page-links {
    margin: 0;
    padding: 0;
    border-top: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  #page-links .pages {
    width: 13%;
    font-size: 1.0em;
  }
  #page-links ul {
    width: 100%;
    font-size: 1.1em;
  }
  /* Related Posts */
  .entry-footer .tag-list {
    display: none !important;
  }
  /*Related Posts template: light */
  .single-light .entry-area .entry-footer .related-post .entry-title {
    font-size: 1.05em;
  }
  .single-light .entry-area .entry-footer .related-post .entry-thumbnail {
    margin-bottom: 3%;
    width: 100px;
  }
  .single-light .entry-area .entry-footer .related-post ul {
    margin-bottom: 40px;
  }
  /*Pagination*/
  .pagination,
  .wp-pagenavi {
    margin-bottom: 0;
  }
  /* Author box */
  .entry-footer .author-box {
    padding-right: 4%;
    padding-left: 4%;
  }
  .author-box .author-bio p {
    font-weight: 300;
    font-size: 0.95em;
  }
  /* archive */
  .archive-title {
    padding-top: 0;
    font-size: 2em;
  }
  /* sidebar */
  .site-content .wrapper-sticky {
    height: auto !important;
    /* disable the hc-sticky */
  }
  .site-content .sidebar {
    width: 100%;
    float: none !important;
    /* disable the hc-sticky */
    position: relative !important;
    /* disable the hc-sticky */
    top: 0 !important;
    padding-right: 0;
  }
  .site-content .sidebar .widget {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3%;
    width: 100%;
  }
  .site-content .sidebar .post-most {
    padding-left: 2%;
    padding-right: 2%;
  }
  .site-content .sidebar .widget .banner {
    padding-top: 30px;
  }
  .site-content .sidebar .widget .widget-title {
    margin: -3% 0 1% -6%;
    padding: 3%;
    width: 110%;
  }
  /* link-social widget */
  .sidebar .connect {
    display: none;
  }
  /* subscribe widget */
  .sidebar .form-subscribe label {
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    font-size: 120%;
  }
  .sidebar .form-subscribe .inputwrap {
    margin-right: auto;
    margin-bottom: 1.5%;
    margin-left: auto;
    width: 100%;
  }
  .sidebar .form-subscribe input.email {
    width: 70%;
  }
  .sidebar .form-subscribe input.button {
    width: 30%;
  }
  /* widget - post-random */
  .sidebar .post-most {
    display: none;
  }
  .sidebar .post-most ul {
    padding: 0;
  }
  .sidebar .post-most li {
    float: left;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    padding-right: 1%;
    width: 50%;
    height: 360px;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sidebar .post-most li:nth-child(odd) {
    /*
        padding-right: 15px;
        */
  }
  .sidebar .post-most li:nth-child(even) {
    /*
        padding-left: 15px;
        */
  }
  .sidebar .post-most li.most-ad {
    display: none;
  }
  .sidebar .post-most li:last-child {
    border-top-width: 0px;
    min-height: 0;
  }
  .sidebar .post-most .entry-thumbnail {
    width: 100%;
  }
  .sidebar .post-most .entry-thumbnail img {
    margin-bottom: 3%;
  }
  .sidebar .post-most .entry-content {
    float: none;
    margin: 0;
    width: 100%;
  }
  .sidebar .post-most .entry-title {
    padding: 0;
    font-size: 1.28em;
    line-height: 1.25em;
  }
  .sidebar .post-most .entry-meta {
    padding: 2% 0 2% 0;
  }
  .sidebar .banner {
    text-align: center;
    display: none;
  }
  /* sidebar - maxbox */
  .sidebar .maxbox .widget-title {
    margin: 0;
    padding: 15px 0 !important;
    width: 100% !important;
    color: #727272;
  }
  .sidebar .maxbox a.prev,
  .sidebar .maxbox a.next {
    top: 13px;
  }
  .sidebar .maxbox .entry-thumbnail {
    margin-top: 10px;
  }
  .sidebar .maxbox .entry-thumbnail,
  .sidebar .maxbox .entry-content {
    text-align: center;
  }
  .sidebar .maxbox .entry-content {
    padding: 0 20%;
    font-size: 1.35em;
  }
  .sidebar .maxbox .entry-content .entry-excerpt {
    display: none;
  }
  .sidebar .maxbox span.prev,
  .sidebar .maxbox span.next {
    top: 2.5%;
  }
  /* sidebar - col */
  .sidebar .col {
    display: none;
  }
  /* sidebar - maxbox */
  .sidebar .maxbox .indicator {
    margin-top: 20px;
  }
  .sidebar .maxbox .maxbox-foot {
    display: none;
  }
  /* sidebar - tags */
  .sidebar .textwidget .tagstyle {
    text-align: center;
  }
  .sidebar .textwidget .tagstyle li {
    display: inline-block;
    float: none;
    line-height: 50px;
  }
  .sidebar .textwidget .tagstyle li a {
    padding: 1em 1.8em;
    /*padding: 15px;*/
    border-radius: 5em;
  }
  .site-footer .top {
    text-align: center;
    display: none;
  }
  /* footer */
  .site-footer {
    padding: 3% 0;
  }
  .site-footer > .container {
    padding: 0;
    width: 100%;
  }
  .site-footer .about {
    padding: 8% 2%;
    /**/
    width: 96%;
    border-bottom: 1px solid #0d0d0d;
  }
  .site-footer .top,
  .site-footer .bottom {
    padding-top: 0;
    padding-bottom: 0;
  }
  .site-footer .bottom {
    border-top: 1px solid #232323;
  }
  .site-footer .top .about p {
    padding: 0 15%;
    line-height: 1.5em;
  }
  .site-footer .about .hongkiat {
    font-weight: 300;
    font-size: 1.25em;
  }
  .site-footer .about .social-links {
    margin-right: auto;
    margin-left: auto;
    width: 300px;
  }
  .site-footer .about .social-links li {
    margin: 0 7px;
  }
  .site-footer .about .social-links a {
    display: inline-block;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-color: #26519E;
    color: #c8d8f4;
    text-align: center;
    font-size: 1.1em;
    line-height: 3em;
  }
  .site-footer .about .social-links li:last-child {
    margin-right: 0;
  }
  .site-footer .top .about,
  .site-footer .top .site-links {
    display: block;
    float: none;
  }
  .site-footer .site-links li {
    display: inline;
    margin: 0 0.2em;
  }
  .site-footer .site-links li a:hover {
    color: #fff;
    text-decoration: none;
  }
  .site-footer .site-links li a:active {
    background-color: rgba(36, 85, 155, 0.7);
  }
  .site-footer .meet-authors {
    display: block;
    float: none;
    clear: both;
    margin-left: 0;
    padding-top: 30px;
    padding-right: 15%;
    padding-bottom: 30px;
    padding-left: 15%;
    width: 70%;
    border-top: 1px solid #232323;
    border-bottom: 1px solid #0d0d0d;
    text-align: center;
  }
  .site-footer .meet-authors ul {
    margin-top: 0;
  }
  .site-footer .meet-authors ul li:last-child {
    margin-right: 0;
  }
  .site-footer .meet-authors h3,
  .site-footer .meet-authors a.more {
    position: static;
    margin-right: 0;
    text-transform: none;
  }
  .site-footer .meet-authors a.more {
    right: 0;
  }
  .site-footer .meet-authors li img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .site-footer .site-links h3 {
    padding-left: 0;
  }
  .site-footer .site-links h3,
  .site-footer .meet-authors h3 {
    display: block;
    width: 100%;
    text-transform: none;
    font-weight: 300;
    font-size: 1.25em;
  }
  .site-footer .partners {
    padding: 8% 5%;
    border: none;
    border-bottom: 1px solid #0d0d0d;
    background-color: rgba(255, 255, 255, 0.02);
  }
  .site-footer .partners .about {
    padding-bottom: 45px;
    border: none;
  }
  .site-footer .partners .about h3 {
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 300;
    font-size: 1.35em;
  }
  .site-footer .partners .about,
  .site-footer .partners .links {
    padding: 0 10%;
    width: 80%;
    text-align: center;
  }
  .site-footer .partners .links {
    margin-top: 10px;
  }
  .site-footer .policy {
    padding: 5% 3%;
    border-top: 1px solid #232323;
  }
  .ads-desktop {
    display: none;
  }
  /* Hide Sidebar and Footer for Infinte Scroll */
  .home .sidebar,
  .home .site-footer,
  .home .pagination,
  .archive .sidebar,
  .archive .site-footer,
  .archive .pagination,
  .page-template-page-menu-php .sidebar,
  .page-template-page-menu-php .site-footer,
  .page-template-page-menu-php .pagination,
  .single .comments-area,
  .single .related-post,
  .single .form-subscribe,
  .single .site-footer,
  .single .most-more-button {
    display: none;
  }
  .load-infinite {
    position: fixed;
    bottom: 0;
    height: 40px;
    width: 100%;
    text-align: center;
    z-index: 3;
    background-color: #f3f3f3;
    color: #999;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 40px;
  }
  /* More Post You Like */
  .single-more {
    padding: 0 10px;
  }
  .single-more .single-more-heading {
    padding-left: 10px;
  }
  .single-more .single-more-entry {
    height: 315px;
    float: left;
    list-style: none;
    width: 50%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .single-more .single-more-ad {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    list-style: none;
  }
  .single-more .entry-content {
    margin-bottom: 8px;
  }
  .single-more .entry-author a {
    font-size: 0.855em;
    color: #999;
    text-decoration: none;
  }
  .single-more .single-more-entry img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  .single-more .single-more-entry .entry-thumbnail {
    margin-bottom: 15px;
    float: none;
  }
  .single-more .single-more-entry .entry-title {
    font-size: 17px;
    line-height: 1.25em;
    padding: 0;
    margin-bottom: 5px;
  }
  .site-navbar {
    width: 35%;
    -webkit-transform: translate3D(-100%, 0, 0);
    -moz-transform: translate3D(-100%, 0, 0);
    -ms-transform: translate3D(-100%, 0, 0);
    -o-transform: translateX(-100%);
    transform: translate3D(-100%, 0, 0);
  }
  .reveal-left {
    -webkit-transform: translate3D(35%, 0, 0);
    -moz-transform: translate3D(35%, 0, 0);
    -ms-transform: translate3D(35%, 0, 0);
    -o-transform: translateX(35%);
    transform: translate3D(35%, 0, 0);
  }
  .site-navbar.reveal-left {
    -webkit-transform: translate3D(0, 0, 0);
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -o-transform: translateX(0);
    transform: translate3D(0, 0, 0);
  }
}
/* --------------------------------------------------------------------------
    minimum 768px
    -------------------------------------------------------------------------- */
@media only screen and (min-width: 48em) {
  .touch .site-navbar > .container {
    overflow: visible !important;
  }
  .touch .site-navbar .nav {
    position: relative !important;
  }
}
/* --------------------------------------------------------------------------
    468px ----> 768px 
    -------------------------------------------------------------------------- */
@media only screen and (min-width: 30em) and (max-width: 48em) {
  /* Featured Posts */
  .trending .entry-figures,
  .trending .entry-content,
  .latest .entry-figures,
  .latest .entry-content {
    float: left;
  }
  .trending {
    margin-right: 0;
    padding-bottom: 30px;
  }
  .trending .entry-figures {
    margin-right: 2.6%;
    width: 54.3%;
  }
  .trending .entry-content {
    width: 43%;
  }
  .trending .entry-thumbnail {
    float: none;
    margin-bottom: 10px;
  }
  .more_trending li {
    margin: 0 2.165%;
    width: 29%;
  }
}
/* --------------------------------------------------------------------------
    759px
    -------------------------------------------------------------------------- */
@media only screen and (max-width: 759px) {
  .site-header .ads {
    display: none;
  }
  .site-header {
    display: none;
  }
  .site-header .logo {
    padding: 0;
  }
  .site-content {
    padding-top: 48px;
  }
}
/* --------------------------------------------------------------------------
    500px
    -------------------------------------------------------------------------- */
@media only screen and (max-width: 500px) {
  .site-navbar {
    width: 80%;
    margin-left: 0;
  }
  .pagination .pages {
    display: none;
  }
  .site-navbar {
    width: 80%;
    -webkit-transform: translate3D(-100%, 0, 0);
    -moz-transform: translate3D(-100%, 0, 0);
    -ms-transform: translate3D(-100%, 0, 0);
    -o-transform: translateX(-100%);
    transform: translate3D(-100%, 0, 0);
  }
  .reveal-left {
    -webkit-transform: translate3D(80%, 0, 0);
    -moz-transform: translate3D(80%, 0, 0);
    -ms-transform: translate3D(80%, 0, 0);
    -o-transform: translateX(80%);
    transform: translate3D(80%, 0, 0);
  }
  .site-navbar.reveal-left {
    -webkit-transform: translate3D(0, 0, 0);
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -o-transform: translateX(0);
    transform: translate3D(0, 0, 0);
  }
}
/* --------------------------------------------------------------------------
    670px
    -------------------------------------------------------------------------- */
@media only screen and (max-width: 670px) {
  .trending .entry-excerpt p {
    display: none;
  }
  .trending .entry-figures {
    width: 48%;
  }
  .trending .entry-title {
    font-size: 1.8em;
  }
  .single-maxi .entry-area .entry-header .featured_image {
    width: 120%;
  }
  .sidebar .post-most li {
    height: 320px;
  }
}
/* --------------------------------------------------------------------------
    610px
    -------------------------------------------------------------------------- */
@media only screen and (max-width: 40.625em) {
  /* sidebar social links */
  .sidebar .connect li {
    margin: 1% 2% 0 2%;
    width: 3.5em;
    height: 3.5em;
  }
  .sidebar .connect a {
    font-size: 1.8em;
  }
  .sidebar .connect li.followus {
    font-size: 1.15em;
  }
  /* footer */
  .site-footer .meet-authors {
    margin: 0;
    padding: 8% 15%;
    width: 70%;
  }
  .site-footer .site-links {
    margin-right: auto;
    margin-left: auto;
    width: 98%;
  }
  .site-footer .site-links ul:first-child {
    padding-right: 0%;
    padding-left: 0%;
  }
  .site-footer .site-links ul:last-child {
    padding-right: 0%;
    padding-left: 0%;
  }
  .site-footer .site-links li {
    display: block;
    float: none;
    margin: 0 2% 4% 2%;
    font-size: 1.05em;
  }
  .site-footer .partners .about,
  .site-footer .partners .links {
    padding: 0 5%;
    width: 90%;
  }
}
/* --------------------------------------------------------------------------
    590px
    -------------------------------------------------------------------------- */
@media only screen and (max-width: 36.875em) {
  .pagination .pages {
    display: none;
  }
  .single-maxi .entry-area .entry-header .featured_image {
    width: 140%;
  }
  .single-maxi .entry-area .entry-header h1 {
    font-size: 2.3em;
  }
  .sidebar .post-most li {
    height: 280px;
  }
  /* Downloads */
  .download-2c li {
    width: 100%;
    display: inline-block;
  }
  /* content */
  .entry-area .entry-title {
    width: 100%;
    font-size: 1.6em;
    line-height: 1.28em;
  }
  /* Mobile share */
  .mobile-sharing-buttons {
    display: block;
  }
  /* sidebar - post random */
  .sidebar .post-most .entry-title {
    font-size: 1.15em;
  }
  /* sidebar - col */
  .sidebar .col {
    display: none;
  }
  .error404 .left_panel .entry-content {
    padding: ;
  }
  .error404 .left_panel .entry-content h4 {
    font-size: 2.8em;
  }
}
/* --------------------------------------------------------------------------
    351px ----> 590px
    -------------------------------------------------------------------------- */
@media only screen and (min-width: 30.063em) and (max-width: 36.875em) {
  /* Related Post */
  .entry-footer .related-post li {
    display: block;
    margin-right: 0%;
    margin-bottom: 20px;
    width: 100%;
  }
  .entry-footer .related-post li:nth-child(even) {
    margin-right: 0;
  }
  .entry-footer .related-post .entry-thumbnail,
  .entry-footer .related-post .entry-title {
    float: left;
  }
  .entry-footer .related-post .entry-title {
    margin-top: 5px;
    padding: 0;
    width: 60%;
    font-size: 1.0em;
  }
  .entry-footer .related-post .entry-thumbnail {
    margin-right: 5%;
    width: 35%;
  }
  /*Related Posts template: light */
  .single-light .entry-area .entry-footer .related-post ul {
    margin-bottom: 40px;
  }
}
/* --------------------------------------------------------------------------
    (320px) --> (480px)
    -------------------------------------------------------------------------- */
@media only screen and (min-width: 20em) and (max-width: 30em) {
  /* Content */
  /* sidebar */
  .sidebar .widget .widget-title {
    padding: 5% 3%;
    text-align: center;
  }
  /* sidebar - subscribe */
  .sidebar .form-subscribe input.email {
    font-size: 100%;
  }
  .sidebar .form-subscribe label {
    margin-bottom: 1.5%;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #acacac;
    font-weight: 300;
    font-size: 1.35em;
    line-height: 1.28em;
  }
  .sidebar .form-subscribe label strong {
    color: #666;
    font-weight: 300;
  }
  .sidebar .form-subscribe .inputwrap {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5%;
    width: 100%;
  }
  /* sidebar social links */
  .sidebar .connect ul {
    margin: 1% 0;
  }
  .sidebar .connect li {
    margin: 0 2%;
    width: 3em;
    height: 3em;
  }
  .sidebar .connect a {
    font-size: 1.55em;
  }
  .sidebar .connect li.followus {
    display: none;
  }
  .sidebar .col .col_130 {
    padding: 0;
    width: 100%;
  }
  .sidebar .col .col_130 li {
    float: none;
    margin: 0 2% 2%;
    width: 96%;
    text-align: left;
  }
  .sidebar .col .col_130 .entry-thumbnail {
    float: left;
    width: 30%;
  }
  .sidebar .col .col_130 .entry-content {
    float: left;
    margin-left: 2%;
    width: 68%;
  }
  .sidebar .col .col_130 .entry-title {
    margin-top: 1%;
    font-size: 1.25em;
  }
  /* sidebar - maxbox */
  .sidebar .maxbox .entry-content {
    padding: 0 2%;
    font-size: 1.05em;
  }
}
/* --------------------------------------------------------------------------
    (480px)
    -------------------------------------------------------------------------- */
@media only screen and (max-width: 30em) {
  .home .site-content .left_panel {
    padding: 0;
  }
  /* Content */
  .post.post-infinite-ad {
    text-align: center;
    height: auto;
  }
  .entry-area .entry-content {
    font-size: 1.065em;
  }
  .entry-area .entry-content p {
    padding-right: 0;
  }
  .entry-area .entry-content h3 {
    font-size: 1.3em;
  }
  .entry-area .entry-content h4 {
    font-size: 1.125em;
  }
  .single-maxi .entry-area .entry-header .featured_image {
    width: 160%;
  }
  .single .left_panel,
  .page .left_panel {
    padding: 3%;
    width: 100%;
  }
  .single .entry-area {
    padding: 0%;
    width: 100%;
  }
  .single-light article .entry-meta,
  .single-default article .entry-meta {
    padding: 15px 3%;
  }
  .archive .site-content .left_panel,
  .site-content #page-menu-template {
    padding: 0;
    width: 100%;
  }
  .page-authors .author-box {
    padding-right: 3%;
    padding-left: 3%;
  }
  .syntaxhighlighter {
    font-size: 0.885em !important;
  }
  #archive-header {
    padding: 5%;
  }
  #archive-header .archive-desc {
    margin: 0;
    padding: 0;
    border-bottom: 0px;
  }
  /* Secdnd page */
  .page-info {
    padding: 6% 5% 5% 5%;
    font-size: 1.5em;
  }
  /* Featured Post / Trending */
  .featured {
    padding: 0;
  }
  .trending {
    padding: 0;
    border: none;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .trending .post,
  .more_trending li,
  .latest .hentry,
  .sidebar .post-most li {
    padding: 5% 3%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sidebar .post-most li {
    padding: 5% 1%;
    width: 100%;
    min-height: 0;
    height: auto;
  }
  .sidebar .post-most .most-ad {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .trending .entry-thumbnail {
    margin-bottom: 0;
  }
  .site-content .entry-meta,
  .sidebar .post-most .entry-meta {
    margin: 0;
    padding: 0;
  }
  .more_trending {
    padding-top: 0;
    background: none;
  }
  .latest {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .featured .heading,
  .latest .heading,
  .sidebar .widget .widget-title,
  .single-more .single-more-heading {
    position: inherit;
    margin: 0 0 0 0;
    padding: 3% 0 2.5% 0;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #d5d5d5;
    background-color: #efefef;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
    color: #acacac;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.785em;
    line-height: 1.35em;
  }
  /* Latest Post */
  .latest .hentry .entry-excerpt {
    display: none;
  }
  .latest .hentry .entry-thumbnail {
    margin: 0;
  }
  .latest .post,
  .trending .post,
  .more_trending li {
    display: table;
    table-layout: fixed;
  }
  .latest .hentry {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .more_trending {
    display: none;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .more_trending li {
    margin: 0;
    border-top: 1px solid #E8E8E8;
  }
  .latest .hentry .entry-figures,
  .trending .post .entry-figures,
  .more_trending .entry-thumbnail,
  .sidebar .post-most .entry-thumbnail {
    display: table-cell;
    float: none;
    width: 130px;
    table-layout: fixed;
  }
  .latest .hentry .entry-content,
  .trending .post .entry-content,
  .more_trending .entry-content {
    display: table-cell;
    float: none;
    padding-left: 4%;
    width: 100%;
    table-layout: fixed;
    vertical-align: top;
  }
  .latest .hentry .entry-content .entry-title,
  .trending .post .entry-content .entry-title,
  .more_trending .entry-title {
    font-size: 1.1em;
  }
  /*.site-content .entry-meta .entry-author span.dash,*/
  .site-content .entry-meta .entry-category {
    display: none;
  }
  .author .site-content .entry-meta .entry-category {
    display: inline-block;
  }
  .latest .hentry .entry-meta li {
    font-size: 13px;
  }
  .more_trending .entry-title a {
    padding-top: 0;
  }
  .single-default .site-content .entry-meta .entry-time {
    display: inline;
  }
  /* Content */
  .single-default .site-content .entry-meta .entry-category {
    display: inline;
  }
  /* Mobile share */
  .mobile-sharing-buttons {
    text-align: center;
  }
  .mobile-sharing-buttons li:first-child {
    display: block;
    margin-bottom: 12px;
  }
  /* Jumbo */
  .single-maxi .entry-area .entry-header h1 {
    padding: 65px 15% 50px 20px;
    font-size: 2.1em;
  }
  /* Author Page: Author Box; */
  .archive.author .latest {
    padding: 0;
    width: 100%;
  }
  .archive.author .author-box {
    padding: 5% 10%;
    text-align: center;
  }
  .archive.author .author-box .author-pic,
  .archive.author .author-box .author-bio {
    display: block;
    float: none;
    padding: 0;
  }
  .archive.author .author-box .author-pic {
    margin: 20px auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .author .author-box .author-pic img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .archive.author .author-box .author-bio {
    margin: 20px auto;
  }
  .archive.author .author-box .author-bg {
    text-align: left;
  }
  .archive.author .author-socmed {
    margin: 0 auto;
    width: 84px;
  }
  .archive.author .author-socmed li {
    margin: 15px 18px 10px 0;
  }
  .archive.author .author-socmed .gplus {
    margin-right: 0;
  }
  .archive.author .author-bg,
  .archive.author .author-bg img,
  .archive.author #blur-canvas {
    left: -20%;
    width: 150% !important;
  }
  .archive.author .latest .post:first-of-type {
    padding-top: 5%;
  }
  .single-more {
    padding-left: 2%;
    padding-right: 2%;
  }
  .single-more .single-more-entry {
    float: none;
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 5% 1%;
    height: auto;
    vertical-align: top;
    min-height: 0;
    border-bottom: 1px solid #e2e0e0;
  }
  .single-more .single-more-entry .entry-thumbnail {
    display: table-cell;
    width: 130px;
    float: none;
  }
  .single-more .single-more-entry .entry-content {
    display: table-cell;
    float: none;
    padding-left: 4%;
    vertical-align: top;
  }
  .single-more .single-more-entry .entry-author a {
    text-decoration: none;
  }
  .single-more .single-more-heading {
    margin: -3% 0 1% -6%;
    padding: 3%;
    width: 110%;
  }
  /* Page Pagination */
  #page-links {
    position: relative;
    padding: 0;
    border: none;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  #page-links .pages {
    margin: 0;
    padding: 0;
    min-width: 65px;
    width: 15%;
    color: #333;
    font-size: 1.0em;
  }
  #page-links .select-wrap {
    position: relative;
    top: 0;
    right: 0;
    display: block;
  }
  /* Related Content */
  .entry-footer .related-post {
    border: none;
    background-color: transparent;
  }
  .entry-footer .related-post h3 {
    text-shadow: none;
    font-weight: 700;
    font-size: 1.15em;
  }
  .entry-footer .related-post ul {
    padding: 0;
  }
  .entry-footer .related-post li {
    margin: 2.5% 0 5% 0;
    width: 100%;
  }
  .entry-footer .related-post .entry-thumbnail,
  .entry-footer .related-post .entry-title {
    float: left;
  }
  .entry-footer .related-post .entry-thumbnail,
  .entry-footer .related-post .entry-thumbnail a {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .entry-footer .related-post .entry-thumbnail {
    margin: 0;
    width: 28%;
  }
  .entry-footer .related-post .entry-title {
    margin-top: 5px;
    margin-left: 3%;
    padding: 0;
    width: 67%;
    text-shadow: none;
    font-weight: 500;
    font-size: 1.0em;
  }
  .entry-footer .related-post .entry-title a {
    color: #26519E;
    text-decoration: underline;
  }
  /*Related Posts template: light */
  .single-light .entry-area .entry-footer .related-post .entry-thumbnail {
    margin-bottom: 2%;
  }
  .single-light .entry-area .entry-footer .related-post .entry-title {
    margin-top: 0;
    margin-left: 1%;
    width: 56%;
    font-size: 0.95em;
  }
  /* Author's Bio */
  .page-authors .author-box,
  .entry-footer .author-box {
    display: block;
    padding: 7% 5%;
  }
  .page-authors .author-box .author-pic,
  .page-authors .author-box .author-bio,
  .entry-footer .author-box .author-pic,
  .entry-footer .author-box .author-bio {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 300;
  }
  .page-authors .author-box .author-bio,
  .entry-footer .author-box .author-bio {
    margin: 0;
    padding: 0;
  }
  .page-authors .author-box .author-bio,
  .entry-footer .author-box .author-pic {
    margin-bottom: 3%;
  }
  .author-box .author-name {
    margin-bottom: 5%;
    font-weight: 500;
    font-size: 1.3em;
  }
  .page-authors .author-box .author-pic img,
  .entry-footer .author-box .author-pic img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .author-box .author-bio p {
    margin: 0 0 3% 0;
    padding: 0;
    line-height: 1.55em;
  }
  .author-box .author-bio .all_by_author {
    margin: 10% 0 3%;
    padding: 0;
    font-size: 15px;
  }
  .author-box .author-bio .all_by_author a {
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #3C68B8;
    color: #fff;
    font-weight: 300;
  }
  /* Tags */
  .sidebar .textwidget .tagstyle li {
    line-height: 40px;
  }
  .sidebar .textwidget .tagstyle li a {
    padding: 0.7em 1.1em;
  }
  /* archive */
  .category .archive-title,
  .tag .archive-title,
  .page .archive-title {
    padding: 0;
    font-size: 1.25em;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .archive-title {
    padding: 7% 5%;
    width: 90%;
    text-align: center;
    text-transform: uppercase;
    line-height: inherit;
  }
  .archive-desc {
    display: none;
  }
  /*pagination */
  .pagination,
  .wp-pagenavi {
    margin: 0;
    height: auto;
    line-height: inherit;
  }
  .wp-pagenavi {
    text-align: center;
  }
  .pagination .current,
  .pagination .page,
  .pagination .page,
  .pagination .extend,
  .pagination .first,
  .pagination .last {
    display: none;
  }
  .pagination .previouspostslink,
  .pagination .nextpostslink {
    position: inherit;
    top: -1px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 57px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1.700em;
  }
  .pagination .previouspostslink {
    right: -1px;
    margin-right: 0;
    border-width: 1px 1px 1px 0 !important;
  }
  .pagination .nextpostslink {
    border-width: 1px 0 1px 1px !important;
  }
  /* Sidebar */
  .sidebar {
    background: none;
  }
  .sidebar .widget {
    padding: 0;
    border-bottom: none;
  }
  .sidebar > .widget:nth-child(2n) {
    background-color: transparent;
  }
  .sidebar .widget .widget-title {
    margin: 0;
    width: 100%;
    font-size: 1.0em;
  }
  .sidebar .connect {
    display: none;
  }
  .sidebar .post-most {
    padding: 0;
  }
  .sidebar .post-most ul {
    margin: 0;
    padding: 0;
  }
  .sidebar .post-most li {
    display: table;
    float: none;
    margin: 0;
    border-bottom: 1px solid #e2e0e0;
    table-layout: fixed;
  }
  .sidebar .post-most li:last-child {
    padding-bottom: 5%;
    /*border-bottom: none;*/
  }
  .sidebar .post-most .entry-thumbnail img {
    margin-bottom: 0;
  }
  .sidebar .post-most .entry-content {
    display: table-cell;
    float: none;
    padding-left: 4%;
    width: 100%;
    table-layout: fixed;
    vertical-align: top;
  }
  .sidebar .post-most .entry-title {
    font-size: 1.285em;
    line-height: 1.3em;
  }
  /* Sidebar - banner */
  .sidebar .banner {
    padding: 20px 5%;
  }
  /* Sidebar - subscribe */
  .sidebar .form-subscribe {
    margin: 0;
  }
  .sidebar .form-subscribe form {
    padding: 5%;
  }
  .sidebar .form-subscribe input.button {
    font-weight: 500;
    line-height: 35px;
  }
  /* Sidebar - maxbox */
  .sidebar .widget.maxbox {
    padding: 0;
  }
  .sidebar .maxbox .maxbox-foot {
    display: none;
  }
  .sidebar .maxbox .widget-title {
    padding: 3% 0 2.5%!important;
  }
  .sidebar .maxbox .swipe {
    margin: 5% 0;
  }
  .sidebar .maxbox .indicator {
    margin-bottom: 5%;
  }
  /* Sidebar - textwidget */
  .sidebar .textwidget {
    padding: 5%;
  }
  .sidebar .widget p {
    margin-top: 0;
  }
  .sidebar .maxbox .entry-thumbnail {
    margin-top: 0;
  }
  .error404 .left_panel .entry-content h3 {
    font-size: 10em;
  }
  .error404 .left_panel .entry-content h4 {
    font-size: 2em;
  }
}
/* --------------------------------------------------------------------------
    400px
    -------------------------------------------------------------------------- */
@media only screen and (max-width: 25em) {
  .single-maxi .entry-area .entry-header .featured_image {
    width: 200%;
  }
  /* footer */
  .site-footer .about .social-links li {
    margin: 0 3px;
  }
  .site-footer .about,
  .site-footer .site-links,
  .site-footer .meet-authors,
  .site-footer .partners,
  .site-footer .policy {
    padding: 10% 4%;
    width: 92%;
  }
  .site-footer .about .social-links {
    width: 260px;
  }
  .site-footer .top .about p {
    padding: 0 5%;
  }
  .site-footer .site-links ul {
    float: none;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }
  .site-footer .site-links ul li {
    line-height: normal;
  }
  .site-footer .site-links li {
    margin: 0 2% 2% 2%;
  }
  .site-footer .site-links ul:first-child {
    padding-right: 0%;
    padding-left: 0%;
  }
  .site-footer .site-links ul:last-child {
    margin-top: 0;
    padding-right: 0%;
    padding-left: 0%;
  }
  .site-footer .site-links li a {
    padding: 1.2em 0.9em;
  }
  .site-footer .partners .about,
  .site-footer .partners .links {
    padding: 0;
    width: 100%;
  }
  .site-footer .partners .about p,
  .site-footer .policy p {
    padding-right: 5%;
    padding-left: 5%;
  }
}
/* --------------------------------------------------------------------------
    380px
    -------------------------------------------------------------------------- */
@media only screen and (max-width: 23.75em) {
  .entry-area .entry-content .halves01 > .cLeft {
    display: block;
    float: none;
    padding-right: 0;
    width: 100%;
  }
  .entry-area .entry-content .halves01 > .cRight {
    display: block;
    float: none;
    margin-top: .85em;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .entry-area .entry-content .halves01 > .cRight > img,
  .entry-area .entry-content .halves01 > .cLeft > img {
    margin: 0 0;
  }
  /* Author box */
  .author-box .author-bio .all_by_author a {
    padding: 4% 5%;
    font-size: 1em;
  }
  .latest .hentry .entry-content .entry-title,
  .trending .post .entry-content .entry-title,
  .more_trending .entry-title {
    font-size: 1.1em;
  }
  .sidebar .post-most .entry-title {
    font-size: 1.285em;
  }
  .site-content .entry-meta .entry-category,
  .single-default .site-content .entry-meta .entry-category,
  .site-content .entry-meta .entry-author .dash,
  .site-content .entry-meta .entry-category .dash,
  .single-default .site-content .entry-category .dash {
    display: none;
  }
  .site-content .entry-meta .entry-author {
    text-transform: capitalize;
  }
  .error404 .left_panel .entry-content h3 {
    font-size: 8em;
  }
  .error404 .left_panel .entry-content h4 {
    font-size: 1.4em;
  }
}
/* --------------------------------------------------------------------------
    350px
    -------------------------------------------------------------------------- */
@media only screen and (max-width: 21.875em) {
  /* Content */
  .entry-area .entry-content .download {
    border: none;
    background-color: transparent;
  }
  /*
    .entry-area .entry-content .download a {
        margin: 5% 1%;
        padding: 0 1.35em;
    }
    */
  .entry-area .entry-content {
    font-size: 1em;
  }
  .entry-area .entry-content p img,
  .entry-area .entry-content p.sw,
  .entry-area .entry-content p.s450-550 {
    width: 100%;
  }
  .entry-area .entry-content p img,
  .entry-area .entry-content p.sw img,
  .entry-area .entry-content p.s450-550 img {
    margin: 0;
  }
  .latest .hentry .entry-figures,
  .sidebar .post-most .entry-thumbnail {
    width: 130px;
  }
  .latest .hentry .entry-content .entry-title,
  .trending .post .entry-content .entry-title,
  .more_trending .entry-title {
    font-size: 1.0em;
  }
  /* Mobile share */
  .mobile-sharing-buttons li:first-child {
    display: block;
  }
  /* Jumbo */
  .single-maxi .entry-area .entry-header {
    height: 230px;
  }
  .single-maxi .entry-area .entry-header .featured_image {
    width: 150%;
  }
  .single-maxi .entry-area .entry-header h1 {
    font-size: 1.40em;
  }
  .sidebar .post-most .entry-title {
    font-size: 1.175em;
  }
  .sidebar .maxbox span.prev,
  .sidebar .maxbox span.next {
    top: 2%;
  }
}
/* --------------------------------------------------------------------------
    320px
    -------------------------------------------------------------------------- */
@media only screen and (max-width: 20em) {
  .single-more {
    /*background-color: #fff;*/
  }
  .more_trending {
    display: none;
    /* show only 1 trending in iphone size */
  }
  .single-maxi .entry-area .entry-header .featured_image {
    width: 150%;
  }
  /* archive */
  .category .archive-title {
    font-size: 1.8em;
  }
  .sidebar .maxbox span.prev,
  .sidebar .maxbox span.next {
    top: 1.8%;
  }
  /* Banner */
  .sidebar .banner {
    padding: 10px;
  }
  /* Google ads */
  .gad_wrap .gad_unit {
    font-size: 0.805em;
  }
  .gad_wrap .gad_adText {
    font-size: 1em;
  }
}
/*  ===============================================================
        Site Logo - Media Query 
        =============================================================== */
@media only screen and (min-width: 980px) and (max-width: 1024px) {
  .site-header .site-branding .logo a {
    width: 190px;
  }
  .site-header .site-branding .logo a:before {
    content: "\e801";
    font-size: 50px;
    line-height: 48px;
    text-indent: -9px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 979px) {
  .site-header .site-branding .logo a {
    width: 180px;
  }
  .site-header .site-branding .logo a:before {
    content: "\e801";
    font-size: 48px;
    line-height: 48px;
    text-indent: -9px;
  }
}
@media only screen and (max-width: 960px) {
  .site-header .site-branding .logo a {
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
}
@media only screen and (max-width: 48em) {
  #mlogo {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    min-width: 212px;
    width: 32%;
    height: 100%;
    position: relative;
  }
  #mlogo a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #mlogo a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 39px;
    line-height: 47px;
    font-family: "hkdc-logo";
    content: "\e801";
  }
  #mlogo span {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .m-postlink {
    display: block;
  }
  .m-postlink .entry-excerpt p {
    color: #666;
  }
}
@media only screen and (max-width: 24.75em) {
  #mlogo span {
    top: -61px;
  }
}
/*# sourceMappingURL=style.css.map */
/* Test */
/* 	===============================================================
		769px --> 1024px
		=============================================================== */
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
  /* Featured Posts */
  .featured {
    padding-bottom: 30px;
  }
  .trending {
    float: left;
    margin-right: 3.9%;
    /* around 20px */
    width: 65%;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .more_trending {
    float: left;
    padding: 0;
    width: 31.1%;
    border: 0;
    background: none;
  }
  .more_trending img {
    max-width: 100%;
  }
  .more_trending li {
    padding: 0;
    margin: 0 0 15px 0;
  }
  .more_trending li:first-child,
  .more_trending li:last-child {
    padding: 0;
  }
  .single .left_panel .entry-content img,
  .page .left_panel .entry-content img {
    margin-left: 0;
  }
  .single .left_panel {
    /*padding: 20px 0% 40px;*/
    width: 100%;
  }
  /* Footer */
  .site-footer .about {
    padding: 0 2% 0 0;
    width: 36%;
  }
  .site-footer .site-links {
    width: 100%;
  }
  .site-footer .site-links h3 {
    padding-left: 0;
  }
  .site-footer .site-links ul {
    padding: 0;
    width: 100%;
  }
  .site-footer .meet-authors {
    margin-left: 0;
    padding-right: 0;
    padding-left: 1%;
    min-width: 250px;
    width: 23%;
  }
  .site-footer .meet-authors a.more {
    right: 0;
  }
  .site-footer .partners .about {
    float: left;
    width: 27%;
    border: none;
  }
  .site-footer .partners .links {
    float: left;
    width: 63%;
  }
}
/* 	===============================================================
		1024px 
		=============================================================== */
@media only screen and (max-width: 64em) {
  img {
    max-width: 100%;
  }
  .site-header > .container,
  .site-navbar > .container,
  .site-footer > .container {
    padding-right: 2%;
    padding-left: 2%;
    max-width: 960px;
    width: 96%;
    border-right: 0;
    border-left: 0;
  }
  .site-navbar .menu-posts .entry-thumbnail img {
    height: auto;
  }
  .site-content,
  .trending .entry-figures,
  .trending .entry-content,
  .trending .entry-thumbnail.large,
  .more_trending li {
    width: 100%;
  }
  #page-menu-template,
  .site-content .left_panel,
  .author .latest {
    padding-left: 20px;
  }
  .site-content .sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 320px;
    padding-right: 20px;
  }
  .single-post .single-more {
    padding-right: 10px;
    padding-left: 10px;
  }
  .single-light .left_panel,
  .single-default .left_panel {
    padding-top: 50px;
  }
  .author .left_panel {
    width: 100%;
  }
  .entry-area .entry-content .sw em,
  .entry-area .entry-content .s450 em {
    margin-left: 0;
  }
  .single-light article .entry-meta,
  .single-default article .entry-meta {
    padding: 10px 2%;
  }
  /* Single Maxi */
  .single-maxi .entry-area .entry-header * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .single-maxi .entry-area .entry-header h1 {
    margin-left: 0;
    padding: 65px 10.5% 50px 20px;
    width: 100%;
  }
  .single-maxi .entry-area .entry-header .entry-meta {
    left: 0;
  }
  .single-maxi .entry-area .entry-header .featured_image {
    margin-left: 0;
    width: 100%;
  }
  .single-maxi .left_panel .entry-area {
    padding: 0;
  }
  .single-maxi .left_panel .entry-content {
    padding: 0 3.5%;
    width: 93%;
  }
  /* Related Posts */
  .entry-footer {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .entry-footer .related-post,
  .entry-footer .author-box,
  .entry-footer .tag-list,
  .page-authors .author-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .entry-footer .related-post {
    padding: 20px 0 0 0;
  }
  .entry-footer .author-box {
    padding: 35px 3.5%;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
  }
  .entry-footer .tag-list {
    padding: 20px 0;
  }
  .entry-footer .tag-list ul {
    padding: 0;
  }
  .entry-footer .related-post li {
    margin-right: 1.45%;
  }
  .single-maxi .entry-footer {
    left: 0;
    margin-left: 0;
    padding-right: 5%;
    padding-left: 5%;
    width: 90%;
  }
  .error404 .left_panel .entry-content h3 {
    font-size: 12em;
    width: 100%;
    text-align: center;
  }
  .error404 .left_panel .entry-content h4 {
    font-size: 3.4em;
  }
  .error404 .left_panel .entry-content .ouch {
    width: 100%;
  }
}
/* 	===============================================================
		1000px
		=============================================================== */
@media only screen and (max-width: 62.5em) {
  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }
  .touch *:not(input) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
  }
  [class^="icon-"] > a:before,
  [class*=" icon-"] > a:before {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-family: "hkdc-icons";
    line-height: 1em;
    speak: none;
  }
  .icon-home > a:before {
    /* Home */
    content: '\e811';
  }
  .icon-code > a:before {
    /* Design / Dev */
    content: '\e81e';
  }
  .icon-desktop > a:before {
    /* Technology */
    content: '\e829';
  }
  .icon-lamp > a:before {
    /* Technology */
    content: '\e826';
  }
  .icon-users > a:before {
    /* Social Commerce */
    content: '\e828';
  }
  .icon-basket > a:before {
    /* Deals */
    content: '\e825';
  }
  .icon-briefcase > a:before {
    /* Jobs */
    content: '\e827';
  }
  .single-maxi .entry-area .entry-header {
    overflow: hidden;
  }
  /* author box in single post */
  .entry-footer .author-box,
  .page-authors .author-box {
    /*display: table;
		table-layout: fixed;*/
  }
  .entry-footer .author-box .author-pic,
  .page-authors .author-box .author-pic {
    display: table-cell;
    /*float: none;*/
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    table-layout: fixed;
    vertical-align: top;
  }
  .author .author-box .author-bio,
  .page-authors .author-box .author-bio,
  .entry-footer .author-box .author-bio {
    display: table-cell;
    float: none;
    padding-left: 5%;
    /*width: 100%;*/
    table-layout: fixed;
    vertical-align: top;
  }
  .trending .entry-social-buttons {
    position: relative;
  }
}
/* --------------------------------------------------------------------------
	769px - 1000px
	-------------------------------------------------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  /* Site Navbar Icon */
  .icon-home > a:after,
  .icon-code > a:before,
  .icon-lamp > a:before,
  .icon-users > a:before,
  .icon-desktop > a:before {
    display: none;
  }
  .icon-home span,
  .icon-basket span,
  .icon-briefcase span {
    display: none;
  }
  .icon-home > a:before,
  .icon-briefcase > a:before,
  .icon-basket > a:before {
    margin-right: 0;
  }
}
/* --------------------------------------------------------------------------
	959px 
	-------------------------------------------------------------------------- */
@media only screen and (max-width: 59.938em) {
  .site-header > .container {
    padding: 10px 8px;
    max-width: 920px;
    width: 98%;
    height: 190px;
    text-align: center;
  }
  .site-header .table-wrap {
    display: block;
  }
  .site-header .site-branding {
    position: absolute;
    bottom: 3px;
    max-width: 920px;
    width: 98%;
  }
  .site-header .ads {
    margin-right: auto;
    margin-left: auto;
    width: 728px;
  }
  .site-header .site-branding,
  .site-header .ads {
    display: block;
    float: none;
    padding: 0;
    height: 90px;
  }
}
/* --------------------------------------------------------------------------
	940px 
	-------------------------------------------------------------------------- */
@media only screen and (max-width: 58.75em) {
  /* Content */
  .entry-area .entry-content p img,
  .entry-area .entry-content p.sw img,
  .entry-area .entry-content p.s450-550 img {
    width: 100%;
    height: auto;
  }
}
/* --------------------------------------------------------------------------
	921px --- 1000px 
	-------------------------------------------------------------------------- */
@media only screen and (min-width: 57.563em) and (max-width: 62.5em) {
  .icon-user > a:before,
  .icon-book > a:before,
  .icon-heart > a:before {
    display: none;
  }
  .single-maxi .entry-area .entry-header .featured_image {
    width: 113%;
  }
}
/* --------------------------------------------------------------------------
	831px - 920px
	-------------------------------------------------------------------------- */
@media only screen and (min-width: 51.938em) and (max-width: 59.063em) {
  .single-maxi .entry-area .entry-header .featured_image {
    width: 140%;
  }
  /* Related Posts */
}
/* --------------------------------------------------------------------------
	769px --- 920px 
	-------------------------------------------------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 920px) {
  .icon-user span,
  .icon-book span,
  .icon-heart span {
    display: none;
  }
  /* Author Page: Author Box; */
  .archive.author .author-box {
    text-align: center;
  }
  .archive.author .author-box .author-pic,
  .archive.author .author-box .author-bio {
    display: block;
    float: none;
    padding: 0;
  }
  .archive.author .author-box .author-pic {
    margin: 20px auto;
  }
  .archive.author .author-box .author-bio {
    margin: 20px auto;
  }
  .archive.author .author-box .author-bg {
    text-align: left;
  }
  .archive.author .author-socmed {
    margin: 0 auto;
    width: 86px;
  }
  .archive.author .author-socmed .gplus {
    margin-right: 0;
  }
}
/* --------------------------------------------------------------------------
	769px - 830px
	-------------------------------------------------------------------------- */
@media only screen and (min-width: 48.063em) and (max-width: 51.875em) {
  .single-maxi .entry-area .entry-header .featured_image {
    width: 150%;
  }
  /* download buttons */
  .download-2c li {
    width: 100%;
  }
  /* Related Posts */
  .entry-footer .related-post h3 {
    font-size: 1.225em;
  }
  .entry-footer .related-post {
    padding-bottom: 20px;
  }
  .entry-footer .related-post li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .entry-footer .related-post .entry-thumbnail,
  .entry-footer .related-post .entry-title {
    float: left;
  }
  .entry-footer .related-post .entry-thumbnail {
    margin-right: 3%;
    width: 28%;
  }
  .entry-footer .related-post .entry-title {
    margin-top: 5px;
    padding: 0;
    width: 67%;
    font-size: 0.95em;
  }
}
/* --------------------------------------------------------------------------
	920px 
	-------------------------------------------------------------------------- */
@media only screen and (max-width: 59.063em) {
  /* footer */
  .site-footer .about {
    padding: 0 4% 0 0;
    width: 33%;
  }
  .site-footer .about .social-links li {
    margin-right: 6px;
  }
  .site-footer .site-links {
    min-width: 200px;
  }
  .site-footer .site-links a {
    font-size: 0.825em;
  }
  .site-footer .meet-authors {
    min-width: 200px;
  }
  .site-footer .meet-authors a.more {
    font-size: 0.7em;
  }
}
/* --------------------------------------------------------------------------
	769px - 830px
	-------------------------------------------------------------------------- */
@media only screen and (min-width: 48.063em) and (max-width: 51.875em) {
  .site-navbar .table-wrap,
  .site-navbar .primary,
  .site-navbar .secondary {
    table-layout: fixed;
  }
  .site-navbar .table-wrap {
    display: table;
    margin: 0 auto;
    padding: 0 0;
    width: 100%;
  }
  .site-navbar .primary,
  .site-navbar .secondary {
    display: table-cell;
    float: none !important;
  }
  .site-navbar .primary {
    width: 645px;
  }
  .site-navbar .secondary {
    width: 100%;
  }
  .site-navbar .secondary .search {
    width: 83%;
  }
  /* hacking postion */
  .site-navbar .secondary .search input {
    position: relative;
    top: -2px;
  }
  /* Content */
  .pagination .pages {
    display: none;
  }
  #page-links .pages {
    font-size: 1.0em;
  }
}
/* --------------------------------------------------------------------------
	830px
	-------------------------------------------------------------------------- */
@media only screen and (max-width: 51em) {
  .nav-scroll .share {
    min-width: 30%;
  }
  .nav-scroll .share .fb,
  .nav-scroll .share .tw,
  .nav-scroll .share .gp {
    margin-right: 8px;
  }
}
/* --------------------------------------------------------------------------
	768px
	-------------------------------------------------------------------------- */
@media only screen and (max-width: 48em) {
  .ad-third {
    display: none !important;
  }
  /* visibility */
  .icon-home,
  .icon-code,
  .icon-inspiration,
  .icon-tech,
  .icon-business {
    display: inline-block;
  }
  .site-header .logo {
    display: none;
  }
  /* site header */
  .site-header > .container {
    height: 90px;
  }
  .site-header {
    padding-top: 48px;
  }
  .site-header,
  .site-content,
  .site-footer {
    z-index: 2;
  }
  .site-content > .table-wrap {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  /* site navigation */
  .site-navbar {
    position: fixed;
    top: 0 !important;
    left: 0;
    z-index: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    border-width: 0;
    background-color: #1E1E1E;
  }
  .site-navbar > .container {
    z-index: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    background-color: #1E1E1E;
  }
  .site-navbar .search {
    width: 100%;
  }
  .site-navbar .searchform {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 10px;
  }
  .site-navbar .search input {
    float: none;
    height: 32px;
    font-size: 0.885em;
  }
  .site-navbar .nav {
    padding-top: 60px;
    width: 100%;
  }
  .site-navbar .primary .current-menu-item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .site-navbar .primary,
  .site-navbar .secondary {
    float: none;
    background: #1e1e1e;
  }
  .site-navbar .primary li {
    display: block;
    float: none;
    border-bottom: 1px solid #303030;
  }
  .site-navbar .primary li:last-child {
    border-bottom: 1px solid #303030;
  }
  .site-navbar .primary li > a:hover,
  .site-navbar .primary li:hover > a,
  .site-navbar .primary li > a.hover,
  .site-navbar .primary li.hover > a,
  .site-navbar .primary .current-menu-item > a {
    background: #000;
    color: #fff;
    text-shadow: none;
  }
  .site-navbar .primary li > a:after {
    display: none;
  }
  .site-navbar .primary .sub {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding: 0;
    max-width: 100%;
    border-width: 0;
    background: none;
    box-shadow: none;
  }
  .site-navbar .primary .sub-menu {
    display: block;
    padding: 0;
    width: 100%;
    border: 0;
  }
  .site-navbar .primary .sub-menu ul {
    display: none;
  }
  .site-navbar .primary .sub-menu li {
    float: none;
    margin: 0;
    width: 100%;
  }
  .site-navbar .primary .sub-menu > h3 {
    display: none;
  }
  .site-navbar .primary li > a {
    height: 42px;
    line-height: 3.58em;
    font-weight: 300;
  }
  .site-navbar .primary li > a,
  .site-navbar .primary .sub-menu li a {
    display: block;
    padding: 0;
    width: 100%;
    border-width: 0;
    background-color: #1e1e1e;
    color: #c7ced2;
    text-indent: 10px;
    text-transform: uppercase;
    font-size: 0.785em;
  }
  .site-navbar .primary .sub-menu li a {
    padding-left: 30px;
    color: #999;
  }
  .site-navbar .primary .sub-menu li a:hover {
    border: none;
    background-color: #242424;
    color: #fff;
  }
  .site-navbar .primary .sub-menu li a:active {
    top: 0;
  }
  .site-navbar .primary .sub,
  .site-navbar .primary .menu-item:hover .sub,
  .site-navbar .primary .sub .menu-posts {
    display: none;
  }
  /* site links top */
  .site-navbar .site-links-top {
    padding-top: 15px;
    display: block;
  }
  .site-navbar .site-links-top h4 {
    font-size: 11px;
  }
  /* sticky navigation */
  .nav-scroll {
    display: none;
  }
  .nav-scroll > .container {
    border-width: 0;
  }
  .is-sticky > .container {
    opacity: 1;
  }
  /* mobile navigation */
  .mobile-header {
    position: fixed;
    top: 0;
    z-index: 3;
    display: block;
    width: 100%;
    height: 48px;
    background-color: #26519e;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c5db5), to(#26519e));
    /* Safari 4+, Chrome 1-9 */
    background-image: -webkit-linear-gradient(top, #2c5db5, #26519e);
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -moz-linear-gradient(top, #2c5db5, #26519e);
    /* Firefox 3.6+ */
    background-image: -ms-linear-gradient(top, #2c5db5, #26519e);
    /* IE 10+ */
    background-image: -o-linear-gradient(top, #2c5db5, #26519e);
    /* Opera 11.10+ */
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
    color: #fff;
  }
  .mobile-header .right {
    position: absolute;
    display: none;
  }
  .mobile-header .nav-icon {
    position: absolute;
    top: 3px;
    width: 48px;
    height: 40px;
    border-radius: 2px;
    text-align: center;
    font-family: "hkdc-icons";
    line-height: 1.75em;
    cursor: pointer;
    font-size: 1.5em;
  }
  /* no-touch */
  .no-touch .site-navbar::-webkit-scrollbar {
    width: 5px;
  }
  .no-touch .site-navbar::-webkit-scrollbar-track {
    background-color: #333;
  }
  .no-touch .site-navbar::-webkit-scrollbar-thumb {
    background-color: #aaa;
  }
  .site-navbar .secondary {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #303030;
  }
  /*trending and features */
  .trending .entry-excerpt {
    margin-top: 10px;
  }
  .more_trending .entry-title a {
    font-size: 1.0em;
  }
  /* site content */
  .site-content .left_panel,
  .site-content .sidebar {
    float: none;
    display: block;
  }
  .latest .hentry .entry-content {
    margin-left: 3%;
    width: 64%;
  }
  .latest .hentry .entry-figures {
    width: 32%;
  }
  .site-content {
    display: block;
  }
  .site-content .left_panel {
    padding: 0% 20px;
    width: 100%;
  }
  .site-content .left_panel .featured {
    border-bottom: none;
  }
  .page .entry-area,
  .single .entry-area,
  .error404 .entry-area {
    padding: 0%;
    width: 100%;
  }
  .single-maxi .site-content .left_panel {
    padding: 0;
    width: 100%;
  }
  .single-light article .entry-meta,
  .single-default article .entry-meta {
    background: transparent;
    padding: 15px 3% 0;
  }
  .single-light article .entry-meta .entry-author-pic,
  .single-default article .entry-meta .entry-author-pic {
    display: none;
  }
  .single-light .left_panel article,
  .single-default .left_panel article {
    padding-top: 50px;
  }
  .single-light article .entry-author,
  .single-light article .entry-category,
  .single-default article .entry-author,
  .single-default article .entry-category {
    text-transform: capitalize;
  }
  .entry-area .entry-header {
    padding-top: 0;
  }
  .entry-area .entry-title {
    width: 100%;
    letter-spacing: -1px;
    font-size: 1.9em;
    line-height: 1.3em;
    padding-top: 0;
  }
  .site-content .entry-meta {
    font-size: 1em;
  }
  .entry-area .entry-content {
    margin-bottom: 0;
    color: #414141;
    font-size: 1.105em;
  }
  .entry-area .entry-content h3 {
    line-height: 1.125em;
  }
  .entry-area .entry-content p.entry-image {
    padding-right: 0;
  }
  .entry-area .entry-content p img,
  .entry-area .entry-content p.sw,
  .entry-area .entry-content p.s450-550 {
    max-width: 100%;
    width: 100%;
  }
  .entry-area .entry-content p img,
  .entry-area .entry-content p.sw img,
  .entry-area .entry-content p.s450-550 img {
    margin: 0;
    height: auto;
    margin-left: ;
  }
  .entry-area .entry-content .sw em,
  .entry-area .entry-content .s450 em {
    margin: 0;
  }
  /* ads by google */
  .entry-area .gad_wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .gad_wrap .gad_adFeedback {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
  }
  .gad_wrap .gad_unit {
    line-height: 1.425em;
  }
  /* site content - custom style */
  .entry-area .entry-content .halves01 {
    margin-left: -1.5%;
    padding: 1.5% 1.5% 4.0%;
    width: 100%;
  }
  .entry-area .entry-content .halves01 h4 {
    padding: 0.6em 0 0.3em 0;
  }
  .entry-area .entry-content .halves01:nth-of-type(2n+1) {
    background: none;
  }
  .entry-area .entry-content .halves01.dark {
    background-color: #2B2F36;
  }
  /* Post Jumbo */
  .single-maxi .site-content .entry-meta {
    display: block;
  }
  .single-maxi .left_panel .entry-area {
    width: 100%;
  }
  .single-maxi .left_panel .entry-content {
    padding: 4%;
  }
  .single-maxi .entry-area .entry-header {
    margin-bottom: 0;
  }
  .single-maxi .entry-area .entry-header h1 {
    padding: 65px 25% 50px 3.5%;
    font-weight: 300;
    font-size: 2.55em;
  }
  .single-maxi .entry-area .entry-header * {
    font-weight: 300;
  }
  .single-maxi .entry-area .entry-header .entry-meta {
    font-size: 1.2em;
  }
  .single-maxi .left_panel .entry-footer {
    padding: 0 5%;
    width: 90%;
  }
  /* Page pagination */
  #page-links {
    margin: 0;
    padding: 0;
    border-top: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  #page-links .pages {
    width: 13%;
    font-size: 1.0em;
  }
  #page-links ul {
    width: 100%;
    font-size: 1.1em;
  }
  /* Related Posts */
  .entry-footer .tag-list {
    display: none !important;
  }
  /*Related Posts template: light */
  .single-light .entry-area .entry-footer .related-post .entry-title {
    font-size: 1.05em;
  }
  .single-light .entry-area .entry-footer .related-post .entry-thumbnail {
    margin-bottom: 3%;
    width: 100px;
  }
  .single-light .entry-area .entry-footer .related-post ul {
    margin-bottom: 40px;
  }
  /*Pagination*/
  .pagination,
  .wp-pagenavi {
    margin-bottom: 0;
  }
  /* Author box */
  .entry-footer .author-box {
    padding-right: 4%;
    padding-left: 4%;
  }
  .author-box .author-bio p {
    font-weight: 300;
    font-size: 0.95em;
  }
  /* archive */
  .archive-title {
    padding-top: 0;
    font-size: 2em;
  }
  /* sidebar */
  .site-content .wrapper-sticky {
    height: auto !important;
    /* disable the hc-sticky */
  }
  .site-content .sidebar {
    width: 100%;
    float: none !important;
    /* disable the hc-sticky */
    position: relative !important;
    /* disable the hc-sticky */
    top: 0 !important;
    padding-right: 0;
  }
  .site-content .sidebar .widget {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3%;
    width: 100%;
  }
  .site-content .sidebar .post-most {
    padding-left: 2%;
    padding-right: 2%;
  }
  .site-content .sidebar .widget .banner {
    padding-top: 30px;
  }
  .site-content .sidebar .widget .widget-title {
    margin: -3% 0 1% -6%;
    padding: 3%;
    width: 110%;
  }
  /* link-social widget */
  .sidebar .connect {
    display: none;
  }
  /* subscribe widget */
  .sidebar .form-subscribe label {
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    font-size: 120%;
  }
  .sidebar .form-subscribe .inputwrap {
    margin-right: auto;
    margin-bottom: 1.5%;
    margin-left: auto;
    width: 100%;
  }
  .sidebar .form-subscribe input.email {
    width: 70%;
  }
  .sidebar .form-subscribe input.button {
    width: 30%;
  }
  /* widget - post-random */
  .sidebar .post-most {
    display: none;
  }
  .sidebar .post-most ul {
    padding: 0;
  }
  .sidebar .post-most li {
    float: left;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    padding-right: 1%;
    width: 50%;
    height: 360px;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sidebar .post-most li:nth-child(odd) {
    /*
		padding-right: 15px;
		*/
  }
  .sidebar .post-most li:nth-child(even) {
    /*
		padding-left: 15px;
		*/
  }
  .sidebar .post-most li.most-ad {
    display: none;
  }
  .sidebar .post-most li:last-child {
    border-top-width: 0px;
    min-height: 0;
  }
  .sidebar .post-most .entry-thumbnail {
    width: 100%;
  }
  .sidebar .post-most .entry-thumbnail img {
    margin-bottom: 3%;
  }
  .sidebar .post-most .entry-content {
    float: none;
    margin: 0;
    width: 100%;
  }
  .sidebar .post-most .entry-title {
    padding: 0;
    font-size: 1.28em;
    line-height: 1.25em;
  }
  .sidebar .post-most .entry-meta {
    padding: 2% 0 2% 0;
  }
  .sidebar .banner {
    text-align: center;
    display: none;
  }
  /* sidebar - maxbox */
  .sidebar .maxbox .widget-title {
    margin: 0;
    padding: 15px 0 !important;
    width: 100% !important;
    color: #727272;
  }
  .sidebar .maxbox a.prev,
  .sidebar .maxbox a.next {
    top: 13px;
  }
  .sidebar .maxbox .entry-thumbnail {
    margin-top: 10px;
  }
  .sidebar .maxbox .entry-thumbnail,
  .sidebar .maxbox .entry-content {
    text-align: center;
  }
  .sidebar .maxbox .entry-content {
    padding: 0 20%;
    font-size: 1.35em;
  }
  .sidebar .maxbox .entry-content .entry-excerpt {
    display: none;
  }
  .sidebar .maxbox span.prev,
  .sidebar .maxbox span.next {
    top: 2.5%;
  }
  /* sidebar - col */
  .sidebar .col {
    display: none;
  }
  /* sidebar - maxbox */
  .sidebar .maxbox .indicator {
    margin-top: 20px;
  }
  .sidebar .maxbox .maxbox-foot {
    display: none;
  }
  /* sidebar - tags */
  .sidebar .textwidget .tagstyle {
    text-align: center;
  }
  .sidebar .textwidget .tagstyle li {
    display: inline-block;
    float: none;
    line-height: 50px;
  }
  .sidebar .textwidget .tagstyle li a {
    padding: 1em 1.8em;
    /*padding: 15px;*/
    border-radius: 5em;
  }
  .site-footer .top {
    text-align: center;
    display: none;
  }
  /* footer */
  .site-footer {
    padding: 3% 0;
  }
  .site-footer > .container {
    padding: 0;
    width: 100%;
  }
  .site-footer .about {
    padding: 8% 2%;
    /**/
    width: 96%;
    border-bottom: 1px solid #0d0d0d;
  }
  .site-footer .top,
  .site-footer .bottom {
    padding-top: 0;
    padding-bottom: 0;
  }
  .site-footer .bottom {
    border-top: 1px solid #232323;
  }
  .site-footer .top .about p {
    padding: 0 15%;
    line-height: 1.5em;
  }
  .site-footer .about .hongkiat {
    font-weight: 300;
    font-size: 1.25em;
  }
  .site-footer .about .social-links {
    margin-right: auto;
    margin-left: auto;
    width: 300px;
  }
  .site-footer .about .social-links li {
    margin: 0 7px;
  }
  .site-footer .about .social-links a {
    display: inline-block;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-color: #26519E;
    color: #c8d8f4;
    text-align: center;
    font-size: 1.1em;
    line-height: 3em;
  }
  .site-footer .about .social-links li:last-child {
    margin-right: 0;
  }
  .site-footer .top .about,
  .site-footer .top .site-links {
    display: block;
    float: none;
  }
  .site-footer .site-links li {
    display: inline;
    margin: 0 0.2em;
  }
  .site-footer .site-links li a:hover {
    color: #fff;
    text-decoration: none;
  }
  .site-footer .site-links li a:active {
    background-color: rgba(36, 85, 155, 0.7);
  }
  .site-footer .meet-authors {
    display: block;
    float: none;
    clear: both;
    margin-left: 0;
    padding-top: 30px;
    padding-right: 15%;
    padding-bottom: 30px;
    padding-left: 15%;
    width: 70%;
    border-top: 1px solid #232323;
    border-bottom: 1px solid #0d0d0d;
    text-align: center;
  }
  .site-footer .meet-authors ul {
    margin-top: 0;
  }
  .site-footer .meet-authors ul li:last-child {
    margin-right: 0;
  }
  .site-footer .meet-authors h3,
  .site-footer .meet-authors a.more {
    position: static;
    margin-right: 0;
    text-transform: none;
  }
  .site-footer .meet-authors a.more {
    right: 0;
  }
  .site-footer .meet-authors li img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .site-footer .site-links h3 {
    padding-left: 0;
  }
  .site-footer .site-links h3,
  .site-footer .meet-authors h3 {
    display: block;
    width: 100%;
    text-transform: none;
    font-weight: 300;
    font-size: 1.25em;
  }
  .site-footer .partners {
    padding: 8% 5%;
    border: none;
    border-bottom: 1px solid #0d0d0d;
    background-color: rgba(255, 255, 255, 0.02);
  }
  .site-footer .partners .about {
    padding-bottom: 45px;
    border: none;
  }
  .site-footer .partners .about h3 {
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 300;
    font-size: 1.35em;
  }
  .site-footer .partners .about,
  .site-footer .partners .links {
    padding: 0 10%;
    width: 80%;
    text-align: center;
  }
  .site-footer .partners .links {
    margin-top: 10px;
  }
  .site-footer .policy {
    padding: 5% 3%;
    border-top: 1px solid #232323;
  }
  .ads-desktop {
    display: none;
  }
  /* Hide Sidebar and Footer for Infinte Scroll */
  .home .sidebar,
  .home .site-footer,
  .home .pagination,
  .archive .sidebar,
  .archive .site-footer,
  .archive .pagination,
  .page-template-page-menu-php .sidebar,
  .page-template-page-menu-php .site-footer,
  .page-template-page-menu-php .pagination,
  .single .comments-area,
  .single .related-post,
  .single .form-subscribe,
  .single .site-footer,
  .single .most-more-button {
    display: none;
  }
  .load-infinite {
    position: fixed;
    bottom: 0;
    height: 40px;
    width: 100%;
    text-align: center;
    z-index: 3;
    background-color: #f3f3f3;
    color: #999;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 40px;
  }
  /* More Post You Like */
  .single-more {
    padding: 0 10px;
  }
  .single-more .single-more-heading {
    padding-left: 10px;
  }
  .single-more .single-more-entry {
    height: 315px;
    float: left;
    list-style: none;
    width: 50%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .single-more .single-more-ad {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    list-style: none;
  }
  .single-more .entry-content {
    margin-bottom: 8px;
  }
  .single-more .entry-author a {
    font-size: 0.855em;
    color: #999;
    text-decoration: none;
  }
  .single-more .single-more-entry img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  .single-more .single-more-entry .entry-thumbnail {
    margin-bottom: 15px;
    float: none;
  }
  .single-more .single-more-entry .entry-title {
    font-size: 17px;
    line-height: 1.25em;
    padding: 0;
    margin-bottom: 5px;
  }
  .site-navbar {
    width: 35%;
    -webkit-transform: translate3D(-100%, 0, 0);
    -moz-transform: translate3D(-100%, 0, 0);
    -ms-transform: translate3D(-100%, 0, 0);
    -o-transform: translateX(-100%);
    transform: translate3D(-100%, 0, 0);
  }
  .reveal-left {
    -webkit-transform: translate3D(35%, 0, 0);
    -moz-transform: translate3D(35%, 0, 0);
    -ms-transform: translate3D(35%, 0, 0);
    -o-transform: translateX(35%);
    transform: translate3D(35%, 0, 0);
  }
  .site-navbar.reveal-left {
    -webkit-transform: translate3D(0, 0, 0);
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -o-transform: translateX(0);
    transform: translate3D(0, 0, 0);
  }
}
/* --------------------------------------------------------------------------
	minimum 768px
	-------------------------------------------------------------------------- */
@media only screen and (min-width: 48em) {
  .touch .site-navbar > .container {
    overflow: visible !important;
  }
  .touch .site-navbar .nav {
    position: relative !important;
  }
}
/* --------------------------------------------------------------------------
	468px ----> 768px 
	-------------------------------------------------------------------------- */
@media only screen and (min-width: 30em) and (max-width: 48em) {
  /* Featured Posts */
  .trending .entry-figures,
  .trending .entry-content,
  .latest .entry-figures,
  .latest .entry-content {
    float: left;
  }
  .trending {
    margin-right: 0;
    padding-bottom: 30px;
  }
  .trending .entry-figures {
    margin-right: 2.6%;
    width: 54.3%;
  }
  .trending .entry-content {
    width: 43%;
  }
  .trending .entry-thumbnail {
    float: none;
    margin-bottom: 10px;
  }
  .more_trending li {
    margin: 0 2.165%;
    width: 29%;
  }
}
/* --------------------------------------------------------------------------
	759px
	-------------------------------------------------------------------------- */
@media only screen and (max-width: 759px) {
  .site-header .ads {
    display: none;
  }
  .site-header {
    display: none;
  }
  .site-header .logo {
    padding: 0;
  }
  .site-content {
    padding-top: 48px;
  }
}
/* --------------------------------------------------------------------------
	500px
	-------------------------------------------------------------------------- */
@media only screen and (max-width: 500px) {
  .site-navbar {
    width: 80%;
    margin-left: 0;
  }
  .pagination .pages {
    display: none;
  }
  .site-navbar {
    width: 80%;
    -webkit-transform: translate3D(-100%, 0, 0);
    -moz-transform: translate3D(-100%, 0, 0);
    -ms-transform: translate3D(-100%, 0, 0);
    -o-transform: translateX(-100%);
    transform: translate3D(-100%, 0, 0);
  }
  .reveal-left {
    -webkit-transform: translate3D(80%, 0, 0);
    -moz-transform: translate3D(80%, 0, 0);
    -ms-transform: translate3D(80%, 0, 0);
    -o-transform: translateX(80%);
    transform: translate3D(80%, 0, 0);
  }
  .site-navbar.reveal-left {
    -webkit-transform: translate3D(0, 0, 0);
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -o-transform: translateX(0);
    transform: translate3D(0, 0, 0);
  }
}
/* --------------------------------------------------------------------------
	670px
	-------------------------------------------------------------------------- */
@media only screen and (max-width: 670px) {
  .trending .entry-excerpt p {
    display: none;
  }
  .trending .entry-figures {
    width: 48%;
  }
  .trending .entry-title {
    font-size: 1.8em;
  }
  .single-maxi .entry-area .entry-header .featured_image {
    width: 120%;
  }
  .sidebar .post-most li {
    height: 320px;
  }
}
/* --------------------------------------------------------------------------
	610px
	-------------------------------------------------------------------------- */
@media only screen and (max-width: 40.625em) {
  /* sidebar social links */
  .sidebar .connect li {
    margin: 1% 2% 0 2%;
    width: 3.5em;
    height: 3.5em;
  }
  .sidebar .connect a {
    font-size: 1.8em;
  }
  .sidebar .connect li.followus {
    font-size: 1.15em;
  }
  /* footer */
  .site-footer .meet-authors {
    margin: 0;
    padding: 8% 15%;
    width: 70%;
  }
  .site-footer .site-links {
    margin-right: auto;
    margin-left: auto;
    width: 98%;
  }
  .site-footer .site-links ul:first-child {
    padding-right: 0%;
    padding-left: 0%;
  }
  .site-footer .site-links ul:last-child {
    padding-right: 0%;
    padding-left: 0%;
  }
  .site-footer .site-links li {
    display: block;
    float: none;
    margin: 0 2% 4% 2%;
    font-size: 1.05em;
  }
  .site-footer .partners .about,
  .site-footer .partners .links {
    padding: 0 5%;
    width: 90%;
  }
}
/* --------------------------------------------------------------------------
	590px
	-------------------------------------------------------------------------- */
@media only screen and (max-width: 36.875em) {
  .pagination .pages {
    display: none;
  }
  .single-maxi .entry-area .entry-header .featured_image {
    width: 140%;
  }
  .single-maxi .entry-area .entry-header h1 {
    font-size: 2.3em;
  }
  .sidebar .post-most li {
    height: 280px;
  }
  /* Downloads */
  .download-2c li {
    width: 100%;
    display: inline-block;
  }
  /* content */
  .entry-area .entry-title {
    width: 100%;
    font-size: 1.6em;
    line-height: 1.28em;
  }
  /* Mobile share */
  .mobile-sharing-buttons {
    display: block;
  }
  /* sidebar - post random */
  .sidebar .post-most .entry-title {
    font-size: 1.15em;
  }
  /* sidebar - col */
  .sidebar .col {
    display: none;
  }
  .error404 .left_panel .entry-content {
    padding: ;
  }
  .error404 .left_panel .entry-content h4 {
    font-size: 2.8em;
  }
}
/* --------------------------------------------------------------------------
	351px ----> 590px
	-------------------------------------------------------------------------- */
@media only screen and (min-width: 30.063em) and (max-width: 36.875em) {
  /* Related Post */
  .entry-footer .related-post li {
    display: block;
    margin-right: 0%;
    margin-bottom: 20px;
    width: 100%;
  }
  .entry-footer .related-post li:nth-child(even) {
    margin-right: 0;
  }
  .entry-footer .related-post .entry-thumbnail,
  .entry-footer .related-post .entry-title {
    float: left;
  }
  .entry-footer .related-post .entry-title {
    margin-top: 5px;
    padding: 0;
    width: 60%;
    font-size: 1.0em;
  }
  .entry-footer .related-post .entry-thumbnail {
    margin-right: 5%;
    width: 35%;
  }
  /*Related Posts template: light */
  .single-light .entry-area .entry-footer .related-post ul {
    margin-bottom: 40px;
  }
}
/* --------------------------------------------------------------------------
	(320px) --> (480px)
	-------------------------------------------------------------------------- */
@media only screen and (min-width: 20em) and (max-width: 30em) {
  /* Content */
  /* sidebar */
  .sidebar .widget .widget-title {
    padding: 5% 3%;
    text-align: center;
  }
  /* sidebar - subscribe */
  .sidebar .form-subscribe input.email {
    font-size: 100%;
  }
  .sidebar .form-subscribe label {
    margin-bottom: 1.5%;
    padding-top: 2%;
    padding-bottom: 2%;
    color: #acacac;
    font-weight: 300;
    font-size: 1.35em;
    line-height: 1.28em;
  }
  .sidebar .form-subscribe label strong {
    color: #666;
    font-weight: 300;
  }
  .sidebar .form-subscribe .inputwrap {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5%;
    width: 100%;
  }
  /* sidebar social links */
  .sidebar .connect ul {
    margin: 1% 0;
  }
  .sidebar .connect li {
    margin: 0 2%;
    width: 3em;
    height: 3em;
  }
  .sidebar .connect a {
    font-size: 1.55em;
  }
  .sidebar .connect li.followus {
    display: none;
  }
  .sidebar .col .col_130 {
    padding: 0;
    width: 100%;
  }
  .sidebar .col .col_130 li {
    float: none;
    margin: 0 2% 2%;
    width: 96%;
    text-align: left;
  }
  .sidebar .col .col_130 .entry-thumbnail {
    float: left;
    width: 30%;
  }
  .sidebar .col .col_130 .entry-content {
    float: left;
    margin-left: 2%;
    width: 68%;
  }
  .sidebar .col .col_130 .entry-title {
    margin-top: 1%;
    font-size: 1.25em;
  }
  /* sidebar - maxbox */
  .sidebar .maxbox .entry-content {
    padding: 0 2%;
    font-size: 1.05em;
  }
}
/* --------------------------------------------------------------------------
	(480px)
	-------------------------------------------------------------------------- */
@media only screen and (max-width: 30em) {
  .home .site-content .left_panel {
    padding: 0;
  }
  /* Content */
  .post.post-infinite-ad {
    text-align: center;
    height: auto;
  }
  .entry-area .entry-content {
    font-size: 1.065em;
  }
  .entry-area .entry-content p {
    padding-right: 0;
  }
  .entry-area .entry-content h3 {
    font-size: 1.3em;
  }
  .entry-area .entry-content h4 {
    font-size: 1.125em;
  }
  .single-maxi .entry-area .entry-header .featured_image {
    width: 160%;
  }
  .single .left_panel,
  .page .left_panel {
    padding: 3%;
    width: 100%;
  }
  .single .entry-area {
    padding: 0%;
    width: 100%;
  }
  .single-light article .entry-meta,
  .single-default article .entry-meta {
    padding: 15px 3%;
  }
  .archive .site-content .left_panel,
  .site-content #page-menu-template {
    padding: 0;
    width: 100%;
  }
  .page-authors .author-box {
    padding-right: 3%;
    padding-left: 3%;
  }
  .syntaxhighlighter {
    font-size: 0.885em !important;
  }
  #archive-header {
    padding: 5%;
  }
  #archive-header .archive-desc {
    margin: 0;
    padding: 0;
    border-bottom: 0px;
  }
  /* Secdnd page */
  .page-info {
    padding: 6% 5% 5% 5%;
    font-size: 1.5em;
  }
  /* Featured Post / Trending */
  .featured {
    padding: 0;
  }
  .trending {
    padding: 0;
    border: none;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .trending .post,
  .more_trending li,
  .latest .hentry,
  .sidebar .post-most li {
    padding: 5% 3%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sidebar .post-most li {
    padding: 5% 1%;
    width: 100%;
    min-height: 0;
    height: auto;
  }
  .sidebar .post-most .most-ad {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .trending .entry-thumbnail {
    margin-bottom: 0;
  }
  .site-content .entry-meta,
  .sidebar .post-most .entry-meta {
    margin: 0;
    padding: 0;
  }
  .more_trending {
    padding-top: 0;
    background: none;
  }
  .latest {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .featured .heading,
  .latest .heading,
  .sidebar .widget .widget-title,
  .single-more .single-more-heading {
    position: inherit;
    margin: 0 0 0 0;
    padding: 3% 0 2.5% 0;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #d5d5d5;
    background-color: #efefef;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
    color: #acacac;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.785em;
    line-height: 1.35em;
  }
  /* Latest Post */
  .latest .hentry .entry-excerpt {
    display: none;
  }
  .latest .hentry .entry-thumbnail {
    margin: 0;
  }
  .latest .hentry,
  .trending .post,
  .more_trending li {
    display: table;
    table-layout: fixed;
  }
  .latest .hentry {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .more_trending {
    display: none;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .more_trending li {
    margin: 0;
    border-top: 1px solid #E8E8E8;
  }
  .latest .hentry .entry-figures,
  .trending .post .entry-figures,
  .more_trending .entry-thumbnail,
  .sidebar .post-most .entry-thumbnail {
    display: table-cell;
    float: none;
    width: 130px;
    table-layout: fixed;
  }
  .latest .hentry .entry-content,
  .trending .post .entry-content,
  .more_trending .entry-content {
    display: table-cell;
    float: none;
    padding-left: 4%;
    width: 100%;
    table-layout: fixed;
    vertical-align: top;
  }
  .latest .hentry .entry-content .entry-title,
  .trending .post .entry-content .entry-title,
  .more_trending .entry-title {
    font-size: 1.1em;
  }
  /*.site-content .entry-meta .entry-author span.dash,*/
  .site-content .entry-meta .entry-category {
    display: none;
  }
  .author .site-content .entry-meta .entry-category {
    display: inline-block;
  }
  .latest .hentry .entry-meta li {
    font-size: 13px;
  }
  .more_trending .entry-title a {
    padding-top: 0;
  }
  .single-default .site-content .entry-meta .entry-time {
    display: inline;
  }
  /* Content */
  .single-default .site-content .entry-meta .entry-category {
    display: inline;
  }
  /* Mobile share */
  .mobile-sharing-buttons {
    text-align: center;
  }
  .mobile-sharing-buttons li:first-child {
    display: block;
    margin-bottom: 12px;
  }
  /* Jumbo */
  .single-maxi .entry-area .entry-header h1 {
    padding: 65px 15% 50px 20px;
    font-size: 2.1em;
  }
  /* Author Page: Author Box; */
  .archive.author .latest {
    padding: 0;
    width: 100%;
  }
  .archive.author .author-box {
    padding: 5% 10%;
    text-align: center;
  }
  .archive.author .author-box .author-pic,
  .archive.author .author-box .author-bio {
    display: block;
    float: none;
    padding: 0;
  }
  .archive.author .author-box .author-pic {
    margin: 20px auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .author .author-box .author-pic img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .archive.author .author-box .author-bio {
    margin: 20px auto;
  }
  .archive.author .author-box .author-bg {
    text-align: left;
  }
  .archive.author .author-socmed {
    margin: 0 auto;
    width: 84px;
  }
  .archive.author .author-socmed li {
    margin: 15px 18px 10px 0;
  }
  .archive.author .author-socmed .gplus {
    margin-right: 0;
  }
  .archive.author .author-bg,
  .archive.author .author-bg img,
  .archive.author #blur-canvas {
    left: -20%;
    width: 150% !important;
  }
  .archive.author .latest .hentry:first-of-type {
    padding-top: 5%;
  }
  .single-more {
    padding-left: 2%;
    padding-right: 2%;
  }
  .single-more .single-more-entry {
    float: none;
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 5% 1%;
    height: auto;
    vertical-align: top;
    min-height: 0;
    border-bottom: 1px solid #e2e0e0;
  }
  .single-more .single-more-entry .entry-thumbnail {
    display: table-cell;
    width: 130px;
    float: none;
  }
  .single-more .single-more-entry .entry-content {
    display: table-cell;
    float: none;
    padding-left: 4%;
    vertical-align: top;
  }
  .single-more .single-more-entry .entry-author a {
    text-decoration: none;
  }
  .single-more .single-more-heading {
    margin: -3% 0 1% -6%;
    padding: 3%;
    width: 110%;
  }
  /* Page Pagination */
  #page-links {
    position: relative;
    padding: 0;
    border: none;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  #page-links .pages {
    margin: 0;
    padding: 0;
    min-width: 65px;
    width: 15%;
    color: #333;
    font-size: 1.0em;
  }
  #page-links .select-wrap {
    position: relative;
    top: 0;
    right: 0;
    display: block;
  }
  /* Related Content */
  .entry-footer .related-post {
    border: none;
    background-color: transparent;
  }
  .entry-footer .related-post h3 {
    text-shadow: none;
    font-weight: 700;
    font-size: 1.15em;
  }
  .entry-footer .related-post ul {
    padding: 0;
  }
  .entry-footer .related-post li {
    margin: 2.5% 0 5% 0;
    width: 100%;
  }
  .entry-footer .related-post .entry-thumbnail,
  .entry-footer .related-post .entry-title {
    float: left;
  }
  .entry-footer .related-post .entry-thumbnail,
  .entry-footer .related-post .entry-thumbnail a {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .entry-footer .related-post .entry-thumbnail {
    margin: 0;
    width: 28%;
  }
  .entry-footer .related-post .entry-title {
    margin-top: 5px;
    margin-left: 3%;
    padding: 0;
    width: 67%;
    text-shadow: none;
    font-weight: 500;
    font-size: 1.0em;
  }
  .entry-footer .related-post .entry-title a {
    color: #26519E;
    text-decoration: underline;
  }
  /*Related Posts template: light */
  .single-light .entry-area .entry-footer .related-post .entry-thumbnail {
    margin-bottom: 2%;
  }
  .single-light .entry-area .entry-footer .related-post .entry-title {
    margin-top: 0;
    margin-left: 1%;
    width: 56%;
    font-size: 0.95em;
  }
  /* Author's Bio */
  .page-authors .author-box,
  .entry-footer .author-box {
    display: block;
    padding: 7% 5%;
  }
  .page-authors .author-box .author-pic,
  .page-authors .author-box .author-bio,
  .entry-footer .author-box .author-pic,
  .entry-footer .author-box .author-bio {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 300;
  }
  .page-authors .author-box .author-bio,
  .entry-footer .author-box .author-bio {
    margin: 0;
    padding: 0;
  }
  .page-authors .author-box .author-bio,
  .entry-footer .author-box .author-pic {
    margin-bottom: 3%;
  }
  .author-box .author-name {
    margin-bottom: 5%;
    font-weight: 500;
    font-size: 1.3em;
  }
  .page-authors .author-box .author-pic img,
  .entry-footer .author-box .author-pic img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .author-box .author-bio p {
    margin: 0 0 3% 0;
    padding: 0;
    line-height: 1.55em;
  }
  .author-box .author-bio .all_by_author {
    margin: 10% 0 3%;
    padding: 0;
    font-size: 15px;
  }
  .author-box .author-bio .all_by_author a {
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #3C68B8;
    color: #fff;
    font-weight: 300;
  }
  /* Tags */
  .sidebar .textwidget .tagstyle li {
    line-height: 40px;
  }
  .sidebar .textwidget .tagstyle li a {
    padding: 0.7em 1.1em;
  }
  /* archive */
  .category .archive-title,
  .tag .archive-title,
  .page .archive-title {
    padding: 0;
    font-size: 1.25em;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .archive-title {
    padding: 7% 5%;
    width: 90%;
    text-align: center;
    text-transform: uppercase;
    line-height: inherit;
  }
  .archive-desc {
    display: none;
  }
  /*pagination */
  .pagination,
  .wp-pagenavi {
    margin: 0;
    height: auto;
    line-height: inherit;
  }
  .wp-pagenavi {
    text-align: center;
  }
  .pagination .current,
  .pagination .page,
  .pagination .page,
  .pagination .extend,
  .pagination .first,
  .pagination .last {
    display: none;
  }
  .pagination .previouspostslink,
  .pagination .nextpostslink {
    position: inherit;
    top: -1px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 57px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1.700em;
  }
  .pagination .previouspostslink {
    right: -1px;
    margin-right: 0;
    border-width: 1px 1px 1px 0 !important;
  }
  .pagination .nextpostslink {
    border-width: 1px 0 1px 1px !important;
  }
  /* Sidebar */
  .sidebar {
    background: none;
  }
  .sidebar .widget {
    padding: 0;
    border-bottom: none;
  }
  .sidebar > .widget:nth-child(2n) {
    background-color: transparent;
  }
  .sidebar .widget .widget-title {
    margin: 0;
    width: 100%;
    font-size: 1.0em;
  }
  .sidebar .connect {
    display: none;
  }
  .sidebar .post-most {
    padding: 0;
  }
  .sidebar .post-most ul {
    margin: 0;
    padding: 0;
  }
  .sidebar .post-most li {
    display: table;
    float: none;
    margin: 0;
    border-bottom: 1px solid #e2e0e0;
    table-layout: fixed;
  }
  .sidebar .post-most li:last-child {
    padding-bottom: 5%;
    /*border-bottom: none;*/
  }
  .sidebar .post-most .entry-thumbnail img {
    margin-bottom: 0;
  }
  .sidebar .post-most .entry-content {
    display: table-cell;
    float: none;
    padding-left: 4%;
    width: 100%;
    table-layout: fixed;
    vertical-align: top;
  }
  .sidebar .post-most .entry-title {
    font-size: 1.285em;
    line-height: 1.3em;
  }
  /* Sidebar - banner */
  .sidebar .banner {
    padding: 20px 5%;
  }
  /* Sidebar - subscribe */
  .sidebar .form-subscribe {
    margin: 0;
  }
  .sidebar .form-subscribe form {
    padding: 5%;
  }
  .sidebar .form-subscribe input.button {
    font-weight: 500;
    line-height: 35px;
  }
  /* Sidebar - maxbox */
  .sidebar .widget.maxbox {
    padding: 0;
  }
  .sidebar .maxbox .maxbox-foot {
    display: none;
  }
  .sidebar .maxbox .widget-title {
    padding: 3% 0 2.5%!important;
  }
  .sidebar .maxbox .swipe {
    margin: 5% 0;
  }
  .sidebar .maxbox .indicator {
    margin-bottom: 5%;
  }
  /* Sidebar - textwidget */
  .sidebar .textwidget {
    padding: 5%;
  }
  .sidebar .widget p {
    margin-top: 0;
  }
  .sidebar .maxbox .entry-thumbnail {
    margin-top: 0;
  }
  .error404 .left_panel .entry-content h3 {
    font-size: 10em;
  }
  .error404 .left_panel .entry-content h4 {
    font-size: 2em;
  }
}
/* --------------------------------------------------------------------------
	400px
	-------------------------------------------------------------------------- */
@media only screen and (max-width: 25em) {
  .single-maxi .entry-area .entry-header .featured_image {
    width: 200%;
  }
  /* footer */
  .site-footer .about .social-links li {
    margin: 0 3px;
  }
  .site-footer .about,
  .site-footer .site-links,
  .site-footer .meet-authors,
  .site-footer .partners,
  .site-footer .policy {
    padding: 10% 4%;
    width: 92%;
  }
  .site-footer .about .social-links {
    width: 260px;
  }
  .site-footer .top .about p {
    padding: 0 5%;
  }
  .site-footer .site-links ul {
    float: none;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }
  .site-footer .site-links ul li {
    line-height: normal;
  }
  .site-footer .site-links li {
    margin: 0 2% 2% 2%;
  }
  .site-footer .site-links ul:first-child {
    padding-right: 0%;
    padding-left: 0%;
  }
  .site-footer .site-links ul:last-child {
    margin-top: 0;
    padding-right: 0%;
    padding-left: 0%;
  }
  .site-footer .site-links li a {
    padding: 1.2em 0.9em;
  }
  .site-footer .partners .about,
  .site-footer .partners .links {
    padding: 0;
    width: 100%;
  }
  .site-footer .partners .about p,
  .site-footer .policy p {
    padding-right: 5%;
    padding-left: 5%;
  }
}
/* --------------------------------------------------------------------------
	380px
	-------------------------------------------------------------------------- */
@media only screen and (max-width: 23.75em) {
  .entry-area .entry-content .halves01 > .cLeft {
    display: block;
    float: none;
    padding-right: 0;
    width: 100%;
  }
  .entry-area .entry-content .halves01 > .cRight {
    display: block;
    float: none;
    margin-top: .85em;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .entry-area .entry-content .halves01 > .cRight > img,
  .entry-area .entry-content .halves01 > .cLeft > img {
    margin: 0 0;
  }
  /* Author box */
  .author-box .author-bio .all_by_author a {
    padding: 4% 5%;
    font-size: 1em;
  }
  .latest .hentry .entry-content .entry-title,
  .trending .hentry .entry-content .entry-title,
  .more_trending .entry-title {
    font-size: 1.1em;
  }
  .sidebar .post-most .entry-title {
    font-size: 1.285em;
  }
  .site-content .entry-meta .entry-category,
  .single-default .site-content .entry-meta .entry-category,
  .site-content .entry-meta .entry-author .dash,
  .site-content .entry-meta .entry-category .dash,
  .single-default .site-content .entry-category .dash {
    display: none;
  }
  .site-content .entry-meta .entry-author {
    text-transform: capitalize;
  }
  .error404 .left_panel .entry-content h3 {
    font-size: 8em;
  }
  .error404 .left_panel .entry-content h4 {
    font-size: 1.4em;
  }
}
/* --------------------------------------------------------------------------
	350px
	-------------------------------------------------------------------------- */
@media only screen and (max-width: 21.875em) {
  /* Content */
  .entry-area .entry-content .download {
    border: none;
    background-color: transparent;
  }
  /*
	.entry-area .entry-content .download a {
		margin: 5% 1%;
    	padding: 0 1.35em;
	}
	*/
  .entry-area .entry-content {
    font-size: 1em;
  }
  .entry-area .entry-content p img,
  .entry-area .entry-content p.sw,
  .entry-area .entry-content p.s450-550 {
    width: 100%;
  }
  .entry-area .entry-content p img,
  .entry-area .entry-content p.sw img,
  .entry-area .entry-content p.s450-550 img {
    margin: 0;
  }
  .latest .hentry .entry-figures,
  .sidebar .post-most .entry-thumbnail {
    width: 130px;
  }
  .latest .hentry .entry-content .entry-title,
  .trending .post .entry-content .entry-title,
  .more_trending .entry-title {
    font-size: 1.0em;
  }
  /* Mobile share */
  .mobile-sharing-buttons li:first-child {
    display: block;
  }
  /* Jumbo */
  .single-maxi .entry-area .entry-header {
    height: 230px;
  }
  .single-maxi .entry-area .entry-header .featured_image {
    width: 150%;
  }
  .single-maxi .entry-area .entry-header h1 {
    font-size: 1.40em;
  }
  .sidebar .post-most .entry-title {
    font-size: 1.175em;
  }
  .sidebar .maxbox span.prev,
  .sidebar .maxbox span.next {
    top: 2%;
  }
}
/* --------------------------------------------------------------------------
	320px
	-------------------------------------------------------------------------- */
@media only screen and (max-width: 20em) {
  .single-more {
    /*background-color: #fff;*/
  }
  .more_trending {
    display: none;
    /* show only 1 trending in iphone size */
  }
  .single-maxi .entry-area .entry-header .featured_image {
    width: 150%;
  }
  /* archive */
  .category .archive-title {
    font-size: 1.8em;
  }
  .sidebar .maxbox span.prev,
  .sidebar .maxbox span.next {
    top: 1.8%;
  }
  /* Banner */
  .sidebar .banner {
    padding: 10px;
  }
  /* Google ads */
  .gad_wrap .gad_unit {
    font-size: 0.805em;
  }
  .gad_wrap .gad_adText {
    font-size: 1em;
  }
}
/* 	===============================================================
		Site Logo - Media Query 
		=============================================================== */
@media only screen and (min-width: 59.938em) and (max-width: 60.938em) {
  .site-header .site-branding .logo a {
    font-size: 18px;
    height: 38px;
    text-indent: -2.5%;
  }
}
@media only screen and (min-width: 48em) and (max-width: 59.938em) {
  .site-header .site-branding .logo a {
    position: relative;
    top: 0px;
  }
}
@media only screen and (max-width: 48em) {
  #mlogo {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    min-width: 212px;
    width: 32%;
    height: 100%;
    position: ;
  }
  #mlogo span {
    position: relative;
    top: 31px;
    display: block;
    margin-top: 2px;
    height: 36px;
    text-align: center;
    font-size: 13em;
    font-family: "hkdc-logo";
  }
  .m-postlink {
    display: block;
  }
  .m-postlink .entry-excerpt p {
    color: #666;
  }
}
@media only screen and (max-width: 24.75em) {
  #mlogo span {
    top: -61px;
  }
}
