/* CSS for the mobile devices */
/* Basic CSS rules */
h1 {
  font-size: 3rem;
}
h2,
.single-page .entry-title,
.archive-page .entry-title {
  font-size: 2.4rem;
  margin: 0 0 16px 0;
}
h3,
.contact-page h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 1.6rem;
}
h6 {
  font-size: 1.4rem;
}
/* CSS Widget Rules */
.only-desktop {
  display: none;
}

.only-tablets {
  display: none;
}

.only-smartphones {
  display: block;
}

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

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

/* Containers */
#gk-top1 .widget,
#gk-top2 .widget,
#sidebar .widget,
#gk-bottom1 .widget,
#gk-bottom2 .widget,
#gk-bottom3 .widget,
#gk-bottom5 .widget,
#gk-bottom5 .widget,
.gk-cols .widget,
.gk-3-cols[data-cols="2"] .widget-wrap,
.gk-3-cols[data-cols="3"] .widget-wrap,
.gk-3-cols[data-cols="4"] .widget-wrap,
.gk-3-cols[data-cols="5"] .widget-wrap,
.gk-3-cols[data-cols="6"] .widget-wrap,
.gk-3-cols[data-cols="7"] .widget-wrap,
.gk-3-cols[data-cols="8"] .widget-wrap,
.gk-3-cols[data-cols="9"] .widget-wrap,
.gk-menu .gk-cols > div {
  clear: both !important;
  float: none !important;
  margin: 0 auto 2rem auto !important;
  width: 100%;
}

.gk-cols[data-cols="2"] > div,
.gk-cols[data-cols="3"] > div,
.gk-cols[data-cols="4"] > div,
.gk-cols[data-cols="5"] > div {
  padding-bottom: 2rem !important;
  width: 100%;
}

.gk-cols {
  display: block !important;
  margin: 0 !important;
  text-align: center;
}

.gk-cols > div {
  display: block !important;
  margin-bottom: 2rem !important;
  padding: 0;
  width: 100% !important;
}
/* Items */
.gallery br {
  display: none;
}

.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item {
  width: 50%;
}

.gk-3-cols[data-cols="2"] .widget,
.gk-3-cols[data-cols="3"] .widget {
  width: 100%;
}

.archive .entry-title-wrap > p, 
.author-info .entry-title + p, 
.entry-header time {
  font-size: 1.2rem;
}
.entry-title {
  font-size: 2.8rem;
}

.item-author {
  width: 100%;
}

.gk-review .gk-review-sum {
border-right: none;
padding-right: 0;
width: 100%;
}
.gk-review .gk-review-partials {
padding-left: 0;
width: 100%;
}
.gk-review .gk-review-partial {
width: 50%;
margin: 10px 0;
}

.item-info {
  margin: 0 0 2rem;
  text-align: left;
}
.single-page .item-info {
  margin-top: 32px;
}

#comments {
  margin: 0;
  width: 100%;
}

.search-form .search-submit {
  margin: 10px 0;
}

/* Subpage fixes */
#gk-header-mod h1,
#gk-header-mod h2,
.one-page .gk-page h1,
.one-page .gk-page h2,
.contact .entry-title-wrap h1,
.contact .entry-title-wrap h2 {
  font-size: 2rem;
  line-height: 1.2;
}
#gk-header-mod h2,
.one-page .gk-page h2,
.contact .entry-title-wrap h2,
.archive .entry-title-wrap > p,
.author-info .entry-title + p,
.entry-header time {
  font-size: 1.4rem;
}

.contact .site > div {
  padding: 0 0 2rem 0 !important;
  width: 100% !important;
}
#sidebar .widget {
  margin-bottom: 2rem;
  width: 100%!important;
}
.gk-social-icons-block {
  font-size: 2rem;
  padding: 24px 0 0;
}

/* Other */
.gk-nsp-art {
  width: 99% !important;
}

.readon {
  line-height: 1!important;
}
.gk-is-wrapper-gk-technews .readon {
  line-height: 50px!important;
}
.readon.btn {
  line-height: 40px!important;
}

.single-page .item-info {
  margin-top: 10px;
  width: 100%!important
}

.item-info li {
  display: block;
  margin: 0;
  padding: 0;
}
.item-info li:before {
  display: none;
}

.archive-page {
  margin: 0;
}
.item-body > p {
  font-size: 1.4rem;
}
.item-body .gk-offset-image {
  margin: 25px 0;
}
.item-body blockquote, 
.entry-content blockquote {
  font-size: 1.5rem;
}
.archive-page .format {
  margin: 0 auto 13px auto;
}
.format {
  top: 4px;
}
.entry-thumbnail-wrap,
.entry-content, .entry-summary {
  margin: 32px auto 24px auto
}

.archive-page.tag-page,
.archive-page.archive-article,
.archive-page.search-article {
  padding: 40px 0;
}

.archive .entry-header + .site {
  padding: 0;
}

.archive.category .entry-header + .site {
  padding-top: 40px;
}

#gk-login-popup input {
  height: 32px;
  line-height: 32px;
  margin: 0 0 5px 0;
  width: 100%;
}
#gk-login-popup p {
  margin: 0;
}
#gk-login-popup ul {
  margin: 5px 0;
}
#gk-login-popup li {
  margin: 3px 0;
}
#gk-login-popup button {
  height: 32px;
  line-height: 32px;
  padding: 0;
  width: 100%;
}
#gk-login-popup .btn-border {
  padding: 6px;
}
#gk-login-popup .login li.last {
  padding: 0;
}
#gk-login-popup h3 {
  margin-bottom: 10px;
}
#gk-login-popup-close {
  font-size: 2.4rem;
  right: 2rem;
  top: 0px;
}
.search .entry-title-wrap {
  -webkit-transform: translateX(-50%) translateY(-25%);
  -moz-transform: translateX(-50%) translateY(-25%);
  -ms-transform: translateX(-50%) translateY(-25%);
  -o-transform: translateX(-50%) translateY(-25%);
  transform: translateX(-50%) translateY(-25%);
}
.search-form .btn-border {
  margin-top: 5px !important;
}

.search-form .search-field,
.search-form .btn-border {
  width: 100%!important;
}

.search .entry-title-wrap .site > p {
  margin: 5px 0;
}
.search-form .btn {
  float: left;
  margin-right: 5px;
  position: relative;
  width: 100%;
  height: auto;
  line-height: 25px;
}

#gk-user #gk-login-submenu {
  right: -40px;
}
#gk-user span {
  display: none;
}

.frontpage-mainbody .nsp-art-page > article {
  width: 100%!important;
}
.nsp-switch .gk-art-content-wrap {
  min-height: 10px
}
.nsp-switch .widget-title,
.widget-title,
#frontpage-wrap .box > .site > h3 {
  margin: 0 0 10px;
}
.none .gk-tabs-wrap > ol {
  border-bottom: none !important;
}
.none .gk-tabs-wrap > ol li {
  border-bottom: 1px solid #ccc;
  margin: 0 !important;
  padding: 10px 0 !important;
  width: 100%;
}
.none .gk-tabs-wrap > ol li:after {
  bottom: 0 !important;
}
.single-page .item-info {
  margin-top: 40px;
}
.single-page .entry-header .item-social-icons,
.single-page .entry-header.no-image .item-social-icons {
  right: 50% !important;
  margin-right: -25px;
}
.single .item-body {
    margin: 10px 0 10px;
}
.entry-related li,
.item-subheader.latest li {
  padding: 10px 0;
  width: 100%;
}
.entry-related li img {
  width: 100%;
}
.item-subheader.latest li {
    border: none;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0!important;
}
.item-subheader.latest ul {
  margin: 0!important;
}
#gk-comments-wrap {
  padding-left: 10px;
  padding-right: 10px;
}
#sidebar {
  padding: 0 10px!important;
}
#gk-menu-overlay-wrap {
  margin: 0 auto 0 -150px;
  max-width: 300px;
}
.archive-page > .entry-thumbnail,
.entry-summary-content {
  display: block;
  padding: 20px 0 !important;
  width: 100% !important;
}
.archive-page .entry-thumbnail-wrap > img {
  display: block;
  height: auto;
  width: 100%;
}
.author-page .author-info img {
  margin: 0px 15px 0 0;
  max-width: 50px !important;
}
.archive-page .entry-excerpt + .entry-footer {
  left: 0;
}
.entry-summary-content {
  padding-bottom: 6rem!important;
}
.archive .author-info.bigtitle,
.archive .entry-header + .site {
  padding: 20px;
}
.entry-header.no-image {
  padding: 60px 0 0 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;
}
.entry-header.no-image.social-open {
  padding: 150px 0 0 0;
}
.single-page .header-wrap.no-image .item-social-icons {
  top: 30px !important;
  -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;
}
.no-image .item-social-icons {
  top: 30px !important;
  -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;
}
.no-image.social-open .item-social-icons {
  top: 90px !important;
}
.contact-form, .contact-details {
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
}
.gk-nsp-technews_videos .gk-nsp-items-page figure {
  margin-bottom: 10px;
}

.gk-block-text-left,
.gk-block-text-right,
.gk-block-text-center,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  width: 100%;
}

@media (max-width: 540px) {
  #gk-search {
    display: none;
  }
}