/*
Theme Name: Photo
Theme URI: http://www.gavick.com
Description: The Photo WordPress theme offers a unique style for showcasing your design projects. With a large image slideshow making up the header and two different portfolio grid layouts, you can display your photos or other creations for all to see. Incredible CSS3 animations provide that extra piece of flair to your content, with reveal, scroll and transition animations to amaze your visitors. In this interconnected world, it's important that your site is accessible. Full responsive design makes this themelook just as good no matter which device your customers prefer to use.
License: GNU GPL v.2.0
License URI: LICENSE.txt
Version: 1.1
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: #fff;
  color: #212529;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  min-height: 100%;
  padding: 0;
  word-wrap: break-word;
}
a {
  color: #cc6060;
  -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: #010101;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212529;
  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;
  margin-bottom: 32px;
  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: 700;
}

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

ul li {
  line-height: 1.7;
}

p {
  margin: 1em 0 1.8em;
}

li {
  font-size: 18px;
  line-height: 1.7;
}

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,
.site: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: #212529;
  border: none;
  color: #fff;
  font-size: 14px;  
  cursor: pointer;
  display: block;
  float: left;  
  height: 50px;
  line-height: 50px;
  margin: 0 5px 2px 2px;
  padding: 0 64px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  white-space: nowrap;
}

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 rgba(33,37,41,0.9);
  background: none;
  color: #000
}

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

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

/* Labels */
label {
  color: #111;
  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 {
  overflow: hidden;
  width: 100%;
}

#primary {
  margin: 0 auto;
  padding: 50px 0 150px 0;
}

.author #primary,
.page-template-template-noheader-php #primary { 
  padding: 90px 0 0;
}

#sidebar {
  padding-top: 100px;
}

#gk-top,
.page.page-template-template-noheader-php #gk-top {
  margin-top: 100px;
  margin-bottom: -100px;
}
.page #gk-top,
.single #gk-top {
  margin-bottom: 0;
}
#gk-bottom,
#gk-bottom2 {
  padding-bottom: 80px;
}

.site-content {
  padding: 114px 0 124px 0;
  position: relative;
}

.grid > .site-content {
  padding-bottom: 0;
}

.home #primary,
.archive #primary {
  padding-bottom: 125px;
}

.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%; 
}

/*---------------------------------
2. Header
----------------------------------*/
/* Logo  */
.gk-logo-wrap {
  left: auto;
  position: absolute;
  right: 50%;
  top: 0;
  width: 50%;
  z-index: 998;
}
.gk-logo-wrap .gk-logo,
.gk-logo-wrap .gk-logo-text {
  margin: 86px 0 0 0;
}
.gk-logo {
  color: #fff;
  display: block;
  float: left;
}
.gk-logo img {
  display: block;
  height: auto;
  max-height: 64px;
}
#overlay-menu .gk-logo img {
  margin-top: 20px;
}
.gk-logo-text {
  color: #fff;
  display: block;
  float: left;
  font-size: 30px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 40px 0;
  text-transform: uppercase;
}
.gk-logo-text:hover {
  color: rgba(255, 255, 255, .8);
}
.gk-logo-text > span {
  display: block;
  float: left;
  line-height: 39px;
  padding: 0 22px 0 0;
}
.gk-logo-text > span + span {
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;
  padding: 0;
}
.gk-logo-text > span + span:before {
  border-left: 1px solid rgba(255, 255, 255, .15);
  content: "";
  display: block;
  float: left;
  height: 30px;
  margin: 0 25px 0 0;
  width: 1px;
}
/* Logo in the header */
.gk-logo-text.inverse > span {
  color: #212529;
  font-size: 20px;
  line-height: 33px;
}
.gk-logo-text.inverse > span + span {
  font-size: 12px;
  line-height: 31px;
}
.gk-logo-text.inverse > span + span:before {
  border-left-color: rgba(33, 37, 41, .3);
  height: 26px;
}

/*---------------------------------
3. Post/Page elements
----------------------------------*/
/**
 * 3.1 Navigation
 * ----------------------------------------------------------------------------
 */

/* menu bottom */
#page-nav {
  background: #212529;
  bottom: 0;
  position: fixed;
  -webkit-transition: bottom .3s ease-out;
  -moz-transition: bottom .3s ease-out;
  -ms-transition: bottom .3s ease-out;
  -o-transition: bottom .3s ease-out;
  transition: bottom .3s ease-out;
  width: 100%;
  z-index: 1000;
}
#page-nav > .site {
  position: relative;
}
#gk-menu-button {
  background: #fff;
  cursor: pointer;
  height: 70px;
  left: 0;
  position: absolute;
  top: -70px;
}
#gk-menu-button > strong {
  background: #fff;
  border-radius: 2px;
  font-size: 0;
  height: 3px;
  left: 30px;
  position: absolute;
  top: 33px;
  width: 25px;
}
#gk-menu-button > strong:after,
#gk-menu-button > strong:before {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  position: relative;
  top: -6px;
  -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;
  width: 25px;
}
#gk-menu-button > strong:after {
  top: 3px;
}
#gk-menu-button.active > strong {
  background: rgba(255, 255, 255, 0);
}
#gk-menu-button.active > strong:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    margin: -2px 0 0 4px;
}

#gk-menu-button.active > strong:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    margin: 5px 0 0 2px;
}

#gk-menu-button > span {
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 70px;
  padding: 0 40px 0 0;
  text-transform: uppercase;
}
#gk-menu-button > span:before {
  background: #212529;
  content: "";
  display: block;
  float: left;
  height: 70px;
  margin: 0 40px 0 0;
  width: 85px;
}
#overlay-menu > .overthrow {
  display: none;
}

.gk-social,
.gk-logo-text {
  -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;
}

/* Smaller menu */
#page-nav.active {
  bottom: -60px;
}
#page-nav.active .gk-social,
#page-nav.active .gk-logo-text {
  margin-top: 20px;
}
#page-nav.active #gk-menu-button {
  height: 60px;
  top: -60px;
}
#page-nav.active #gk-menu-button > span {
  line-height: 67px;
}
#page-nav.active #gk-menu-button > strong {
  top: 30px;
}

/* 
 Overthrow CSS:
 Enable overflow: 
 auto on elements with overthrow class when html element has overthrow class too 
 */
.overthrow-enabled .overthrow {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#overlay-menu-content {
  background: #212529;
  bottom: -100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 100%;
  -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: 999;
}

#overlay-menu-content.active {
  opacity: 1;
  top: 0;
}

#page-nav.active + #overlay-menu-content.active {
  bottom: 66px!important;
}

#overlay-menu-content .sub-menu {
  display: block;
  left: -200%;
  margin-left: -50px;
  opacity: 0;
  position: absolute;
  top: 15px;
  -webkit-transition: margin .3s ease-out, opacity .3s ease-out;
  -moz-transition: margin .3s ease-out, opacity .3s ease-out;
  -ms-transition: margin .3s ease-out, opacity .3s ease-out;
  -o-transition: margin .3s ease-out, opacity .3s ease-out;
  transition: margin .3s ease-out, opacity .3s ease-out;
  width: 100%;
}

#overlay-menu-content .sub-menu.gk-active {
  left: 100%;
  margin-left: 0;
  opacity: 1;
}

#overlay-menu-content .sub-menu.gk-hide {
  left: 100%;
  margin-left: -25px;
  opacity: 0;
}

#overlay-menu-content .sub-menu > li {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 18px;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
  -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;
}

#overlay-menu-content .sub-menu > li.gk-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

#overlay-menu-content .sub-menu > li > a  {
  color: rgba(255, 255, 255, 0.4);
  display: block;
  width: 100%;
}

#overlay-menu-content .sub-menu > li > a:hover {
  color: #cc6060;
}

#overlay-menu-content-wrap1 {
  height: 100%;
  left: 50%;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

#overlay-menu-content-wrap2 {
  height: 100%;
  overflow: auto;
  position: absolute;
  width: 110%;
}

#overlay-menu-content-wrap1 .gk-overlay-menu {
  bottom: 0;
  padding: 110px 0;
  position: absolute;
  width: 100%;
}

#overlay-menu-content-wrap1.area-too-small .gk-overlay-menu {
  position: relative;
}

.gk-overlay-menu > ul > li {
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 6px;
  line-height: 1.4;
  opacity: 0;
  position: relative;
  top: 60px;
  -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: 33.333333%;
}

.gk-overlay-menu > ul > li.gk-active {
  opacity: 1;
  top: 0;
}

.gk-overlay-menu > ul > li > a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  width: 100%;
}

.gk-overlay-menu > ul > li > a:hover {
  color: #cc6060;
}

/* social menu */
.gk-social {
  float: right;
  margin: 40px 0;
}
.social-menu > li > a,
.social-menu > li {
  color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  height: 26px;
  margin: 0 1px;
  overflow: hidden;
  width: 26px;
}

.social-menu > li {
  margin-left: 0;
}
.social-menu > li > a {
  display: block;
  margin: 0;
  position: relative;
  text-indent: -9999px;
  top: -36px;
}

.social-menu > li:before {
  color: #888;
  font-size: 25px;
   -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

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

/**
 * 3.2 Content
 * ----------------------------------------------------------------------------
 */
.author .author-info {
  margin-bottom: 55px!important;
  width: 100%;
}

.author-info > h1 {
  float: left;
  font-size: 48px;
  padding-right: 8%;
  text-transform: uppercase;
  width: 50%;
}

.author-info img {
  float: right;
  height: auto;
  max-width: 10%;
}

.author-details {
  float: left;
  padding-right: 8%;
  width: 40%;
}

.author-details p:first-child {
  margin-top: 0;
}

.entry-tags {
  border-top: 3px solid #e5e5e5;
  clear: both;
  margin: 80px 0 60px;
  overflow: hidden;
  padding: 80px 0 20px;
  text-align: center;
}

.entry-tags strong {
  float: left;
  font-weight: normal;
}
.entry-tags a {
  border: 1px solid #e5e5e5;
  color: #212529;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin: 12px 3px 0 0;
  padding: 7px 20px;
  text-transform: uppercase;
}

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

.entry-related h3 {
  border-top: 1px solid #e5e5e5;
  color: #111;
  display: block;
  font-size: 18px;
  font-weight: 700;
  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: 700;
  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: 700;
  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 .entry-header {
  background-size: cover;
  background-position: center center;
  height: 640px;
  margin: -164px 0 0 0;
  overflow: hidden;
  position: relative;
  width: auto;
}

.single .entry-header.no-image,
.page .entry-header.no-image {
  background: #f0f1f3;
  height: 346px;
}

.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: 48px;
}

.single .entry-title,
.page .entry-title {
  font-size: 48px;
  letter-spacing: 3px;
  text-align: center;
}

.page-title,
.page-template-template-noheader-php .entry-title {
  margin-top: 40px;
}

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

.single .entry-header > sup,
.item-image-block > sup {
  color: #e2c81b;
  display: block;
  font-size: 32px;
  position: absolute;
  right: 75px;
  top: 75px;
}

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

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

.single .item-author,
.page .item-author {
  border: 5px solid #fff;
  border-radius: 50%;
  height: 95px;
  margin: -56px auto 65px;
  min-width: 95px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 95px;
  z-index: 1;
}
.single .item-author img,
.page .item-author img {
  display: block;
  float: left;
  position: relative;
}

.single .item-author a:before,
.page .item-author a:before {
  background: #212529;
  border-radius: 50%;
  color: #9ba3ab;
  content: "l";
  font-family: photo-pixellove;
  font-size: 34px;
  height: 100%;
  left: 0;
  line-height: 88px;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.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;
  top: 0;
  width: 100%;
  z-index: 1;
}
.single .item-author a:hover:before,
.page .item-author a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.single .item-author img,
.page .item-author img { height: auto; }
.single .item-author > span,
.page .item-author > span {
  display: block;
  line-height: 1;
}

.single .item-info,
.page .item-info {
  color: #949494;
  font-size: 14px;
  margin: -8px 0 90px;
  text-align: center;
  text-transform: uppercase;
}

.item-content,
#comments {
  margin: 0 auto!important;
  max-width: 960px;
  width: 100%;
}
.item-content li {
  display: inline-block;
  padding: 0 10px;
}

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

.item-single {
  text-align: center;
}

.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 #cc6060;
  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: #cc6060;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  top: 9px;
  width: 8px;
  position: absolute;
}



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

.single article {
  margin: 0 auto;
}
.entry-thumbnail {
  margin: 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%;
}
.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;
}

/* 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;
}

.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-tags + .entry-social-sharing {
  margin-top: -60px;
}

.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!important;
  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;
}

/* Gallery page */
.gk-photo-overlay {
  background: rgba(0, 0, 0, 0.9) url("images/gallery_preloader.gif") no-repeat center center;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.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 {
  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(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.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;
}

.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: #d27244;
}

.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;
}

/**
 * 3.6 Post Formats
 * ----------------------------------------------------------------------------
 */
.format {
  color: #949494;
  display: inline;
  float: none!important;
  font-family: FontAwesome!important;
  font-size: 20px !important;
  font-style: normal !important;
  height: 29px;
  line-height: 1.5 !important;
  margin: 0 15px 20px auto!important;
  position: relative;
  top: 4px;
  width: 26px;
}

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

.item-image-block .format {
  background: #fff;
  border-radius: 50%;
  display: block;
  font-size: 16px!important;
  height: 40px;
  line-height: 42px !important;
  left: 100px;
  position: absolute;
  top: 80px;
  width: 40px;
}

.item-image-block .format:before {
  margin-left: 12px;
}

#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 {
  height: auto;
  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-content {
  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;
}

.attachment .paging-navigation .nav-previous a:after,
.attachment .paging-navigation .nav-next a:before {
  display: none;
}

.attachment .entry-caption {
  padding-bottom: 0;
}

/**
 * 3.8 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.navigation {
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
  box-shadow: 0 0 4px rgba(0, 0, 0, .1);
  border: none;
  clear: both;
  height: 70px;
  margin: 0;
  overflow: hidden;
  padding: 5px 0;
  position: absolute;
  top: -70px;
  -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;
  text-align: center;
  width: 100%;
}

#page-nav.active .navigation {
  height: 60px;
  padding: 0;
  top: -60px;
}

.navigation .nav-links {
  line-height: 60px;
}

.pagination-item,
.paging-navigation {
  display: block;
}
 
.paging-navigation a {
  padding: 0 25px 0 0;
}

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

.paging-navigation a,
.pagination-item  {
  color: #999;
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
}
.paging-navigation a:active,
.paging-navigation a:focus,
.paging-navigation a:hover {
  color: #212529;
}

.paging-navigation a i {
  font-size: 14px;
}

.paging-navigation .nav-next a {
  padding: 0 0 0 25px;
}

.paging-navigation .nav-next a:before {
  left: -25px;
  right: auto;
}

.pagination-item {
  padding: 0 20px;
}

/**
 * 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%;
}

/* article columns portfolio */
.portfolio {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.portfolio .item-list {
  clear: both;
  overflow: hidden;
  margin: 0 -25px;
}
.grid > .portfolio .item-list {
  margin: 0;
}
.portfolio .item-list[data-cols="2"] > article,
.portfolio .item-list[data-cols="3"] > article,
.portfolio .item-list[data-cols="4"] > article,
.portfolio .item-list[data-cols="5"] > article,
.portfolio .item-list[data-cols="6"] > article { padding: 25px; }
.grid > .portfolio .item-list[data-cols="2"] > article,
.grid > .portfolio .item-list[data-cols="3"] > article,
.grid > .portfolio .item-list[data-cols="4"] > article,
.grid > .portfolio .item-list[data-cols="5"] > article,
.grid > .portfolio .item-list[data-cols="6"] > article { padding: 0; }

.portfolio article { 
  display: block;
  float :left; 
  opacity: 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;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
}
.portfolio .item-info {
  text-align: left;
}
.portfolio .item-view.gk-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#article-wrap[data-cols="1"] > article { width: 100%; }
#article-wrap[data-cols="2"] > article { width: 50%; }
#article-wrap[data-cols="3"] > article { width: 33.333333%; }
#article-wrap[data-cols="4"] > article { width: 25%; }

.portfolio.portfolio-grid .componentheading + .item-filter {
  margin-top: 20px!important;
}
.portfolio .item-filter {
  border-right: 1px solid #ddd;
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 25px;
  margin: 24px 50px 0 0;
  padding: 0 30px;
  position: relative;
  text-transform: uppercase;
}
.portfolio .item-filter:after {
  border: 5px solid #fff;
  border-top-color: #cc6060;
  content: "";
  cursor: pointer;
  display: block;
  height: 14px;
  position: absolute;
  right: -30px;
  top: 11px;
  width: 10px;
}
.portfolio .item-filter strong { letter-spacing: normal}
#item-filter-selected { color: #212529; }
.portfolio .item-filter ol {
  background: #fff;
  border: 1px solid #ddd;
  margin: 0;
  min-width: 200px;
  padding: 10px;
  position: absolute;
  right: -9999px;
  top: 32px;
  z-index: 10;
}
.portfolio #item-filter-dropdown {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out, opacity .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out, opacity .3s ease-out;
  -o-transition: -o-transform .3s ease-out, opacity .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out;
}
.portfolio #item-filter-dropdown.gk-show {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio #item-filter-dropdown li {
  font-size: 17px;
  left: -10px;
  margin: 0 20px;
  opacity: 0;
  padding: 3px 0;
  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;
  text-transform: none;
  transition: all .3s ease-out;
}
.portfolio #item-filter-dropdown li:first-child { border-bottom: 1px solid #e5e5e5;
    margin-bottom: 12px; }
.portfolio #item-filter-dropdown li.gk-active {
  left: 0;
  opacity: 1;
}
.portfolio .item-filter.gk-active ol {
  right: -50px;
  text-align: left;
}
.portfolio .item-filter li { color: #212529; list-style-type: none; }
.portfolio .item-filter li:hover {
  color: #cc6060 ;
  cursor: pointer;
}
.home.blog .grid > .portfolio .item-filter {
  margin: -76px 0 0 50%!important;
}
.portfolio .item-image-block {
  background-size: cover;
  height: 640px;
  position: relative;
}
.portfolio .item-image-block.no-image {
  background: #f0f1f3;
}
.portfolio .gk-overlay {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 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%;
}

.grid > .portfolio .item-filter,
.portfolio.portfolio-grid .item-filter,
.category .portfolio .item-filter  {
  float: left;
  left: -50px;
  margin: -123px 0 0 50%!important;
  position: relative;
  text-align: right;
  width: 50%;
}
.portfolio .gk-overlay > span {
  background: #fff;
  border-radius: 50%;
  height: 7px;
  left: 50%;
  margin: -3px 0 0 -3px;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(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;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  width: 7px;
}
.portfolio .gk-overlay > span:before,
.portfolio .gk-overlay > span:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  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;
  -webkit-transition-delay: .15s;
  -moz-transition-delay: .15s;
  -ms-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
  width: 7px;
}
.blog-grid .item-image-block .item-info a > img {
  display: block;
  height: auto;
  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%!important;
}
.portfolio .item-image-block:hover .gk-overlay { opacity: 1; }
.portfolio .item-image-block:hover .gk-overlay > span,
.portfolio .item-image-block:hover img,
.blog-grid .item-image-block:hover .item-info a > 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);
}
.portfolio .item-image-block:hover .gk-overlay > span:before { left: -22px; }
.portfolio .item-image-block:hover .gk-overlay > span:after { left: 22px; }

.blog-grid .gk-overlay > strong {
  border: 1px solid #c8c8cc;
  border-radius: 25px;
  color: #c8c8cc;
  font-size: 14px;
  height: 50px;
  left: 50%;
  line-height: 50px;
  opacity: 0;
  padding: 0 64px;
  position: absolute;
  text-transform: uppercase;
  top: 60%;
  -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%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}
.blog-grid .item-image-block:hover .gk-overlay > strong,
.portfolio-grid .item-image-block:hover .gk-overlay > strong {
  opacity: 1;
  top: 50%;
}

/* blog grid */
.portfolio .no-image > h2,
.portfolio .no-image > h2 > a,
.portfolio .no-image .item-info > h2,
.portfolio .no-image .item-info > time,
.portfolio .no-image .item-info > h2 > a { color: #212529!important; }
.portfolio .no-image > h2 > a:hover,
.portfolio .no-image .item-info > h2 > a:hover { color: #cc6060!important; }
.blog-grid .item-info {
  bottom: 0;
  left: 0;
  margin: -8px 0 90px;
  padding: 80px 100px 60px;
  position: absolute;
  text-align: left;
  width: 100%;
}
.portfolio .itemList[data-cols="3"] .item-info,
.portfolio .itemList[data-cols="3"] .item-image-block > h2 {
  margin: 0;
  padding: 50px;
}
.portfolio .itemList[data-cols="3"] .item-image-block > h2 { font-size: 32px; }
.portfolio .itemList[data-cols="4"] .item-info,
.portfolio .itemList[data-cols="4"] .item-image-block > h2 {
  margin: 0;
  padding: 20px;
}
.portfolio .itemList[data-cols="4"] .item-image-block > h2 { font-size: 28px; }
.portfolio .itemList[data-cols="3"] .item-info > a,
.portfolio .itemList[data-cols="4"] .item-info > a { margin-right: 20px; }
.blog-grid .item-info > span > a {
  border-radius: 50%;
  display: block;
  float: left;
  height: 80px;
  margin: 0 45px 0 0;
  max-width: 80px;
  width: 80px;
}
.blog-grid .item-info a > img {
  border-radius: 50%;
  display: block;
  height: 80px;
  max-width: 80px;
  width: 80px;
}
.blog-grid .item-info > time {
  color: #fff;
  display: inline-block;
  font-size: 48px;
  line-height: 1;
  margin: 8px 0 0 0;
}
.blog-grid .item-info > p,
.blog-grid .item-info > h2 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
}
.blog-grid .item-info > p {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 2px;
}
.blog-grid .item-info.switched > time {
  font-size: 14px;
}
.blog-grid .item-info.switched > h2 {
  font-size: 26px;
  letter-spacing: 2px;
}
.blog-grid .item-info > h2 > a { color: #fff; }
.blog-grid .item-info > h2 > a:active,
.blog-grid .item-info > h2 > a:focus,
.blog-grid .item-info > h2 > a:hover { color: #cc6060; }
.simple > .portfolio .gk-overlay { background: rgba(33, 37, 41, 0.9); }
.portfolio.blog-grid .gk-overlay > strong {
  border-color: #cc6060;
  color: #cc6060;
}
.portfolio.blog-grid .gk-overlay > strong:hover {
  border-color: #212529;
  color: #212529;
}

.item-image-block > h2 {
  bottom: 0;
  color: #fff;
  font-size: 48px;
  left: 0;
  letter-spacing: 3px;
  line-height: 1;
  padding: 110px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
.item-image-block > h2 small {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

/* project description block */
.single .item-header {
  padding: 100px 0 80px;
}


.item-header .item-intro-text { font-size: 18px;}
.item-header .item-basic-info {
  float: left;
  text-align: left;
  width: 23.5%;
}
.item-header .item-basic-info h1 {
  letter-spacing: 3px;
  text-align: left;
  text-transform: uppercase;
  font-size: 48px;
}
.item-header .item-basic-info h1 small {
  display: block;
  font-size: 14px;
}
.item-header .item-intro-text {
  float: right;
  width: 75%;
}
.item-header .item-intro-text p { margin: 0 0 1em 0; }
.project-info > .project-description {
  color: #212529;
  float: left;
  
  padding-right: 8%;
  width: 40%;
}
.project-info > .project-details {
  float: left;
  
  margin: 0;
  width: 30%;
}
.project-info > .project-details dt { font-weight: bold; }
.project-info > .project-details dd { margin: 0 0 20px 0; }
.project-info > .project-link {
  float: left;
  width: 30%;
}
.project-info > .project-link a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}

/* simple second layout */
.simple-second > .portfolio .item-image-block {
  height: auto;
  overflow: hidden;
}

/**
 * 3.11 Search Results/No posts
 * ----------------------------------------------------------------------------
 */
.search .bigtitle > .header {
  margin: 0!important;
  text-align: center;
}
#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: 160px;
  text-align: center;
}

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

/**
 * 3.13 Comments
 * ----------------------------------------------------------------------------
 */
#comments {
  border-top: 3px solid #ddd;
  clear: both;
  margin: 80px auto 0 !important;
  padding: 30px 0 0;
}
#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 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  padding: 28px 0 16px;
  text-transform: uppercase;
}

.comment-list,
.comment-list .children {
  list-style-type: none;
  margin: 0;
  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 {
  border-top: 1px solid #ddd;
  font-size: 18px;
  margin: 24px 0 0;
  padding: 50px 0 35px;
  position: relative;
}

.comment-list > li:first-child .comment-body {
  border-top: 0;
}

.comment-content p {
  color: #212529;
  font-size: 18px;
  margin: 1em 0 0 0;
  line-height: 1.6;
}

.bypostauthor {
  line-height: inherit;
}

.comment-author > img {
  border-radius: 50%;
  display: block;
  float: left;
  margin: 10px 10px 0 0;
}

.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: 16px;
  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: 16px;
  letter-spacing: 2px;
  margin: 0 12px 0 0;
}
.comment-metadata > * {
  text-align: center;
}
.comment-metadata > a {
  float: right;
}
.comment-metadata > strong.fn {
  font-weight: bold;
}

.comment-metadata > strong.fn a {
  color: #010101;
} 

.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: 7px;
}

/* Comment form */
.comment-respond {
  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;
  margin: -10px 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: #cc6060;
}
.entry-content ul.gk-bullet4 li:before {
  background: #fff;
  border: 1px solid #cc6060;
}

.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 {
  letter-spacing: 2px;
  margin: 0 auto!important;
  max-width: 960px;
  width: 100%;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

blockquote {
  display: block;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  margin: 30px 0;
  padding: 30px 70px 20px 110px;
  position: relative;
  text-align: left;
}

blockquote > p {
  margin: 0;
}

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: #cc6060; 
}

.single blockquote,
.page blockquote {
  border: 1px solid #ddd;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.4;
  margin: 90px -200px;
  padding: 60px 300px;
}
.single blockquote:before,
.page blockquote:before {
  color: #ddd;
  content: "“";
  font-family: Georgia, serif;
  font-size: 72px;
  font-style: normal;
  line-height: 0.1;
  position: absolute;
  left: 200px;
  top: 66px;
}
.single blockquote:after,
.page blockquote:after {
  color: #ddd;
  content: "”";
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 72px;
  font-style: normal;
  line-height: 0.1;
  padding: 0 0 0 15px;
  position: absolute;
  bottom: 35px;
  right: 200px;
}

.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 {
  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: #919395;
  display: block;
  font-size: 18px;
  margin: 0;
  padding: 0 0 0.4em;
  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
 */
 #gk-bg .gk-wide-image {
  margin: 1em 0 1.8em;
 }
  #gk-bg .gk-wide-image + p {
  padding-top: 44px;
}
 #gk-bg .gk-wide-image img {
  margin-left: 50%;
  margin-top: 60px;
  margin-bottom: 2.8em;
  max-width: 2400px!important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gk-wide-image small {
  color: #919395;
  display: block;
  font-size: 18px;
  padding: 50px 0 2.8em;
  text-align: center;
}
.grid .bigtitle > .header,
.category .bigtitle > .header {
  margin: 40px 0 70px;
}
.grid .bigtitle > .header span,
.category .bigtitle > .header span {
  font-size: 48px;
  text-transform: uppercase;
}
.grid .bigtitle > .header span > span,
.category .bigtitle > .header span > span {
  color: #bbb;
}
#gk-bg .gk-wide-image img + small { padding-top: 0 }
.site-content > .bigtitle {
  margin: 30px 0 0;
  position: relative;
}

.site-content > .site + .bigtitle {
  padding: 10px 0;
}

.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: #cc6060;
        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 #cc6060;
  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: #cc6060;
  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;
  min-height: 48px;
  padding: 0 0 0 70px !important;
  position: relative;
}

p.numblocks em {
  display: block;
  line-height: 1;
  margin: 0 0 3px 0;
  font-style: normal;
  font-weight: 700;
}
p.numblocks span {
  border: 1px solid #ddd;
  border-radius: 1px;
  color: #999;
  display: block;
  font-size: 18px;
  font-weight: 700;
  height: 42px;
  left: 0;
  line-height: 42px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 42px;
}
p.num-2 span {
    color: #cc6060;
    border-color: #cc6060;
}
p.num-2 em {
  color: #cc6060;
}
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: #cc6060;
        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;
}
.rssSummary {
  font-size: 15px;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
  border: 0;
  border-collapse: collapse;
  border-spacing: 1px;
}
.widget_calendar caption {
  font-size: 14px;
  margin: 10px 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: 700;
}
.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: #f5f5f5;
  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 {
  background: #e5e5e5!important;
  border: none!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 {
  background-color: #cc6060!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: 24px;
  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: 18px;
  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: 16px;
  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 {
  font-size: 20px;
  margin: 0 0 6px;
}
.gk-nsp-links ul li .gk-nsp-link-header a {
  color: #1b1d1e;
}
.gk-nsp-links p {
  color: #999;
  font-size: 16px;
  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;
}

/**
 * 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 {
  border-bottom: 1px solid #d5d5d5;
  color: #d27244;
}
.none .gk-tabs-wrap > ol li.active,
.none .gk-tabs-wrap > ol li.active:hover {
  border-bottom: 1px solid #cc6060;
}
.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
 * ----------------------------------------------------------------------------
 */
/* footer */
#gk-footer {
  clear: right;
  float: right;
  margin-top: -45px;
  overflow: hidden;
}
#gk-footer a {
  color: rgba(255, 255, 255, 0.4);
  padding: 0!important;
}
#gk-footer a:active,
#gk-footer a:focus,
#gk-footer a:hover { color: #fff; }

#gk-copyrights {
  color: rgba(255, 255, 255, 0.4);
  float: right;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

/**
 * 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: 'photo-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: #cc6060;
}
.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 Show */
.frontpage-block {
  padding: 200px 50px;
}

#frontpage-wrap #gk-header-mod,
.gk-is-wrapper-gk-photo {
  height: 100%;
  position: absolute;
  width: 100%;
}

.gk-is-wrapper-gk-photo {
  background: #f1f1f1;
  cursor: none!important;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.gk-is-wrapper-gk-photo img {
  opacity: 0;
}

.gk-is-wrapper-gk-photo .gk-is-preloader {
  background: #f1f1f1;
  height: 100%;
  position: absolute;
  text-indent: -9999px;
  width: 100%;
  z-index: 101;
}

.gk-is-wrapper-gk-photo .gk-is-preloader > span,
.gk-is-wrapper-gk-photo .gk-is-preloader > span:before,
.gk-is-wrapper-gk-photo .gk-is-preloader > span:after {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.gk-is-wrapper-gk-photo .gk-is-preloader > span {
  -webkit-animation-name: preloader-main;
  -moz-animation-name: preloader-main;
  -o-animation-name: preloader-main;
  animation-name: preloader-main;
  background: #212529;
  border-radius: 50%;
  height: 7px;
  left: 50%;
  margin: -3px 0 0 -3px;
  position: absolute;
  top: 44%;
  width: 7px;
}

.gk-is-wrapper-gk-photo .gk-is-preloader > span:before,
.gk-is-wrapper-gk-photo .gk-is-preloader > span:after {
  background: #212529;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 7px;
}

.gk-is-wrapper-gk-photo .gk-is-preloader > span:before {
  -webkit-animation-name: preloader-before;
  -moz-animation-name: preloader-before;
  -o-animation-name: preloader-before;
  animation-name: preloader-before;
  /*left: -22px;*/
}

.gk-is-wrapper-gk-photo .gk-is-preloader > span:after {
  -webkit-animation-name: preloader-after;
  -moz-animation-name: preloader-after;
  -o-animation-name: preloader-after;
  animation-name: preloader-after;
  /*left: 22px;*/
}

@-webkit-keyframes preloader-main {
  from, to {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  33%, 66% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes preloader-main {
  from, to {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  33%, 66% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes preloader-main {
  from, to {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  33%, 66% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes preloader-main {
  from, to {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  33%, 66% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes preloader-before {
  from, to {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    left: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    left: -22px;
  }
}

@-moz-keyframes preloader-before {
  from, to {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    left: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    left: -22px;
  }
}

@-ms-keyframes preloader-before {
  from, to {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    left: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    left: -22px;
  }
}

@keyframes preloader-before {
  from, to {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    left: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    left: -22px;
  }
}

@-webkit-keyframes preloader-after {
  from, to {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    left: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    left: 22px;
  }
}

@-moz-keyframes preloader-after {
  from, to {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    left: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    left: 22px;
  }
}

@-ms-keyframes preloader-after {
  from, to {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    left: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    left: 22px;
  }
}

@keyframes preloader-after {
  from, to {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    left: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    left: 22px;
  }
}

.gk-is-wrapper-gk-photo figure {
  left: 0;
  height: 100%;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.gk-is-wrapper-gk-photo figure.animated {
  z-index: 2;
}

.gk-is-wrapper-gk-photo.loaded figure.animated {
  opacity: 1;
  filter: alpha(opacity=100);
}

.gk-is-wrapper-gk-photo figure.active {
  position: relative;
  z-index: 3;
}

.gk-is-wrapper-gk-photo .gk-is-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: none!important;
  height: 100%;
  position: absolute;
  width: 100%;
}

.gk-is-wrapper-gk-photo figcaption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: alpha(opacity=0);
  -webkit-font-smoothing: antialiased;
  left: 50%;
  max-width: 1900px;
  opacity: 0;
  position: relative;
  top: 35%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

.gk-is-wrapper-gk-photo figure.active figcaption {
  z-index: 101;
}

.gk-is-wrapper-gk-photo figcaption h2 {
  clear: left;
  color: #fff;
  float: left;
  font-size: 30px;
  font-weight: bold;
  line-height: 28px;
  margin: 0 0 30px 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: relative;
  text-transform: uppercase;
  top: 50px;
  -webkit-transition: all .5s ease-out .2s;
  -moz-transition: all .5s ease-out .2s;
  -ms-transition: all .5s ease-out .2s;
  -o-transition: all .5s ease-out .2s;
  transition: all .5s ease-out .2s;
}

.gk-is-wrapper-gk-photo figcaption[data-theme="dark"] h2,
.gk-is-wrapper-gk-photo figcaption[data-theme="dark"] p {
  color: #212529;
}
.gk-is-wrapper-gk-photo figcaption[data-theme="dark"] a {
  border-color: #212529;
  color: #212529;
}

.gk-is-wrapper-gk-photo figcaption p {
  clear: left;
  color: #fff;
  float: left;
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  margin: 0 0 80px 0;
  opacity: 0;
  pointer-events: none;
  position: relative;
  text-transform: uppercase;
  top: 50px;
  -webkit-transition: all .5s ease-out .5s;
  -moz-transition: all .5s ease-out .5s;
  -ms-transition: all .5s ease-out .5s;
  -o-transition: all .5s ease-out .5s;
  transition: all .5s ease-out .5s;
}

.gk-is-wrapper-gk-photo figcaption a {
  border: 1px solid #fff;
  border-radius: 25px;
  clear: left;
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold!important;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  padding: 0 64px;
  position: relative;
  top: 50px;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-out .75s, border .3s ease-out 0s, color .3s ease-out 0s;
  -moz-transition: all .5s ease-out .75s, border .3s ease-out 0s, color .3s ease-out 0s;
  -ms-transition: all .5s ease-out .75s, border .3s ease-out 0s, color .3s ease-out 0s;
  -o-transition: all .5s ease-out .75s, border .3s ease-out 0s, color .3s ease-out 0s;
  transition: all .5s ease-out .75s, border .3s ease-out 0s, color .3s ease-out 0s;
}

.gk-is-wrapper-gk-photo figcaption a:hover {
  border-color: #cc6060;
  color: #cc6060;
  cursor: pointer!important;
}

.gk-is-wrapper-gk-photo .activated figcaption h2,
.gk-is-wrapper-gk-photo .activated figcaption p,
.gk-is-wrapper-gk-photo .activated figcaption a {
  opacity: 1;
  top: 0;
}

.gk-is-photo-pagination,
.gk-is-wrapper-gk-photo .gk-is-pagination {
  bottom: 56px;
  position: absolute;
  text-align: center;
  width: 100%;  
  z-index: 10;
}

.gk-is-photo-pagination li,
.gk-is-wrapper-gk-photo .gk-is-pagination li {
  background: #edf0f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 6px;
  margin: 0 10px;
  position: relative;
  text-indent: -9999px;
  -webkit-transition: all .45s ease-out;
  -moz-transition: all .45s ease-out;
  -ms-transition: all .45s ease-out;
  -o-transition: all .45s ease-out;
  transition: all .45s ease-out;
  width: 6px;
}

.gk-is-photo-pagination li.active,
.gk-is-photo-pagination li:active,
.gk-is-photo-pagination li:focus,
.gk-is-photo-pagination li:hover,
.gk-is-wrapper-gk-photo .gk-is-pagination li.active,
.gk-is-wrapper-gk-photo .gk-is-pagination li:active
.gk-is-wrapper-gk-photo .gk-is-pagination li:focus,
.gk-is-wrapper-gk-photo .gk-is-pagination li:hover {
  -webkit-transform: scale(1.75);
  -moz-transform: scale(1.75);
  -ms-transform: scale(1.75);
  -o-transform: scale(1.75);
  transform: scale(1.75);
}

.gk-is-photo-pagination {
  left: 50%;
  position: absolute;
  top: 32px;
  max-width: 200px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Overlay arrow */
.gk-arrow-visible .gk-is-wrapper-arrow {
  pointer-events: none;
  display: block;
}

.gk-is-wrapper-arrow {
  background: transparent;
  display: none;
    position: absolute;
    top: 50%;
    width: 64px;
    height: 128px;
    left:  50%;
    z-index: 1000;
    overflow: hidden;
}

.gk-is-wrapper-arrow:after,
.gk-is-wrapper-arrow:before {
    content: "";
    width: 100px;
    left: 1px;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.gk-is-wrapper-arrow:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.gk-is-wrapper-arrow.inverse:after,
.gk-is-wrapper-arrow.inverse:before {
  left: -58%;
  -webkit-transform-origin: 100% 100%;;
  -moz-transform-origin: 100% 100%;;
  -ms-transform-origin: 100% 100%;;
  -o-transform-origin: 100% 100%;;
  transform-origin: 100% 100%;;
}

/* Maps and Contact page */
.contact-form, .contact-details { width: 48%; float: left; }
.contact-form { margin-right: 4%}
.contact-name,
.contact-email { float: left; width: 49%; margin: 0 0 1% 0}
.contact-name { margin-right: 2%}
.contact-form label { display: block; margin: 0 0 6px}
.page .contact-page .entry-header {
  margin-top: 40px;
}
.contact-page .site {
  padding-top: 90px;
}
.gk-map.static {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#gk-contact {
  margin: 0;
  overflow: hidden;
}
#gk-contact dd {
  margin: 5px 0;
  padding: 0;
}

#gk-contact span.error {
  color: #d82731;
}

.contact-page h3 {
  font-weight: 700;
  padding: 0 0 32px;
  text-transform: uppercase;
}

.contact-page .gk-contact-error,
.contact-page .gk-contact-thanks {
  line-height: 18px;
  margin: 30px 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.contact-page .gk-contact-error:before {
  top: 10px;
}

.contact-page input[type="text"],
.contact-page textarea {
  width: 100%;
}

.contact-page input[type="submit"] {
  float: left;
  margin: 0;
}

.contact-page #loginform #rememberme {
  margin: 13px 5px 0 2px;
}

#gk-contact dl {
  margin-top: 0;
  width: 100%;
}

#gk-contact > p {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}

#gk-contact label {
  text-transform: none;
}

#gk-contact .gk-message {
  margin-top: 32px;
}

#gk-contact .inline,
#gk-contact .inline {
  display: inline-block;
  float: left;
  margin: 12px 0 0;
  width: auto;
}

.contact-address {
    margin: 36px 0 0;
}
.jicons-text {
  border-top :1px solid #e5e5e5;
  display: block;
  font-weight: 700;
  padding: 20px 0 0;
  margin: 20px 0 0
}

.contact-address p {
  margin: 0;
}

.site-content.contact-page {
  padding-bottom: 0;
}

/**
 * 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
 *
 */
