/**
 *
 * -------------------------------------------
 * Mobile CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 11. Mobile code
 *
 *
------------------------------------ */
 
/* 11.1. Base elements
==================================== */ 

/* archive / page 404 */
.page404 .widget,
.archivepage .widget {
	margin: 0!important;
	width: 100%!important;
}

/* images fix */
#gk-mainbody img {
	height: auto!important;
	max-width: 100%!important;
}

/* column rules */
#gk-sidebar {
	padding: 20px 0!important;
}

#gk-sidebar .box {
	float: none!important;
	width: 100%!important;
}

.widget-area .col1,
.widget-area .col2,
.widget-area .col3,
.widget-area .col4,
.widget-area .col5,
.widget-area .col6,
.widget-area .box.last1,
.widget-area .box.last2,
.widget-area .box.last3,
.widget-area .box.last4,
.widget-area .box.last5 { 
	float: none!important;
	margin: 0 auto 20px auto!important; 
	max-width: 320px; 
	width: 100%; 
}

.widget-area .nth1,
.widget-area .nth2,
.widget-area .nth3,
.widget-area .nth4,
.widget-area .nth5,
.widget-area .nth6 {
	clear: both;
}

#gk-mainbody-columns > section > section > section {
	margin: 0 16px;
}

#gk-sidebar .box:nth-child(odd) {
	margin-right: 0!important;	
}
#gk-sidebar .box:nth-child(even) {
	margin-left: 0!important;
}
#gk-top1 > div,
#gk-top2 > div, 
#gk-bottom1 > div {
	padding: 10px 6px 20px 6px;
}

#gk-top1 .box,
#gk-top2 .box,
#gk-bottom1 .box,
#gk-bottom2 .box {
	margin-top: 20px!important;
}

#gk-top1 .box:first-child,
#gk-top2 .box:first-child,
#gk-bottom1 .box:first-child,
#gk-bottom2 .box:first-child {
	margin-top: 0!important;
}

h1,
h2 {
	font-size: 24px!important;
	line-height: 34px!important;
}

.gk-is-wrapper-gk_publisher figcaption {
	display: none;
}

.big .gk-nsp-header {
	font-size: 18px;
}

.box.big .box-title {
	font-size: 32px;
}

.gk-nsp-arts-nav, 
.gk-nsp-links-nav {
	display: none;
}

.archivepage .widget h2 {
	margin-top: 20px;
}

.gk-columns > div {
	padding: 5px 0!important;
	width: 100%!important;
}

/* 11.2. Posts
==================================== */

article.post, 
article.page {
	padding-left: 0!important;
}

#comments {
	margin-left: 0!important;
}


.author-avatar img {
	height: auto!important;
	width: 42px!important;
}

.author-info .author-desc {
	padding: 8px 75px 4px 12px!important;
}

.author-info h2 {
	font-size: 16px!important;
}

#comments li article > .content {
	padding-left: 0!important;	
}

#comments li article > aside {
	float: left;
	margin: 10px 10px 10px 0;
	position: static;
}

#comments article header span.author {
	margin-top: -8px!important;
}

/* 11.3. Device classes
==================================== */

.onlyDesktop {
	display: none!important;
}

.onlyTablets {
	display: none!important;
}

.onlySmartphones {
	display: block!important;
}

.onlyTabltetsAndSmartphones {
	display: block!important;
}

/* 11.4. Other elements
==================================== */

#gk-popup-login {
	margin-left: -150px;
	width: 300px;
}

#gk-popup-login #loginform {
	background: none!important;
	padding-left: 0!important;
}

.gk-nsp-art {
	width: 100%!important;
}

#gk-footer .gk-copyrights {
	float: none!important;
	line-height: 20px;
	margin: 20px 0!important;
	padding: 0 10px!important;
	text-align: center;
	width: auto!important;
}

#gk-social-icons {
	margin-left: 15px;
}

#gk-user-area {
	margin-right: 15px;
}