/*
Theme Name: Writer
Theme URI: http://www.gavick.com
Description: Writer is a content-focused WordPress Theme for blogging or writing-centered websites Whether promoting your writing or publishing regular content, Writer offers something for you with four different frontpage styles. Put content first with a grid layout, or introduce yourself with a large background image and overlaid text and more. Blogging and writing are popular sites for mobile and tablet users, especially with slow connections, so we've made Writer responsive and visually-impressive no matter what device or screen size your visitors are using.
License: GNU GPL v.2.0
License URI: LICENSE.txt
Version: 1.3
Author: GavickPro
Author URI: http://www.gavick.com
Tags: yellow, white, two-columns, fluid-layout, responsive-layout, custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
*/

/* 1. Basic Elements
    1.1 Fonts
    1.2 Basic stuff
    1.3 Containers
    1.4 Icons font
2. Header
3. Post/Page elements
    3.1 Navigation
    3.2 Content
    3.3 Entry Header
    3.4 Entry Content
    3.5 Galleries
    3.6 Post Formats
    3.7 Attachments
    3.8 Post/Paging Navigation
    3.9 Author Bio
    3.10 Archives
    3.10 Search Results/No posts
    3.12 404 Page
    3.13 Comments
    3.14 Page templates
    3.15 Typography
4. Widgets
    4.1 Widget Styles
    4.2 GK News Show Pro
    4.3 GK Tabs
5. Footer
6. Other
7. Multi-site improvements
8. RWD
----------------------------------*/

@charset "UTF-8";

/*---------------------------------
1. Basic elements
----------------------------------*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  background: #f5f5f5;
  color: #444;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.9;
  margin: 0;
  min-height: 100%;
  padding: 0;
  word-wrap: break-word;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}
a.inverse, a:hover, a:active, a:focus {
  color: #010101;
}
a.inverse:active, a.inverse:focus, a.inverse:hover {
  color: #d27244;
}

.categories-links a,
.comments-link a,
.multiple-cat a,
.invert-grey {
  color: #a8a8a8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 { 
  font-weight: bold;
  margin: 100px 0 30px; 
}

h1 {
  font-size: 40px;
  text-transform: none;
}

h2 {
  font-size: 36px;
  text-transform: none;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.entry-content h1 { font-size: 36px; }
.entry-content h2 { font-size: 26px; }
.entry-content h3 { font-size: 22px; }
.entry-content h4 { font-size: 18px; }
.entry-content h5 { font-size: 16px; }
.entry-content h6 { font-size: 14px; }

b,
strong {
  font-weight: 600;
}

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

ul li {
  line-height: 1.7;
}

p {
  margin: 1em 0 2em;
}

li {
  font-size: 18px;
}

iframe {
  border: none;
  max-width: 100% !important;
}

hr {
  border: none;
  clear: both;
  display: block;
  height: 1px;
  margin: 0;
  padding: 50px 0;
  position: relative;
}

code {
  background: #f5f5f5;
  padding: 5px 10px;
}

pre {
  background: #fafafa;
  padding: 20px;
}

/*---------------------------------
1.1 Fonts
----------------------------------*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\f003";
}

.icon-fb:before {
  content: "\f082";
}

.icon-gplus:before {
  content: "\f0d4";
}

.icon-phone:before {
  content: "\f095";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-rss:before {
  content: "\f143";
}

.icon-star:before {
  content: "\f005";
}

.icon-twitter:before {
  content: "\f081";
}

.icon-youtube:before {
  content: "\f166";
}

/**
 * 1.2 Basic stuff
 * ----------------------------------------------------------------------------
 */
/* Clearing floats */
.clear:after,
.entry-header:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after,
#gk-social-icons,
.gk-nsp:after,
.gk-nsp-arts:after,
.gk-nsp-links:after,
#content:after,
#primary:after,
#sidebar:after,
#content-top:after,
#content-bottom:after,
#content article:after,
.widget-area:after,
.gk-clearfix:after,
.post:after,
.widget:after {
  clear: both;
  content: "";
  display: table;
}

/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* Form fields, general styles first. */
select,
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="email"] {
  background: #fff;
  border: 1px solid #d1d1d1;
  color: #444;
  font-size: 16px;
  line-height: 1.7;
  height: 45px !important;
  padding: 10px 20px !important;
  max-width: 100% !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #444;
  font-size: 16px;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #444;
  font-size: 16px;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #444;
  font-size: 16px;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #444;
  font-size: 16px;
  opacity: 1;
}

textarea {
  height: auto !important;
  max-width: 100% !important;
  padding: 24px;
}

legend {
  color: #1B1D1F;
}

select {
  height: inherit;
  padding: 6px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  height: 39px;
  line-height: 39px;
  padding: 12px;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
  background: #fffef4;
}

/* Buttons */
button,
.button,
.readon,
.button-border,
input[type="submit"],
input[type="button"],
input[type="reset"] {
   -webkit-appearance: none;
  background: transparent;
  border: 1px solid #e45425;
  color: #e45245;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: normal;
  height: auto;
  line-height: 46px;
  margin: 0 5px 2px 2px;
  padding: 0 22px;
  text-align: center;
  text-transform: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.readon:hover,
.readon:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:active,
.readon:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.button.invert {
    border: 1px solid #999;
    color: #4c4c4c;
}

.button-border {
  background: transparent!important;
  border: 2px solid #d27244;
  color: #d27244 !important;
}

.button-border:active,
.button-border:focus,
.button-border:hover {
  background: #fff;
  border: 2px solid #000;
  color: black !important;
}

.post-password-required input[type="submit"] {
  vertical-align: bottom;
}

.button.full {
  background: #a8ce86;
  border-color: #a8ce86;
  color: #fff;
}

.button.full:hover { background: #98b57e!important; border-color:#98b57e; }

/* Labels */
label {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  padding: 0 6px 0 0;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #7d7b6d;
}

:-moz-placeholder {
  color: #7d7b6d;
}

::-moz-placeholder {
  color: #7d7b6d;
}

:-ms-input-placeholder {
  color: #7d7b6d;
}

/**
 * 1.3 Containers
 * ----------------------------------------------------------------------------
 */
#gk-bg {
  width: 100%;
}

.page-template-template-portfolio-php #gk-bg,
.page-template-template-polaroid-php #gk-bg {
  max-width: 100%
}

#gk-header {
  background: #fff;
  border-right: 1px solid #e5e5e5;
  float: left;
  height: 100%;
  left: 280px;
  position: absolute;
  top: 0;
  -webkit-transition: left .3s ease-out;
  -moz-transition: left .3s ease-out;
  -ms-transition: left .3s ease-out;
  -o-transition: left .3s ease-out;
  transition: left .3s ease-out;
  width: 75px;
  z-index: 2;
}

#gk-bg.menu-open {
  left: -280px;
}

#gk-bg-wrap {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#gk-content {
  background: #fff;
  padding-left: 75px;
  position: relative;
  z-index: 1;
}

#gk-top,
#gk-bottom {
  clear: both;
  overflow: hidden;
  padding: 40px 75px;
}

#gk-top + #content,
#content + #gk-bottom {
  border-top: 1px solid #e5e5e5;
}

.site-content {
  padding: 75px;
}

#gk-content,
#gk-right {
  float: left;
}

#gk-right-helper {
  display: none;
}

#content-top {
  margin-bottom: 48px;
}

#content-bottom {
  margin-top: 48px;
}

.gk-3-cols[data-cols="1"] .widget-wrap {
  float: left;
  width: 100%;
}

.gk-3-cols[data-cols="2"] .widget-wrap {
  float: left;
  padding: 0 30px;
  width: 50%;
}

.gk-3-cols[data-cols="3"] .widget-wrap {
  float: left;
  padding: 0 30px;
  width: 33.333333%;
}

.gk-3-cols[data-cols="2"],
.gk-3-cols[data-cols="3"] {
  margin: 0 -30px;
}

#gk-bottom .gk-3-cols .widget-wrap {
  width: 100%; 
}

#gk-right {
  padding: 0 10px 0 75px;
  position: relative;
}
#gk-right-helper {
  display: none;
}
#gk-right.has-top-area {
  padding-top: 145px; 
}
#gk-right-top {
  background: #fff;
  content: "";
  display: block;
  height: 75px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#gk-right-top-bg {
  background: #fff;
  content: "";
  display: block;
  height: 75px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.page-template-template-polaroid-php #gk-right-top-bg,
.page-template-template-portfolio-php #gk-right-top-bg {
  background: transparent;
}

.admin-bar #gk-right-top-bg {
  top: 32px;
}

#gk-footer,
#sidebar {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#gk-right.popup-open #gk-footer,
#gk-right.popup-open #sidebar {
  opacity: 0;
}
/* Right top area */
#gk-social,
#gk-search,
#gk-login-btn {
  float: right;
  height: 40px;
  margin: 18px 0;
}
#gk-login {
  display: none;
}
#gk-login-btn {
  display: block;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin: 28px 20px;
  width: 20px;
}
#gk-search {
  background: #fff;
  border-right: 1px solid #d5d5d5;
  height: 40px;
  position: relative; 
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#gk-search .search-field {
  border: none;
  font-size: 16px;
  height: 40px!important;
  line-height: 40px!important;
  outline: none;
  padding: 0 20px!important;
}

#gk-search .search-form label {
  display: none;
}
#gk-search.search-active .search-field {
  padding: 0 20px;
  width: 100%;
}
#gk-search .search-field:active,
#gk-search .search-field:focus,
#gk-search .search-field:hover {
  background: transparent!important;
}
#gk-search:after {
  color: #999;
  content: "k";
  font-family: "writer-pixellove";
  font-size: 20px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  top: 0;
}
#gk-social {
  line-height: 50px;
  padding: 0 40px;
}
.social-menu > li > a,
.social-menu > li {
  display: inline-block;
  height: 27px;
  margin: 0 2px;
  overflow: hidden;
  width: 21px;

}
.social-menu > li {
  margin-left: 5px;
}
.social-menu > li > a {
  display: block;
  margin: 0;
  position: relative;
  text-indent: -9999px;
  top: -32px;
}
#gk-social a:active,
#gk-social a:focus,
#gk-social a:hover {
  color: #e45425;
}
.social-menu > li:before {
  color: #888;
  font-size: 20px;
   -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#gk-search + #gk-social {
  border-right: 1px solid #d5d5d5;
}

.social-menu > li:hover:before {
  color: #e45245;
}

/* Popup login */
#gk-popup-login {
  display: none;
  left: 0;
  opacity: 0;
  margin-top: 200px;
  padding: 0 0 0 75px;
  position: absolute;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
}
.popup-open #gk-popup-login {
  margin-top: 45px;
  opacity: 1;
}

#gk-popup-login .button:active,
#gk-popup-login .button:focus,
#gk-popup-login .button:hover {
  background: transparent;
}

#loginform {
  margin: 0 2px;
  padding: 0.35em 0 0.75em;
}

#loginform input[type="text"],
#loginform input[type="password"] { width: 95%; }
#loginform input[type="submit"] {
  margin: 0 0 27px;
}

#loginform p {
  margin: 0.5em 0;
  overflow: hidden;
}
#loginform label {
  padding: 0;
}

#loginform .login-remember {
  margin-top: 20px;
}

#login-forgot {
  position: absolute;
  right: 30px;
  bottom: 168px;
}

#login-forgot a { color: #999; font-size: 14px; }
#login-forgot a:hover { color: #111}

#gk-popup-login .button.full {
  clear: both;
  width: 95%;
}
/*---------------------------------
2. Header
----------------------------------*/
/* Logo */
.gk-logo {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0;
  text-indent: -9999px;
  text-shadow: none;
}

#avatar-logo img,
.gk-logo img {
  display: block;
  height: auto;
  max-width: 75px;
}

#gk-logo-text {
  float: left;
  font-size: 24px;
  height: 75px;
  line-height: 75px;
  margin-right: 50px;
  position: relative;
  text-transform: uppercase;
  top: 35px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  width: 1px;
  white-space: nowrap;
}

#avatar-logo + #gk-logo-text {
  top: 50px;
}

#gk-logo-text.two-lines {
  line-height: 24px;
  padding: 12px 0;
}

#gk-logo-text > span {
  display: block;
}

@media (max-height: 300px) {
  #gk-logo-text {
    display: none!important;
  }
}
/*---------------------------------
3. Post/Page elements
----------------------------------*/
/**
 * 3.1 Navigation
 * ----------------------------------------------------------------------------
 */
.nav-menu {
  margin: 0;
  padding: 0;
}
.nav-menu > li,
.nav-menu > ul > li {
  clear: none !important;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  text-transform: uppercase;
  width: auto;
}
.nav-menu > li > a:active, 
.nav-menu > li > a:focus, 
.nav-menu > li > a:hover, 
.nav-menu > li.current_page_item > a, 
.nav-menu > li.current_page_item > a:active, 
.nav-menu > li.current_page_item > a:focus, 
.nav-menu > li.current_page_item > a:hover {
  color: #d27244;
}
.nav-menu > li > a,
.nav-menu > ul > li > a {
  color: #2d2d2d;
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 13px;
  position: relative;
}
.nav-menu > li.menu-item-has-children a:before,
.nav-menu ul > li.menu-item-has-children a:before {
  bottom: 0;
  border: 10px solid #d27244;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  border-top: none;
  content: "";
  left: 32px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1001;
}
.nav-menu > li.menu-item-has-children:hover > a:before {
  opacity: 1;
}
.nav-menu > li:first-child > a {
  padding-left: 0;
}
.nav-menu > li:last-child > a {
  padding-right: 0;
}
.nav-menu > li .sub-menu,
.nav-menu ul > li .children {
  background: #d27244;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 16px 32px;
  position: absolute;
  left: -9999px;
  text-transform: none;
  width: 264px;
  z-index: 99999;
}
.nav-menu > li .sub-menu li,
.nav-menu ul > li .children li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}
.nav-menu > li .sub-menu li:first-child,
.nav-menu ul > li .children li:first-child {
  border-top: none;
}
.nav-menu > li .sub-menu li a,
.nav-menu ul > li .children li a  {
  color: #fff;
  display: block;
  line-height: 20px;
  padding: 0;
}
.nav-menu > li .sub-menu li a:active, 
.nav-menu > li .sub-menu li a:focus, 
.nav-menu > li .sub-menu li a:hover,
.nav-menu ul > li .children li a:active, 
.nav-menu ul > li .children li a:focus, 
.nav-menu ul > li .children li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.nav-menu > li .sub-menu a,
.nav-menu > li .sub-menu li,
.nav-menu ul > li .children a,
.nav-menu ul > li .children li {
  width: 100%;
}
.nav-menu > li .sub-menu .sub-menu,
.nav-menu ul > li .children .children {
  margin-left: 100px;
  margin-top: -35px;
}
.nav-menu li:hover > .sub-menu,
.nav-menu li:hover > .children {
  left: auto;
}

.menu-toggle {
  display: none;
}

/* Aside menu */
#gk-menu-button {
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}
#gk-menu-button > span {
  background: #000;
  border-radius: 6px;
  display: inline-block;
  height: 5px;
  position: relative;
  text-indent: -9999px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 5px;
}
#gk-menu-button > span:after,
#gk-menu-button > span:before {
  background: #000;
  border-radius: 6px;
  content: "";
  height: 5px;
  left: 50%;
  margin-left: -2px;
  overflow: hidden;
  position: absolute;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 5px; 
}
#gk-menu-button > span:after {
  top: 16px;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}
#gk-menu-button > span:before {
  top: 8px;
  -webkit-transition-delay: .05s;
  -moz-transition-delay: .05s;
  -ms-transition-delay: .05s;
  -o-transition-delay: .05s;
  transition-delay: .05s;
}
#gk-menu-button:hover > span,
#gk-menu-button:hover > span:after,
#gk-menu-button:hover > span:before {
  width: 32px;
}
#gk-menu-button:hover > span:after,
#gk-menu-button:hover > span:before {
  margin-left: -16px;
}
#gk-menu-button.menu-open > span:before {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
#gk-menu-button.menu-open > span {
  -webkit-transform: scale(.8) rotate(45deg);
  -moz-transform: scale(.8) rotate(45deg);
  -ms-transform: scale(.8) rotate(45deg);
  -o-transform: scale(.8) rotate(45deg);
  transform: scale(.8) rotate(45deg);
  -webkit-transition-duration: .25s;
  -moz-transition-duration: .25s;
  -ms-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  width: 32px;
}
#gk-menu-button.menu-open > span:after {
  background: transparent;
  display: none;
}
#gk-menu-button.menu-open > span:before {
  margin-left: -16px;
  margin-top: -8px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 32px;
}
#gk-header {
  background: #fff;
  background: -moz-linear-gradient(left, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231,231,231,1)), color-stop(9%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 100%);
}
#aside-menu {
  background: #fff;
  display: block;
  left: -270px;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 99999;
  width: 345px;
  overflow: hidden;
  right: auto;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.admin-bar #aside-menu #gk-header {
  padding-top: 32px;
}
.admin-bar #aside-menu .overthrow {
	padding-top: 48px;
}
#aside-menu .widget-title {
  padding: 0;
}
#aside-menu .widget {
  font-size: 15px;
}
#aside-menu li > ul { margin: 10px 0 37px}
#aside-menu li li > ul { margin: 0 !important}
#aside-menu li {
  font-size: 17px;
  font-weight: 600;
  padding: 3px 0; 
  text-transform: uppercase;
}

#aside-menu li li {
  font-size: 15px;
  font-weight: 400;
  padding: 3px 0;
  text-transform: none;
}

#aside-menu li li li {
  border-left: 1px solid #ccc;
  font-weight: 300;
  padding-left: 20px;
}

#aside-menu li a {
  color: #444;
}
#aside-menu li li a {
  color: #666;
}
#aside-menu li a.active,
#aside-menu li a:active,
#aside-menu li a:focus,
#aside-menu li a:hover {
  color: #e45425;
}

#close-menu {
  cursor: pointer;
  font-size: 26px;
  opacity: 0;
  padding-right: 8px;
  position: fixed;
  right: 0px;
  top: 24px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 100002;
}
#close-menu.menu-open {
  opacity: 1.0;
  right: 10px;
}

#aside-menu > div.overthrow {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 300px;
  padding: 16px 57px 16px 37px;
  min-width: 280px;
  max-width: 100%;
}

#aside-menu > div.overthrow::-webkit-scrollbar { 
  width: 0!important; 
}

#gk-header {
  left: 270px;
}

/* Android fix */
.android-stock-browser #aside-menu {
  height: auto;
  min-height: 100%;
  position: absolute;
}
.android-stock-browser #aside-menu > div {
  height: auto;
  min-height: 100%;
}

/**
 * 3.2 Content
 * ----------------------------------------------------------------------------
 */
.author .author-info {
  width: 100%;
}

.author .author-info img {
  float: left;
}

.author-details {
  margin-left: 180px;
}

.author-details > h1 {
  font-size: 24px;
}

.author-details p {
  color: #888;
  font-size: 18px;
  line-height: 1.6;
  margin: 10px 0;
}

.entry-tags {
  border-top: 1px solid #e5e5e5;
  clear: both;
  color: #999;
  line-height: 2.3;
  margin: 10px 0;
  padding: 30px 0;
  overflow: hidden;
}

.entry-tags strong {
  float: left;
  font-weight: normal;
}
.entry-tags a {
  float: left;
  font-size: 18px;
  margin: 1px 0 0 8px;
  padding: 0 !important;
}
.entry-tags a:after {
  content: ",";
}
.entry-tags a:last-child:after {
  display: none;
}

/* Related items */
.entry-related {
  text-align: center;
}

.entry-related h3 {
  border-top: 1px solid #e5e5e5;
  color: #111;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 0!important;
  padding: 60px 0 30px;
  text-align: center;
  text-transform: uppercase;
}

.entry-related a {
  border-left: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 0 30px !important;
  width: 20%;
}

.entry-related a:first-of-type {
  border-left: 0;
}

.entry-related a strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  width: 100%;
}

.entry-related img {
  display: block;
  margin: 0 0 10px;
}

/**
 * 3.3 Entry Header
 * ----------------------------------------------------------------------------
 */
.entry-header,
.page-header {
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.single .entry-header,
.page-header {
  margin: -75px -75px 0;
  overflow: hidden;
  position: relative;
  width: auto;
}

.entry-header time {
  color: #999;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.entry-title,
.page-title {
  font-size: 62px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0;
  padding: 16px 0;
  text-align: left;
  text-transform: uppercase;
}

.page-header + .entry-content {
  margin-top: 64px;
}
.page-header.no-image + .entry-content {
  margin: 50px 0;
} 

.single .entry-title,
.page-title {
  bottom: 80px;
  color: #fff;
  left: 0;
  line-height: 1;
  padding: 32px 75px;
  position: absolute;
}

.single-page > header.no-image {
  padding: 86px 75px 0 75px;
}

.item-block .entry-title {
  margin: 0 0 15px;
  padding: 0;
  text-transform: none;
}

.single .entry-title:before,
.page-title:before {
  background: #e45245;
  content: "";
  height: 2px;
  left: 75px;
  position: absolute;
  top: 0;
  width: 200px;
}

.single-page > .entry-header.no-image .entry-title:before,
.page-header.no-image .page-title:before {
  left: 0;
  top: -10px;
}
.page-header.no-image .page-title:before {
  top: -42px;
}

.single-page > .entry-header.no-image .entry-title,
.page-header.no-image .page-title {
  bottom: 0;
  color: #111;
  padding: 32px 0 100px 0;
  position: relative;
}

.page-header.no-image {
  margin: 0;
  padding-top: 68px;
}

.page-header.no-image .page-title {
  padding: 0;
}

.entry-title.sticky + sup,
.image-block sup,
.archive .image-block sup,
.search .image-block sup {
  background: #00aeef;
  color: #fff;
  display: block;
  float: right;
  font-size: 10px;
  font-weight: 600;
  height: 23px;
  line-height: 24px;
  padding: 0 10px !important;
  position: absolute;
  right: 75px;
  text-transform: uppercase;
  top: 75px;
}

.archive .image-block,
.search .image-block {
  position: relative;
}

.image-block sup {
  right: 125px;
  top: 125px;
}

.archive .entry-title {
  font-size: 32px;
}

.item-author {
  float: left;
  margin: -64px 0 0 0;
  min-width: 350px;
  padding: 85px 0 0 0;
  position: relative;
  z-index: 1;
}

.item-author > span {
  color: #a8a8a8;
  display: block;
  font-size: 18px;
  line-height: 1;
}
.item-author img {
  float: left;
  height: auto;
  margin: -85px 22px 0 0;
  width: auto;
}
.search .item-author, .archive .item-author {
  padding: 0 0 52px 0;
}
.entry-header + .item-author {
  margin-top: -30px !important;
}

.item-info {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 64px 0;
  padding: 0 0 40px 0;
}
.item-info li {
  display: inline-block;
  padding: 0 10px;
}

.item-info > span,
.item-info > time {
  color: #a8a8a8;
  float: right;
  font-size: 15px;
  margin: 21px 0 0 60px;
}
.item-info > span > i, 
.item-info > time > i {
  color: #e45245;
  font-size: 24px;
  margin: 0 14px 0 0;
  position: relative;
  top: 6px;
}

.author-url {
  font-size: 13px;
  line-height: 2;
}
.author-url a {
  font-size: 13px;
  line-height: 2;
  padding: 0 0 0 12px;
  position: relative;
}
.author-url a:before {
  border: 1px solid #e45245;
  border-left: none;
  border-bottom: none;
  content: "";
  display: block;
  height: 5px;
  left: 3px;
  top: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  position: absolute;
}
.author-url a:after {
  background: #e45245;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  top: 9px;
  width: 8px;
  position: absolute;
}



/**
 * 3.4 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-thumbnail {
  margin: 0;
}
.single .entry-thumbnail:after,
.page .entry-thumbnail:after {
  content: " ";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.entry-thumbnail img {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
}
.entry-thumbnail:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.gk-image-caption {
  bottom: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  padding: 0;
  position: absolute;
  right: 75px;
  text-align: right;
  text-shadow: 0 0 1px rgba(0,0,0,.5);
}
.gk-image-caption > span {
  display: block;
  line-height: 1.4;
}

.edit-link a:before {
  content: "\f040";
  font-family: FontAwesome;
  margin-right: 5px;
}

.image-block + .item-block {
  background: #fff;
  margin: -55px 55px 0;
  padding: 35px 55px 0;
  position: relative;
}

.item-block + .entry-summary {
  margin-left: 55px;
  margin-right: 55px;
  padding-left: 55px;
  padding-right: 55px;
}

.item-block.no-image,
.item-block.no-image + .entry-summary{
  margin: 0!important;
  padding: 0!important;
}

.item-block > time,
.item-block > span {
  color: #a8a8a8;
  font-size: 14px;
  line-height: 1;
  text-align: left;
}

/* Page links */
.page-links {
  clear: both;
  font-size: 13px;
  font-weight: normal;
  line-height: 2.2;
  margin: 20px 0;
}

.page-links a,
.page-links > span {
  background: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
  border: none;
  color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
  background: #fff;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
  background: none;
}

.page-links .page-links-title {
  background: transparent;
  border: none;
  margin-right: 20px;
  padding: 0;
}

/* Media elements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}

.entry-social-sharing {
  clear: both;
  padding: 24px 0 32px;
  text-align: center;
}

.entry-social-sharing > div {
  display: inline-block;
  margin: 0 12px;
  vertical-align: top;
}

/**
 * 3.5 Galleries
 * ----------------------------------------------------------------------------
 */
.gallery {
  margin: 20px auto;
  width: 100%;
}

.gallery-item {
  float: left;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 4px 4px 0;
  position: relative;
}
.gallery-item a,
.gallery-item img {
  display: block;
  height: auto;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.333333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.666666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.285714%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.111111%;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 4px;
  color: #fff;
  font-size: 14px;
  left: 0;
  line-height: 1.3;
  margin: 0 !important;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px 6px 8px;
  position: absolute;
  right: 4px;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.gallery-caption:before {
  display: none;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * 3.6 Post Formats
 * ----------------------------------------------------------------------------
 */
.format {
  color: #a8a8a8;
  display: block;
  font-family: FontAwesome!important;
  font-size: 18px !important;
  font-style: normal !important;
  height: 29px;
  line-height: 1.5 !important;
  margin: 0;
  position: relative;
  top: 4px;
  width: 26px;
}

.item-block .format {
  display: inline-block;
  left: 0;
  position: relative;
  top: 0;
}

#content > .format-aside > aside > time,
#content > .format-audio > aside > time,
#content > .format-chat > aside > time,
#content > .format-gallery > aside > time,
#content > .format-image > aside > time,
#content > .format-link > aside > time,
#content > .format-quote > aside > time,
#content > .format-status > aside > time,
#content > .format-video > aside > time {
  padding-bottom: 0;
}

.gk-format-aside:before {
  content: "\f0f6";
}

.gk-format-audio:before {
  content: "\f001";
}

.gk-format-chat:before {
  content: "\f086";
}

.gk-format-gallery:before {
  content: "\f00a";
}

.gk-format-image:before {
  content: "\f03e";
}

.gk-format-link:before {
  content: "\f0c1";
}

.gk-format-quote:before {
  content: "\f10e";
}

.gk-format-status:before {
  content: "\f073";
}

.gk-format-video:before {
  content: "\f03d";
}

/**
 * 3.7 Attachments
 * ----------------------------------------------------------------------------
 */
.full-size-link:before {
  content: none;
}

.attachment .entry-header {
  margin: 30px 0 20px!important;
}

.attachment .entry-header h1 {
  margin-bottom: 25px;
}

.attachment .comments-link {
  font-size: 15px;
}

.attachment .gk-icon-reviews {
  margin: 20px 6px 0 0;
  position: relative;
  top: 5px;
}

.attachment .item-info {
  margin: -32px 0 32px 0;
}
.attachment #image-navigation {
  height: 100px;
  padding: 30px 0 0 0;
  text-align: center;
}
.attachment .entry-attachment .attachment {
  display: block;
}
.attachment .entry-attachment .attachment a {
  display: block;
}
.attachment .entry-attachment .attachment img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.attachment #comments {
  margin-top: 20px;
}

/**
 * 3.8 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.navigation {
  clear: both;
  margin: 0 0 20px 0;
  text-align: center;
}

.paging-navigation .nav-links {
  display: inline-block;
}

.nav-links > div {
  display: inline;
}

.paging-navigation a {
  border: 1px solid #e45425;
  color: #e45245;
  font-size: 16px;
  padding: 10px 22px;
}

.paging-navigation a:active,
.paging-navigation a:focus,
.paging-navigation a:hover {
  border: 1px solid #999;
  color: #4c4c4c;
}

/**
 * 3.9 Author Bio
 * ----------------------------------------------------------------------------
 */
.author-page .author-info {
  border-bottom: 1px solid #e5e5e5;
  float: none;
  margin: 0 auto 52px auto;
  padding: 0 0 10px 0;
  width: 60%;
}
.author-page .author-info img {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: block;
  margin: 0 auto 36px;
  overflow: hidden;
  padding: 3px;
}
.author-page .author-info p a {
  display: block;
  text-align: center;
}

/**
 * 3.10 Archives
 * ----------------------------------------------------------------------------
 */
.search .bigtitle,
.archive .bigtitle {
  padding: 0 0 20px 0;
}
.search .category-image-wrap,
.archive .category-image-wrap {
  margin: 0 auto 24px auto;
}
.search .category-image-wrap img,
.archive .category-image-wrap img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.home .post,
.home .page,
.search .post,
.search .page,
.archive .post,
.archive .page {
  margin-bottom: 100px !important;
}

/* article columns */
.gk-two-columns {
  float: left;
  width: 50%;
}

.gk-two-columns:nth-child(2n+1) {
  clear: both;
  padding-right: 10px
}

.gk-two-columns:nth-child(2n+2) {
  padding-left: 10px;
}

.gk-two-columns .entry-title {
  font-size: 28px;
}

/**
 * 3.11 Search Results/No posts
 * ----------------------------------------------------------------------------
 */
#gk-search > div {
  padding: 0 0 45px 0;
}

.page-content {
  background: #fff;
  padding: 40px;
  text-align: center;
}

.search-form {
  text-align: center;
}
.search-form .search-submit {
  display: inline-block;
  float: none;
}
#gk-search-content .search-form .search-field {
  height: 49px!important;
}

#gk-search-content {
  float: none;
  margin: 10px auto 70px;
}


/**
 * 3.12 404 Page
 * ----------------------------------------------------------------------------
 */
.error404 .entry-title span {
  display: block;
  padding: 65px 65px 20px 65px;
  position: relative;
}

.error404 .bigtitle {
  margin-top: 100px;
  text-align: center;
}

.error404 .page-content {
  margin-bottom: 100px
}

/**
 * 3.13 Comments
 * ----------------------------------------------------------------------------
 */
#comments {
  border-top: 6px solid #e5e5e5;
  clear: both;
  margin: 90px 0 0;
  padding: 30px 0 0;
  position: relative;
}
#comments .no-password {
  margin-top: 0;
}

.comment-post-author {
  background: #010101;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  margin: 0 0 0 5px;
  padding: 2px 5px;
  position: relative;
  top: -1px;
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.comments-title,
.comment-reply-title {
  line-height: 1.2;
  margin: 0;
  padding: 16px 0;
}

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

.comment-list .children {
  margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.comment-list > li:last-child:after {
  display: none;
}

.comment-body {
  font-size: 18px;
  margin: 24px 0 0;
  padding: 18px;
  position: relative;
}

.comment-list > li:nth-child(even) > article {
  background: #f5f5f5;
}

.comment-content p {
	line-height: 1.6;
  margin: 1em 0;
}

.bypostauthor {
  line-height: inherit;
}

.comment-author > img {
  display: block;
  float: left;
  margin-right: 10px;
  padding: 4px;
}

.comment-author .avatar {
  display: block;
}
.comment-author .fn {
  word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login,
.comment-list .edit-link {
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
}

.comment-reply-link {
  float: right;
}

.says {
  display: none;
}

.comment-list .edit-link {
  float: right;
  margin-left: 20px;
}

.comment-author {
  position: absolute;
}

.comment-content-wrapper {
  margin: 0 0 0 92px;
  padding: 10px;
}

.comment-metadata {
  font-size: 14px;
  margin-bottom: 0;
}
.comment-metadata > * {
  text-align: center;
}
.comment-metadata > a {
  float: right;
}
.comment-metadata > strong.fn {
  font-weight: 500;
  margin: 0 12px 0 0;
}

.ping-meta {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 2;
}

.comment-awaiting-moderation:before {
  content: "\f071";
  font-family: FontAwesome;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f112";
  font-family: FontAwesome;
  margin-right: 3px;
}

/* Comment form */
.comment-respond {
  padding: 30px 0 0;
  overflow: hidden;
}

.comment .comment-respond {
  margin-bottom: 20px;
  padding: 20px 0;
}

.comment-reply-title small a {
  color: #131310;
  display: inline-block;
  float: right;
  height: 22px;
  overflow: hidden;
  width: 26px;
}
.comment-reply-title small a:hover {
  text-decoration: none;
}
.comment-reply-title small a:before {
  content: "\f057";
  font-family: FontAwesome;
  font-size: 20px;
  margin-right: 10px;
  vertical-align: top;
}

.comment-form .comment-notes {
  color: #aaa;
  font-size: 13px;
  margin: 0 0 32px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin: 0;
}
.comment-form label {
  display: block;
  clear: both;
  padding: 12px 0 10px;
}
.comment-form .required {
  color: #ed331c;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}
.comment-form textarea {
  width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
  color: #686758;
  font-size: 12px;
}

.form-allowed-tags code {
  display: block;
  font-size: 10px;
  margin: 3px 0;
}

.comment-list .pingback,
.comment-list .trackback {
  padding-top: 24px;
}

.comment-navigation {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto;
  max-width: 604px;
  padding: 20px 0 30px;
  width: 100%;
}

.no-comments {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 40px 0;
}



/**
 * 3.14. Page templates
 * ----------------------------------------------------------------------------
 */
/* Columns in the content */
.gk-cols {
  margin: 0 -20px;
  width: auto;
}

.gk-cols:after {
  clear: both;
  content: "";
  display: table;
}

.gk-cols > div {
  float: left;
  padding: 0 20px;
}

.gk-cols[data-cols="2"] > div {
  width: 50%;
}

.gk-cols[data-cols="3"] > div {
  width: 33.333333%;
}

.gk-cols[data-cols="4"] > div {
  width: 25%;
}

.gk-cols[data-cols="5"] > div {
  width: 20%;
}

/**
 * 3.15 Typography
 * ----------------------------------------------------------------------------
 */
/* Contet elements */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6 {
  margin: 100px 0 30px 0;
}

.entry-content ul li,
.entry-summary ul li {
  list-style: none;
  overflow: inherit;
  padding: 2px 0 2px 28px;
  position: relative;
}

.entry-summary {
  font-size: 18px
}

.entry-content ul li:before,
.entry-summary ul li:before {
  border-radius: 2px;
  background: #111;
  content: "";
  font-size: 13px;
  height: 10px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 10px;
}
.entry-content ul.the-icons li:before {
  display: none;
}
.entry-content ul.gk-bullet2 li:before {
  background: #fff;
  border: 1px solid #999;
}
.entry-content ul.gk-bullet3 li:before {
  background: #e45245;
}
.entry-content ul.gk-bullet4 li:before {
  background: #fff;
  border: 1px solid #e45245;
}

.entry-content ul ul,
.entry-summary ul ul {
  padding-left: 20px;
}

.entry-content table,
.entry-summary table {
  border: 1px solid #e5e5e5;
}

.entry-content td,
.entry-summary td {
  border: 1px solid #e5e5e5;
  padding: 5px;
}

.entry-content th,
.entry-summary th {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  font-weight: bold;
  padding: 5px;
}

.entry-content,
.entry-summary {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

blockquote {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .11);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .11);
  box-shadow: 0 0 10px rgba(0, 0, 0, .11);
  color: #4c4c4c;
  display: block;
  font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 30px 0;
    padding: 30px 70px 20px 110px;
    position: relative;
    text-align: left;
}

blockquote:before {
    color: #ddd;
    content: "“";
    font-size: 72px;
    font-style: normal;
    line-height: 0.1;
    position: absolute;
    left: 36px;
    top: 76px;
}
blockquote:after {
  color: #ddd;
  content: "”";
  display: inline-block;
  font-size: 72px;
  font-style: normal;
  line-height: 0.1;
  padding: 0 0 0 15px;
  position: absolute;
  bottom: 40px;
  right: 36px;
}
blockquote strong {
  color: #000;
  display: block;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 10px 0 0 0;
}
blockquote.gk-blockquote1:before,
blockquote.gk-blockquote1:after { 
  color: #e45245; 
}

.entry-content dt,
.entry-summary dt {
  font-weight: bold;
}

.entry-content dd,
.entry-summary dd {
  margin: 5px 0;
}

.entry-content address p,
.entry-summary address p {
  margin: 5px 0;
}

.entry-content acronym,
.entry-summary acronym {
  border-bottom: 1px dotted;
}

.entry-content q,
.entry-summary q {
  color: #999;
  font-style: italic;
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}

.map .widget img {
  max-width: inherit;
}

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
  display: block;
  height: auto;
  max-width: 100%;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

img.alignleft {
  margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

img.alignright {
  margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #aaa;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  margin: 5px 0 10px 0;
  text-align: center;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

/*
 * Other common typography elements
 */
.site-content > .bigtitle {
  background: #f5f5f5;
  margin: 0 0 64px 0;
  padding: 50px;
  position: relative;
}

.site-content > .bigtitle  span {
  font-size: 36px;
}

.site-content > .bigtitle small {
  color: #888;
  display: block;
  font-size: 18px;
  line-height: 1.6;
  margin: 10px 0;
}

.site-content > .bigtitle sup {
  font-size: 18px;
}

.bigtitle.no-desc {
  margin-bottom: 40px;
}
p.gk-info,
p.gk-tips,
p.gk-warning {    
  font-size: 18px;   
  padding: 12px 12px 12px 66px;
  position: relative;
}

p.gk-info {
        background-color: #f8f8f8;
        color: #272727;
}
p.gk-tips {
        background-color: #FFFFDD;
        color: #272727;
}
p.gk-warning {
        background-color: #e45245;
        color: #fff;
}
p.gk-info:before,
p.gk-tips:before,
p.gk-warning:before {
        font-family: FontAwesome;
        font-size: 24px;
        position: absolute;
        top: 5px;
        left: 22px;
}
p.gk-info:before {
        color: #272727;
        content: "\f0e6";
}
p.gk-tips:before {
        color: #272727;
        content: "\f0eb";
}
p.gk-warning:before {
        color: #fff;
        content: "\f057";
}
.gk-highlight1,
.gk-highlight2 {
        cursor: default;
        padding: 1px 5px;
        text-shadow: none
}
.gk-highlight1 { background: #ffd }
.gk-highlight2 { background: #f5f5f5; }
.entry-content pre,
.entry-content code {
  background: #f5f5f5;
  border-left: 5px solid #e45245;
  color: #4c4c4c;
  font: 300 18px/1.4 'Curier New', monospace!important;
  margin: 36px 0!important;
  padding: 40px 90px;
  position: relative;
}
pre:after {
  background: #fff;
  color: #e45245;
  content: "</>";
  font-size: 16px;
  font-weight: bold;
  padding: 6px 10px;
  position: absolute;
  right: 0;
  top: 0;
}

p.numblocks {
  font-size: 18px;
  line-height: 1.6;
    margin: 0 0 32px;
    min-height: 48px;
    padding: 0 0 0 62px !important;
    position: relative
}

p.numblocks em {
  display: block;
  line-height: 1;
  margin: 0 0 3px 0;
}
p.numblocks span {
    border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    display: block;
    font-size: 18px;
    font-weight: 600;
    height: 36px;
    left: 0;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 36px;
}
p.num-2 span {
    color: #e45245;
    border-color: #e45245;
}
p.num-2 em {
  color: #e45245;
}
p.numblocks span.highlight {
        border-right: none;
        display: inline;
        font-size: 15px;
        position: static;
        width: auto
}

.gk-block-text-left,
.gk-block-text-right,
.gk-block-text-center {
        color: #e45245;
        display: block;
        font-style: italic;
        font-size: 24px;
        font-weight: 400;
        line-height: 170%;
        padding: 25px;
        width: 32%
}
.gk-block-text-left {
        float: left;
        margin-left: -40px;
        padding-left: 0;
        text-align: left
}
.gk-block-text-right {
        float: right;
        margin-right: -40px;
        padding-right: 0;
        text-align: right
}
.gk-block-text-center {
        margin: 0 auto;
        text-align: center;
        width: 60%;
}

/**
 * 4. Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 50px 0;
  word-wrap: break-word;
}
.widget .widget-title,
.gk-popup-wrap > h3 {
  color: #111;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 24px 0;
  text-transform: uppercase;
}

.gk-popup-wrap > h3 + p {
  font-size: 15px;
}
.widget ul,
.widget ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget li {
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
  padding: 7px 0;
}
.widget li a {
  line-height: 1.0;
}
.widget li:last-child {
  border-bottom: none;
}
.widget li > ul, .widget li > ol {
  margin-left: 20px;
}

/* Search widget */
.widget .search-form {
  text-align: left;
}
.widget .search-form .search-submit {
  display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
  display: block;
}
.widget_rss .rss-date,
.widget_rss li > cite {
  color: #aaa;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
  border: 0;
  border-collapse: collapse;
  border-spacing: 1px;
}
.widget_calendar caption {
  font-size: 14px;
  margin: 0;
}
.widget_calendar th,
.widget_calendar td {
  border: 1px solid #eee;
  padding: 0;
  text-align: center;
}
.widget_calendar th {
  background: #f5f5f5;
  color: #000;
  font-weight: 600;
}
.widget_calendar td {
  padding: 3px 7px;
  text-align: center;
}
.widget_calendar a {
  display: block;
}
.widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.5);
}

/* Other */
select {
  max-width: 100%;
}

.tagcloud a {
  margin: 5px;
  vertical-align: middle;
}

.widget widget_rss li {
  padding: 10px 0;
}


/**
 * 4.1 Widget styles
 * ----------------------------------------------------------------------------
 */
 /* suffix advertisement */
 .widget.advertisement .widget-title {
  background: transparent;
  border-bottom: 1px solid #ddd;
  color: #999!important;
  font-size: 12px!important;
  font-weight: 300;
  line-height: 16px;
  margin: 0 0 16px 0;
  min-height: 21px;
  padding: 0;
  text-align: right;
  text-transform: uppercase;
}

/* suffix light */
.widget.light {
  background: #fff;
  border: none;
  padding: 32px !important;
}

/* suffix dark */
.widget.dark {
  background: #000;
  border: none;
  color: #999;
  padding: 32px !important;
}

.widget.dark .widget-title {
  background: transparent !important;
  line-height: 1.2;
}

.widget.clear {
  margin: 0!important;
  padding: 0!important;
}

.widget.dark h1,
.widget.dark h2,
.widget.dark h3,
.widget.dark h4,
.widget.dark h5,
.widget.dark h6 {
  color: #fff;
}

.widget.dark ul {
  margin: 0;
  padding: 0;
}

.widget.dark ul li {
  border-bottom: 1px solid #555;
  font-size: 15px;
  position: relative;
}

.widget.dark ul li:last-child {
  border-bottom: none;
}

.widget.dark a {
  color: #dddddd;
}

.widget.dark ul ul {
  margin: 0 0 0 20px;
}
/* suffix menu */
.menu li a {
  color: #000;
  display: inline-block;
  font-size: 15px;
  padding: 8px 0;
}
.menu li a:hover {
  color: #e45425;
  padding-left: 10px;
}
.box.menu li li a {
  color: #666;
  font-weight: normal
}

/**
 * 4.2 GK News Show Pro
 * ----------------------------------------------------------------------------
 */
.gk-nsp {
  position: relative;
}

.gk-nsp-arts,
.gk-nsp-links,
.gk-title-overlay {
  overflow: hidden;
}

.gk-nsp-arts-nav,
.gk-nsp-links-nav {
  overflow: hidden;
  clear: both;
}

.gk-nsp-links-nav {
  float: right;
}

.gk-nsp-arts-nav {
  position: absolute;
  right: 0;
  padding: 0 3px;
  top: -43px;
}

.gk-nsp-arts-nav ul,
.gk-nsp-links-nav ul {
  list-style-type: none;
  margin: 3px 0 0;
  padding: 0;
  float: left;
}

.gk-nsp-arts-nav ul li,
.gk-nsp-links-nav ul li {
  border: 1px solid #d5d5d5!important;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  float: left;
  height: 12px;
  margin: 3px 4px 0 0 !important;
  padding: 0;
  text-indent: -999em;
  width: 12px;
}
.gk-nsp-arts-nav ul li.active,
.gk-nsp-links-nav ul li.active,
.gk-nsp-arts-nav ul li:hover,
.gk-nsp-links-nav ul li:hover {
  border-color: #e45425!important;
}

.gk-nsp-next,
.gk-nsp-prev {
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 4px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-indent: -9999px;
  width: 12px;
}


.gk-nsp-next:after,
.gk-nsp-prev:after {
  border: 1px solid #d5d5d5;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 12px;
}

.gk-nsp-next:after {
  left: -6px;
}

.gk-nsp-prev:after {
  left: 6px;
}

.gk-nsp-next:hover:after,
.gk-nsp-prev:hover:after {
  border-color: #e45425;
}

.gk-nsp-art-page {
  float: left;
}

.gk-nsp-art {
  float: left;
}

.gk-nsp-art:first-child {
  border-top: none;
}

.gk-nsp-art div {
  overflow: hidden;
}

.gk-nsp-art .gk-nsp-image {
  border: none;
  display: block;
}

.gk-nsp-header {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: 10px 0;
  text-transform: none;
}
.gk-nsp-header a {
  color: #1b1d1e;
}
.gk-nsp-header a:active, .gk-nsp-header a:focus, .gk-nsp-header a:hover {
  color: #d27244 !important;
}

.gk-nsp-image {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.gk-nsp-image:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.gk-nsp-image-wrap {
  overflow: hidden;
}

.gk-nsp-text {
  color: #4c4c4c;
  display: block!important;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding: 0!important;
}

.gk-nsp-text + .readon {
  display: block;
  margin: 16px 0 0 0 !important;
}

.gk-nsp-text + .gk-nsp-info {
  margin: 6px 0 10px 0 !important;
}

.gk-nsp-info {
  color: #a8a8a8;
  display: block!important;
  font-size: 13px;
  margin: 0;
  padding: 8px 0;
}

.gk-nsp-info > a,
.gk-nsp-info > span {
  padding-left: 3px;
}

.gk-nsp-info > a:first-child,
.gk-nsp-info > span:first-child {
  padding-left: 0;
}

.gk-nsp-info .amount {
  font-size: 10px;
}

.readon {
  float: right;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.readon.left, .readon.right, .readon.center {
  clear: both;
}
.readon.left {
  float: left;
}
.readon.right {
  float: right;
}
.readon.center {
  display: inline;
  float: none;
}

.gk-nsp-arts + .gk-nsp-links {
  border-top: 1px solid #e5e5e5;
}

.gk-nsp-links ul {
  float: left;
  list-style-type: none;
  padding: 0;
}
.gk-nsp-links ul li {
  display: table;
  margin: 0;
  padding: 16px 0;
  width: 100%;
}
.gk-nsp-links ul li .gk-nsp-link-header {
  color: #1b1d1e;
  font-size: 16px;
  margin: 0 0 6px;
}
.gk-nsp-links ul li .gk-nsp-link-header a {
  color: #1b1d1e;
}
.gk-nsp-links p {
  color: #999;
  font-size: 14px;
  margin: 0 !important;
}

.gk-nsp-image-wrap {
  float: left;
}

.gk-responsive {
  line-height: 1;
}

img.gk-responsive {
  width: 100%;
  height: auto;
}

.gk-responsive {
  display: block;
  position: relative;
}

.gk-image-link {
  display: block;
  overflow: hidden;
}

.gk-nsp-image {
  max-width: 100%;
}

.gk-nsp-arts,
.gk-nsp-links {
  clear: both;
  width: 100%;
}

.gk-nsp-art,
.gk-nsp-arts-page {
  float: left;
}

.gk-nsp-pages-1 {
  width: 100%;
}

.gk-nsp-pages-2 {
  width: 200%;
}

.gk-nsp-pages-3 {
  width: 300%;
}

.gk-nsp-pages-4 {
  width: 400%;
}

.gk-nsp-pages-5 {
  width: 500%;
}

.gk-nsp-pages-6 {
  width: 600%;
}

.gk-nsp-pages-7 {
  width: 700%;
}

.gk-nsp-pages-8 {
  width: 800%;
}

.gk-nsp-pages-9 {
  width: 900%;
}

.gk-nsp-pages-10 {
  width: 1000%;
}

.gk-nsp-cols-1 {
  width: 100%;
}

.gk-nsp-cols-2 {
  width: 50%;
}

.gk-nsp-cols-3 {
  width: 33.333333%;
}

.gk-nsp-cols-4 {
  width: 25%;
}

.gk-nsp-cols-5 {
  width: 20%;
}

.gk-nsp-cols-6 {
  width: 16.666666%;
}

.gk-nsp-cols-7 {
  width: 14.285714%;
}

.gk-nsp-cols-8 {
  width: 12.5%;
}

.gk-nsp-cols-9 {
  width: 11.111111%;
}

.gk-nsp-cols-10 {
  width: 10%;
}

.gk-nsp-cols-1,
.gk-nsp-cols-2:nth-child(2n+1),
.gk-nsp-cols-3:nth-child(3n+1),
.gk-nsp-cols-4:nth-child(4n+1),
.gk-nsp-cols-5:nth-child(5n+1),
.gk-nsp-cols-6:nth-child(6n+1),
.gk-nsp-cols-7:nth-child(7n+1),
.gk-nsp-cols-8:nth-child(8n+1),
.gk-nsp-cols-9:nth-child(9n+1),
.gk-nsp-cols-10:nth-child(10n+1) {
  clear: both;
}

.gk-nsp-arts-scroll,
.gk-nsp-links-scroll {
  overflow: hidden;
}

/* Rating styles */
.gk-nsp-art .gk-nsp-stars {
  display: inline-block;
  padding: 5px 10px 5px 0 !important;
}

.gk-nsp-art .gk-nsp-star-0:before,
.gk-nsp-art .gk-nsp-star-1:before {
  content: "★";
  color: #6c6c6c;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.gk-nsp-art .gk-nsp-star-1:before {
  color: #f7a834;
}

/* latest post left/right */
.latest-posts-left .gk-nsp-art,
.latest-posts-right .gk-nsp-art {
  border-top: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}
.latest-posts-left .gk-nsp-art:first-child,
.latest-posts-right .gk-nsp-art:first-child {
  border-top: none;
}
.latest-posts-left .gk-nsp-image-wrap,
.latest-posts-right .gk-nsp-image-wrap {
  float: right;
  width: 42%;
}
.latest-posts-left .gk-nsp-image-wrap {
  float: left;
}
.latest-posts-left .gk-nsp-content-wrap,
.latest-posts-right .gk-nsp-content-wrap {
  float: left;
  padding-right: 80px;
  width: 58%;
}
.latest-posts-left .gk-nsp-content-wrap {
  float: right;
  padding-left: 80px;
  padding-right: 0;
}
.latest-posts-right .gk-nsp-header {
  padding: 0;
}
.latest-posts-right .gk-nsp-info a {
  color: #a8a8a8;
}
.latest-posts-right .gk-nsp-info a:active,
.latest-posts-right .gk-nsp-info a:focus,
.latest-posts-right .gk-nsp-info a:hover {
  color: #e45245;
}

.latest-posts-right .gk-nsp-art {
  text-align: right;
}

.latest-posts-right .is-featured,
.latest-posts-left .is-featured {
  background: #00aeef;
  color: #fff;
  display: block;
  float: right;
  font-size: 10px;
  height: 23px;
  line-height: 24px;
  padding: 0 10px!important;
  text-transform: uppercase;
}

/* post-listing suffix */
.post-listing {
  max-width: 1280px;
}
.post-listing .nspArtScroll1 {
  overflow: visible;
}
.post-listing figure > a {
  float: left;
  overflow: hidden;
  width: 50%;
}
.post-listing figure img {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
}
.post-listing figure a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.post-listing figure {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .12);
  box-shadow: 0 0 6px rgba(0, 0, 0, .12);
  margin: 0;
  overflow: hidden;
  position: relative;
}
.post-listing figcaption {
  bottom: 0;
  padding: 0 35px 30px 35px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 50%;
}
.post-listing figcaption h3 {
  font-size: 18px;
}
.post-listing figcaption h3 a {
  color: #000;
}
.post-listing figcaption h3 a:active,
.post-listing figcaption h3 a:focus,
.post-listing figcaption h3 a:hover {
  color: #e45245;
}
.post-listing figcaption small {
  color: #a8a8a8;
  font-size: 13px;
  margin-top: -5px;
}
.post-listing .gk-icon-arrow {
  color: #000;
  display: block;
  font-size: 22px;
  height: 35px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 35px;
}
.post-listing .gk-icon-arrow:active,
.post-listing .gk-icon-arrow:focus,
.post-listing .gk-icon-arrow:hover {
  color: #e45245;
}
.post-listing .gk-nsp-art {
  padding: 10px!important;
}

/**
 * 4.3 GK Tabs
 * ----------------------------------------------------------------------------
 */
.none .gk-tabs {
  position: relative;
}
.none .gk-tabs-wrap {
  margin: 0;0
}
.none .gk-tabs-wrap > ol {
  border-bottom: 1px solid #d5d5d5;
  min-height: 38px;
}
.none .gk-tabs-wrap > ol li {
  border: none;
  border-bottom: 1px solid #d5d5d5!important;
  color: #aaa;
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  list-style-type: none;
  margin: 0 10px;
  padding: 0;
  position: relative;
  top: 1px;
}
.none .gk-tabs-wrap > ol li:first-child {
  margin-left: 0;
}
.none .gk-tabs-wrap > ol li:hover,
.none .gk-tabs-wrap > ol li.active,
.none .gk-tabs-wrap > ol li.active:hover {
  border-bottom: 1px solid #d27244!important;
  color: #d27244;
}
.none .gk-tabs-container {
  background: #fff;
  clear: both;
  overflow: hidden;
  position: relative;
}
.none .gk-tabs-item {
  background: #fff;
  overflow: hidden;
  padding: 24px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.none .gk-tabs-item.active {
  left: 0;
  position: relative;
  z-index: 2;
}
.none .gk-tabs-item .box {
  margin-bottom: 0 !important;
}
.none .gk-tabs-item p {
  margin-top: 0;
}
.none .gk-tabs-prev,
.none .gk-tabs-next {
  display: none;
}

/* The common part */
/* Errors */
.gk-tabs-error {
  color: #555;
  font-size: 16px;
  padding: 32px 16px;
  text-align: center;
}
.gk-tabs-error > strong {
  color: #d44;
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 100px;
  font-weight: bold;
  line-height: 100px;
}
.gk-tabs-error > small {
  font-size: 11px;
}

/* Animations */
.gk-tabs-item {
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.gk-tabs-item.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}

.gk-tabs[data-anim="scale-up"] .gk-tabs-item {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

.gk-tabs[data-anim="scale-down"] .gk-tabs-item {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}

.gk-tabs[data-anim="rotate-y"],
.gk-tabs[data-anim="rotate-x"] {
  -webkit-perspective: 1200;
  -moz-perspective: 1200;
  -ms-perspective: 1200;
  perspective: 1200;
}

.gk-tabs[data-anim="rotate-y"] .gk-tabs-item {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.gk-tabs[data-anim="rotate-x"] .gk-tabs-item {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.gk-tabs[data-anim="scale-up"] .gk-tabs-item.active,
.gk-tabs[data-anim="scale-down"] .gk-tabs-item.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.gk-tabs[data-anim="rotate-y"] .gk-tabs-item.active {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.gk-tabs[data-anim="rotate-x"] .gk-tabs-item.active {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/**
 * 5. Footer
 * ----------------------------------------------------------------------------
 */
#gk-footer {
  border-top: 1px solid #ddd;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  padding: 0;
  text-align: right;
}
#gk-footer strong {
  color: #000;
}

.menu-footer-menu-container{
  margin: 0 auto;
  padding: 15px 0;
}
.widget .menu-footer-menu-container {
  padding: 0;
}
.footer-menu a {
  color: #000;
  padding: 0 !important;
}
.footer-menu a:active, .footer-menu a:focus, .footer-menu a:hover {
  color: #e45425;
}
.footer-menu li {
  border: none;
  display: inline-block;
  float: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
  margin: 0!important;
  padding: 0 10px!important;
}

#gk-copyrights {
  border-top: 1px solid #ddd;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0 40px 0;
  position: relative;
}

#gk-copyrights p {
  margin: 0;
}

/**
 * 6. Multi-site improvements
 * ----------------------------------------------------------------------------
 */
body .mu_register {
  overflow: hidden;
  width: 100%;
}

.mu_register .mu_alert {
  margin: 0 0 32px 0;
}

body .mu_register input[type="submit"],
body .mu_register #blog_title,
body .mu_register #user_email,
body .mu_register #blogname,
body .mu_register #user_name {
  width: auto;
  font-size: inherit;
}

body #submit,
body #key {
  width: auto;
}

#activateform {
  overflow: hidden;
}

/**
 * 7. Other
 * ----------------------------------------------------------------------------
 */
/* Post passwords */
.post-password-form label {
  float: left;
}

/* Pingbacks and Trackbacks */
.pingback,
.trackback {
  padding: 0 18px;
}

/* Fix for the reCAPTCHA field */
#recaptcha_response_field {
  height: auto !important;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.gk-video-wrap {
  margin-bottom: 50px;
}

/* Frontpage - info blocks */
/* Message block */
.gk-cols .border1,
.gk-cols .border2 {
  margin: 0 !important;
  padding-bottom: 10px;
}

/* Frontpage - Portfolio Grid */

.portfolio-grid {
  overflow: hidden;
  margin: -75px;
}

.portfolio-grid.without-overlay {
  padding: 20px;
}

.portfolio-grid > .figure {
  background: #000;
  cursor: pointer;
  float: left;
  margin: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.portfolio-grid.without-overlay > .figure {
  background: transparent;
  padding: 20px;
}

.portfolio-grid.without-overlay > .figure > div {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .12);
  box-shadow: 0 0 6px rgba(0, 0, 0, .12);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.portfolio-grid.without-overlay > .figure.loaded > div > a {
  background: #000;
  overflow: hidden;
  position: relative;
}

.portfolio-grid > .figure.loading,
.portfolio-grid.without-overlay > .figure.loading > div > a {
  background: #f5f5f5 url('images/loader.gif') no-repeat center center;
}

.portfolio-grid[data-cols="1"] > .figure { width: 100%; }
.portfolio-grid[data-cols="2"] > .figure { width: 50%; }
.portfolio-grid[data-cols="3"] > .figure { width: 33.333333%; }
.portfolio-grid[data-cols="4"] > .figure { width: 25%; }
.portfolio-grid[data-cols="5"] > .figure { width: 20%; }
.portfolio-grid[data-cols="6"] > .figure { width: 16.666666%; }
.portfolio-grid[data-cols="7"] > .figure { width: 14.285714%; }
.portfolio-grid[data-cols="8"] > .figure { width: 12.5%; }
.portfolio-grid[data-cols="9"] > .figure { width: 11.111111%; }
.portfolio-grid[data-cols="10"] > .figure { width: 10%; }

.portfolio-grid[data-cols="2"] > .figure:nth-child(2n+1) { clear: both; }
.portfolio-grid[data-cols="3"] > .figure:nth-child(3n+1) { clear: both; }
.portfolio-grid[data-cols="4"] > .figure:nth-child(4n+1) { clear: both; }
.portfolio-grid[data-cols="5"] > .figure:nth-child(5n+1) { clear: both; }
.portfolio-grid[data-cols="6"] > .figure:nth-child(6n+1) { clear: both; }
.portfolio-grid[data-cols="7"] > .figure:nth-child(7n+1) { clear: both; }
.portfolio-grid[data-cols="8"] > .figure:nth-child(8n+1) { clear: both; }
.portfolio-grid[data-cols="9"] > .figure:nth-child(9n+1) { clear: both; }
.portfolio-grid[data-cols="10"] > .figure:nth-child(10n+1) { clear: both; }

.portfolio-grid > .figure a,
.portfolio-grid > .figure img {
  display: block;
  width: 100%;
}

.portfolio-grid > .figure .figcaption span > a {
  color: #a8a8a8;
  display: inline;
}

.portfolio-grid > .figure img {
  opacity: 0;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

.portfolio-grid > .figure img.image-loaded {
  opacity: 0.8;
}

.portfolio-grid > .figure img.image-not-loaded {
  opacity: 0;
  position: absolute;
  top: 100%;
}

.portfolio-grid.with-overlay .figcaption {
  background: rgba(255, 255, 255, .9);
  color: #a8a8a8;
  cursor: pointer;
  font-size: 13px;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  top: 0;
  width: 100%;
  z-index: 1;
}
.portfolio-grid.without-overlay .figcaption {
  color: #a8a8a8;
  font-size: 13px;
  padding: 20px 30px;
  text-align: center;
}
.portfolio-grid.with-overlay .figure.loaded:hover .figcaption {
  opacity: 1;
}
.portfolio-grid.with-overlay .figcaption h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.portfolio-grid.with-overlay .figure.loaded:hover .figcaption h3 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.portfolio-grid.without-overlay .figcaption h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.portfolio-grid.with-overlay .figcaption > div > span {
  position: relative;
  -webkit-transform: translateY(45px);
  -moz-transform: translateY(45px);
  -ms-transform: translateY(45px);
  -o-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition-delay: .05s;
  -moz-transition-delay: .05s;
  -ms-transition-delay: .05s;
  -o-transition-delay: .05s;
  transition-delay: .05s;
}
.portfolio-grid.with-overlay .figure.loaded:hover .figcaption > div > span {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.portfolio-grid .figcaption time + span:before {
  content: ", ";
}
.portfolio-grid.with-overlay .figcaption > div {
  bottom: 0;
  height: 35%;
  padding: 0 20px;
  position: absolute;
  width: 100%;
}
.portfolio-grid.with-overlay .figcaption:before,
.portfolio-grid.without-overlay .figure.loaded > div > a:before {
  color: #111;
  content: "o";
  font-family: 'writer-pixellove';
  font-size: 24px;
  height: 28px;
  left: 50%;
  margin: -14px 0 0 -14px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  width: 28px;
  z-index: 2;
}
.portfolio-grid.with-overlay .figcaption:before {
  top: 40%;
}
.portfolio-grid.with-overlay .figure.loaded:hover .figcaption:before,
.portfolio-grid.without-overlay .figure.loaded:hover > div > a:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-grid.without-overlay .figure.loaded > div > a:after {
  background: rgba(255, 255, 255, .9);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  width: 100%;
  z-index: 1;
}
.portfolio-grid.without-overlay .figure.loaded:hover > div > a:after {
  opacity: 1;
}

/* Photo overlay */
.gk-photo-overlay {
  background: rgba(0, 0, 0, .6) url('images/gallery_preloader.gif') no-repeat center center;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
  z-index: 10000000;
}
.gk-photo-overlay.active {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gk-photo-overlay img {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, .5);
  box-shadow: 0 0 50px rgba(0, 0, 0, .5);
  display: block;
  height: auto;
  left: 50%;
  max-height: 95%;
  max-width: 95%;
  opacity: 1;
  position: fixed;
  top: 50%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  width: auto;
}
.gk-photo-overlay img.loading {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(.8);
  -ms-transform: translateX(-50%) translateY(-50%) scale(.8);
  -o-transform: translateX(-50%) translateY(-50%) scale(.8);
  transform: translateX(-50%) translateY(-50%) scale(.8);
}
.gk-photo-overlay-prev,
.gk-photo-overlay-next {
  border: 2px solid #fff;
  border-right: none;
  border-bottom: none;
  cursor: pointer;
  display: block;
  left: 100px;
  height: 60px;
  margin-top: -30px;
  opacity: 0;
  position: fixed;
  top: 50%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 60px;
  z-index: 1;
}
.gk-photo-overlay-prev.active {
  left: 50px;
  opacity: 1;
}
.gk-photo-overlay-next.active {
  opacity: 1;
  right: 50px;
}
.gk-photo-overlay-prev:active,
.gk-photo-overlay-prev:focus,
.gk-photo-overlay-prev:hover,
.gk-photo-overlay-next:active,
.gk-photo-overlay-next:focus,
.gk-photo-overlay-next:hover {
  border-color: #e45245;
}
.gk-photo-overlay-next {
  left: auto;
  right: 100px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);  
}
.gk-photo-overlay::selection,
.gk-photo-overlay img::selection {
  background: transparent;
}
.gk-photo-overlay::-moz-selection,
.gk-photo-overlay img::-moz-selection {
  background: transparent;
}

/* Mobile devices */
@media (max-width: 1920px) {
  .portfolio-grid {
    margin: -50px;
  }

  .portfolio-grid.without-overlay {
    margin: -75px;
  }
  
  .portfolio-grid[data-small-desktop-cols="1"] > .figure { width: 100%; }
  .portfolio-grid[data-small-desktop-cols="2"] > .figure { width: 50%; }
  .portfolio-grid[data-small-desktop-cols="3"] > .figure { width: 33.333333%; }
  .portfolio-grid[data-small-desktop-cols="4"] > .figure { width: 25%; }
  .portfolio-grid[data-small-desktop-cols="5"] > .figure { width: 20%; }
  .portfolio-grid[data-small-desktop-cols="6"] > .figure { width: 16.666666%; }
  .portfolio-grid[data-small-desktop-cols="7"] > .figure { width: 14.285714%; }
  .portfolio-grid[data-small-desktop-cols="8"] > .figure { width: 12.5%; }
  .portfolio-grid[data-small-desktop-cols="9"] > .figure { width: 11.111111%; }
  .portfolio-grid[data-small-desktop-cols="10"] > .figure { width: 10%; }
  
  .portfolio-grid[data-cols="2"] > .figure:nth-child(2n+1) { clear: none; }
  .portfolio-grid[data-cols="3"] > .figure:nth-child(3n+1) { clear: none; }
  .portfolio-grid[data-cols="4"] > .figure:nth-child(4n+1) { clear: none; }
  .portfolio-grid[data-cols="5"] > .figure:nth-child(5n+1) { clear: none; }
  .portfolio-grid[data-cols="6"] > .figure:nth-child(6n+1) { clear: none; }
  .portfolio-grid[data-cols="7"] > .figure:nth-child(7n+1) { clear: none; }
  .portfolio-grid[data-cols="8"] > .figure:nth-child(8n+1) { clear: none; }
  .portfolio-grid[data-cols="9"] > .figure:nth-child(9n+1) { clear: none; }
  .portfolio-grid[data-cols="10"] > .figure:nth-child(10n+1) { clear: none; }
  
  .portfolio-grid[data-small-desktop-cols="2"] > .figure:nth-child(2n+1) { clear: both; }
  .portfolio-grid[data-small-desktop-cols="3"] > .figure:nth-child(3n+1) { clear: both; }
  .portfolio-grid[data-small-desktop-cols="4"] > .figure:nth-child(4n+1) { clear: both; }
  .portfolio-grid[data-small-desktop-cols="5"] > .figure:nth-child(5n+1) { clear: both; }
  .portfolio-grid[data-small-desktop-cols="6"] > .figure:nth-child(6n+1) { clear: both; }
  .portfolio-grid[data-small-desktop-cols="7"] > .figure:nth-child(7n+1) { clear: both; }
  .portfolio-grid[data-small-desktop-cols="8"] > .figure:nth-child(8n+1) { clear: both; }
  .portfolio-grid[data-small-desktop-cols="9"] > .figure:nth-child(9n+1) { clear: both; }
  .portfolio-grid[data-small-desktop-cols="10"] > .figure:nth-child(10n+1) { clear: both; }
}

@media (max-width: 1400px) {
  .portfolio-grid.without-overlay {
    padding: 32px;
  }
  .portfolio-grid.without-overlay > .figure {
    padding: 10px;
  }
}

@media (max-width: 1280px) {
  .portfolio-grid.with-overlay .figcaption h3 {
    font-size: 16px;
  }
  
  .portfolio-grid[data-tablet-cols="1"] > .figure { width: 100%; }
  .portfolio-grid[data-tablet-cols="2"] > .figure { width: 50%; }
  .portfolio-grid[data-tablet-cols="3"] > .figure { width: 33.333333%; }
  .portfolio-grid[data-tablet-cols="4"] > .figure { width: 25%; }
  .portfolio-grid[data-tablet-cols="5"] > .figure { width: 20%; }
  .portfolio-grid[data-tablet-cols="6"] > .figure { width: 16.666666%; }
  .portfolio-grid[data-tablet-cols="7"] > .figure { width: 14.285714%; }
  .portfolio-grid[data-tablet-cols="8"] > .figure { width: 12.5%; }
  
  .portfolio-grid[data-small-desktop-cols="2"] > .figure:nth-child(2n+1) { clear: none; }
  .portfolio-grid[data-small-desktop-cols="3"] > .figure:nth-child(3n+1) { clear: none; }
  .portfolio-grid[data-small-desktop-cols="4"] > .figure:nth-child(4n+1) { clear: none; }
  .portfolio-grid[data-small-desktop-cols="5"] > .figure:nth-child(5n+1) { clear: none; }
  .portfolio-grid[data-small-desktop-cols="6"] > .figure:nth-child(6n+1) { clear: none; }
  .portfolio-grid[data-small-desktop-cols="7"] > .figure:nth-child(7n+1) { clear: none; }
  .portfolio-grid[data-small-desktop-cols="8"] > .figure:nth-child(8n+1) { clear: none; }
  .portfolio-grid[data-small-desktop-cols="9"] > .figure:nth-child(9n+1) { clear: none; }
  .portfolio-grid[data-small-desktop-cols="10"] > .figure:nth-child(10n+1) { clear: none; }
  
  .portfolio-grid[data-tablet-cols="2"] > .figure:nth-child(2n+1) { clear: both; }
  .portfolio-grid[data-tablet-cols="3"] > .figure:nth-child(3n+1) { clear: both; }
  .portfolio-grid[data-tablet-cols="4"] > .figure:nth-child(4n+1) { clear: both; }
  .portfolio-grid[data-tablet-cols="5"] > .figure:nth-child(5n+1) { clear: both; }
  .portfolio-grid[data-tablet-cols="6"] > .figure:nth-child(6n+1) { clear: both; }
  .portfolio-grid[data-tablet-cols="7"] > .figure:nth-child(7n+1) { clear: both; }
  .portfolio-grid[data-tablet-cols="8"] > .figure:nth-child(8n+1) { clear: both; }
}

@media (max-width: 840px) {
  .portfolio-grid {
    margin: -25px;
  }
  
  .portfolio-grid[data-small-tablet-cols="1"] > .figure { width: 100%; }
  .portfolio-grid[data-small-tablet-cols="2"] > .figure { width: 50%; }
  .portfolio-grid[data-small-tablet-cols="3"] > .figure { width: 33.333333%; }
  .portfolio-grid[data-small-tablet-cols="4"] > .figure { width: 25%; }
  .portfolio-grid[data-small-tablet-cols="5"] > .figure { width: 20%; }
  .portfolio-grid[data-small-tablet-cols="6"] > .figure { width: 16.666666%; }
  
  .portfolio-grid[data-tablet-cols="2"] > .figure:nth-child(2n+1) { clear: none; }
  .portfolio-grid[data-tablet-cols="3"] > .figure:nth-child(3n+1) { clear: none; }
  .portfolio-grid[data-tablet-cols="4"] > .figure:nth-child(4n+1) { clear: none; }
  .portfolio-grid[data-tablet-cols="5"] > .figure:nth-child(5n+1) { clear: none; }
  .portfolio-grid[data-tablet-cols="6"] > .figure:nth-child(6n+1) { clear: none; }
  .portfolio-grid[data-tablet-cols="7"] > .figure:nth-child(7n+1) { clear: none; }
  .portfolio-grid[data-tablet-cols="8"] > .figure:nth-child(8n+1) { clear: none; }
  
  .portfolio-grid[data-small-tablet-cols="2"] > .figure:nth-child(2n+1) { clear: both; }
  .portfolio-grid[data-small-tablet-cols="3"] > .figure:nth-child(3n+1) { clear: both; }
  .portfolio-grid[data-small-tablet-cols="4"] > .figure:nth-child(4n+1) { clear: both; }
  .portfolio-grid[data-small-tablet-cols="5"] > .figure:nth-child(5n+1) { clear: both; }
  .portfolio-grid[data-small-tablet-cols="6"] > .figure:nth-child(6n+1) { clear: both; }
}

@media (max-width: 640px) {
  .portfolio-grid {
    margin: -15px;
  }
  
  .portfolio-grid.without-overlay {
    padding: 5px;
  }
  
  .portfolio-grid[data-mobile-cols="1"] > .figure { width: 100%; }
  .portfolio-grid[data-mobile-cols="2"] > .figure { width: 50%; }
  .portfolio-grid[data-mobile-cols="3"] > .figure { width: 33.333333%; }
  .portfolio-grid[data-mobile-cols="4"] > .figure { width: 25%; }
  
  .portfolio-grid[data-small-tablet-cols="2"] > .figure:nth-child(2n+1) { clear: none; }
  .portfolio-grid[data-small-tablet-cols="3"] > .figure:nth-child(3n+1) { clear: none; }
  .portfolio-grid[data-small-tablet-cols="4"] > .figure:nth-child(4n+1) { clear: none; }
  .portfolio-grid[data-small-tablet-cols="5"] > .figure:nth-child(5n+1) { clear: none; }
  .portfolio-grid[data-small-tablet-cols="6"] > .figure:nth-child(6n+1) { clear: none; }
  
  .portfolio-grid[data-mobile-cols="2"] > .figure:nth-child(2n+1) { clear: both; }
  .portfolio-grid[data-mobile-cols="3"] > .figure:nth-child(3n+1) { clear: both; }
  .portfolio-grid[data-mobile-cols="4"] > .figure:nth-child(4n+1) { clear: both; }
}

/* Frontpage Image Overlay */
.frontpage-image-overlay {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      box-sizing: border-box;
  float: left;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.frontpage-image-overlay > span {
  background-size: cover!important;
  background-position: center center!important;
  display: block;
  float: left;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.frontpage-image-overlay > span > span {
  background: #000;
  height: 100%;
  display: block;
  float: left;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  width: 100%;
  z-index: 2;
}
.frontpage-image-overlay:hover > span > span {
  opacity: 0.2;
}
.frontpage-image-overlay > figcaption {
  padding: 0 120px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.frontpage-image-overlay > figcaption h1 {
  font-size: 62px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 32px 0;
  position: relative;
  text-transform: uppercase;
}
.frontpage-image-overlay > figcaption h1:before {
  background: #e45245;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  width: 200px;
}
.frontpage-image-overlay > figcaption p {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  margin: 0 0 40px 0;
  opacity: .75;
}
.frontpage-image-overlay[data-textcolor="dark"] > figcaption a {
  color: #111;  
}
.frontpage-image-overlay[data-textcolor="dark"] > figcaption p {
  color: #999;
}
.frontpage-image-overlay[data-textcolor="light"] > figcaption a {
  color: #fff;  
}
.frontpage-image-overlay[data-textcolor="dark"] > figcaption .button {
	border: 1px solid #000;
}
.frontpage-image-overlay > figcaption a:active,
.frontpage-image-overlay > figcaption a:focus,
.frontpage-image-overlay > figcaption a:hover {
  color: #e45245; 
}
.frontpage-image-overlay .button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.frontpage-image-overlay[data-textcolor="dark"] .button:hover {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.frontpage-image-overlay .button:active,
.frontpage-image-overlay .button:focus,
.frontpage-image-overlay .button:hover {
  background: transparent;
  border: 1px solid #e45245;
  color: #e45245;
}

.frontpage-image-overlay > figcaption p,
.frontpage-image-overlay > figcaption h1,
.frontpage-image-overlay > figcaption .button {
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.frontpage-image-overlay.active > figcaption p {
  -webkit-transition-delay: .15s;
  -moz-transition-delay: .15s;
  -ms-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}
.frontpage-image-overlay.active > figcaption .button {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.frontpage-image-overlay.active > figcaption p,
.frontpage-image-overlay.active > figcaption h1,
.frontpage-image-overlay.active > figcaption .button {
  opacity: 1;
  top: 0px;
}

.frontpage-image-overlay.active > figcaption p {
  line-height: 1.6;
}

/* Mobile devices */
@media (max-width: 1920px) {
  .frontpage-image-overlay > figcaption p {
    font-size: 18px;
  }
  .frontpage-image-overlay > figcaption h1 {
    font-size: 48px;
  }
  .frontpage-image-overlay > figcaption p {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 1600px) {
  .frontpage-image-overlay > figcaption {
    padding: 0 90px;
  }
  .frontpage-image-overlay > figcaption h1 {
    font-size: 40px;
  }
}
@media (max-width: 1400px) {
  .frontpage-image-overlay > figcaption {
    padding: 0 60px;
  }
}
@media (max-width: 1030px) {
  .frontpage-image-overlay > figcaption h3 {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .frontpage-image-overlay > figcaption h3 {
    font-size: 16px;
  }
  
  .frontpage-image-overlay > figcaption {
    padding: 0 20px;
    top: 30%;
  }
  
  .frontpage-image-overlay > figcaption h1 {
    font-size: 20px;
    padding: 12px 0;
  }
  
  .frontpage-image-overlay > figcaption p {
    font-size: 14px;
  }
  
}

#gk-content.fullwidth {
  background: transparent;
  max-width: 100%;
  width: 100%!important;
}

/* fixed content */
/* fixed-content suffix */
#gk-content.fixed-content {
  height: 100%;
  position: fixed;
}
.fixed-content #content {
  height: 100%;
  left: 75px;
  position: absolute;
  right: 0;
}

.multiple-cat {
  position: relative;
}

.post-categories li {
  display: block;
  font-size: 14px;
}

.categories-multiple .post-categories {
  background: #fff;
  border: 1px solid #e5e5e5;
  left: -11px;
  margin-top: 10px;
  opacity: 0;
  padding: 15px;
  position: absolute;
   -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.categories-multiple.hover .post-categories {
  margin-top: -44px;
  opacity: 1;
  z-index: 99999;
}

/**
 * 8. RWD
 * ----------------------------------------------------------------------------
 */
.all-devices {
  display: block;
}

.only-desktop {
  display: block;
}

.only-tablets {
  display: none;
}

.only-smartphones {
  display: none;
}

.only-tablets-and-smartphones {
  display: none;
}

.only-desktop-and-tablets {
  display: block;
}

/*
 *
 * Rest of the RWD rules is placed in the RWD CSS files:
 * small.desktop.css,
 * tablet.css,
 * small.tablet.css,
 * mobile.css
 *
 */
