/**
 *
 * -------------------------------------------
 * Mobile CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 13. Mobile code
 *
 *
------------------------------------ */
 
/* 13.1. Base elements
==================================== */ 


/* Backgrounds */
.frontpage.dark-bottom #gk-dark-bottom {
	background-image: url('../images/dark_bottom_bg_mobile.jpg');
}
.frontpage #gk-bottom3 {
	background-image: url('../images/people_bg_mobile.jpg');
}

body.style1 #gk-bottom-section {
	background-image: url('../images/style1/bottom_bg_mobile.jpg')!important;
}
body.style2 #gk-bottom-section {
	background-image: url('../images/style2/bottom_bg_mobile.jpg')!important;
}
body.style3 #gk-bottom-section {
	background-image: url('../images/style3/bottom_bg_mobile.jpg')!important;
}
body.style4 #gk-bottom-section {
	background-image: url('../images/style4/bottom_bg_mobile.jpg')!important;
}
body.style5 #gk-bottom-section {
	background-image: url('../images/style5/bottom_bg_mobile.jpg')!important;
}
body.style6 #gk-bottom-section {
	background-image: url('../images/style6/bottom_bg_mobile.jpg')!important;
}

a.textLogo, a.cssLogo,
.imageLogo {
	margin-left: 10px!important;
	margin-top: -9px;
}

#gk-login {
	padding: 0 10px;
	right: 50px;
	top: 11px;
}

#main-menu-mobile {
	margin: 8px 0 4px 0!important;
}

.gk-page {
	padding-left: 10px!important;
	padding-right: 10px!important;
}

.page-title {
	font-size: 32px;
}

.box.bigtitle .box-title {
	margin: 0 0 20px;
}

#gk-head {
	margin-bottom: 20px;
}

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

#gk-bottom1 .box,
#gk-bottom2 .box,
#gk-bottom3 .box,
#gk-bottom4 .box,
#gk-bottom5 .box,
#gk-sidebar .box   {
	margin-bottom: 20px;	
	max-width: 300px;
	margin: 0 auto;
}

#gk-sidebar .box {
	float: none;
	margin-top: 0!important;
	margin-bottom: 12px!important;
	width: 100%;
}

#gk-sidebar .box:nth-child(2n+1) {
	clear: both!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: 300px; 
	width: 100%!important; 
}

#gk-top1 .box,
#gk-top2 .box {
	max-width: 100%!important;
}

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

#footer-menu li {
	float: none;
}

/* 13.2. Header and demo elements
==================================== */

/* Frontpage elements */
.frontpage.dark-bottom .gk-page-wrap + #gk-bottom1 {
	margin-top: -300px;
}
.newsletter input[type="email"] {
	max-width: 400px;
	width: 90%;
}

.gk-nsp.grid-left-img .gk-nsp-header,
.gk-nsp.grid-right-img .gk-nsp-header,
.gk-nsp.grid-left-img .gk-nsp-header a,
.gk-nsp.grid-right-img .gk-nsp-header a,
.gk-nsp.grid-left-img.news .gk-nsp-header a,
.gk-nsp.grid-right-img.news .gk-nsp-header a {
	font-size: 14px;
}
.gk-nsp.grid-left-img .gk-nsp-author,
.gk-nsp.grid-right-img .gk-nsp-author,
.gk-nsp.grid-right-img.news .gk-nsp-category,
.gk-nsp.grid-left-img.news .gk-nsp-category {
	font-size: 11px;
}

.gk-nsp.grid-left-img.news .gk-nsp-content-wrap,
.gk-nsp.grid-right-img.news .gk-nsp-content-wrap {
	padding-top: 9px;
}

.newsletter p {
	font-size: 14px;
}
.frontpage #gk-bottom3 {
	padding: 125px 0;
}

.gk-grid .gk-nsp .gk-nsp-art {
	padding-bottom: 0!important;
	padding-top: 0!important;
}
.box.subtitle .box-title {
	font-size: 28px;
}
.box.subtitle .box-title small {
	font-size: 14px;
}
.frontpage.dark-bottom .gk-page-wrap {
	padding: 0 0 400px 0;
}

.bigtitle-left .box-title {
	font-size: 40px;
}

.gk-is-wrapper-gk_musicstate {
	min-height: inherit;
}

.gk-nsp.grid-big-img .gk-nsp-image-wrap {
	display: none;
}

.gk-nsp.grid-big-img .gk-nsp-content-wrap {
	background: #fff;
	width: 100%;
}

#gk-bottom5 .box.bigtitle .box-title,
#gk-bottom5 .box.bigtitle .box-title small {
	font-size: 24px;
}
#gk-bottom5 .header,
#gk-bottom5 h3 {
	font-size: 20px;
}
#gkFooter > div {
	padding: 28px 10px!important;
}


#gk-bottom-section {
	padding: 200px 0 50px 0;
}
#gk-bottom-section:before {
	height: 270px;
}

/* 13.3. Posts
==================================== */

#gk-mainbody article > header h1 {
	line-height: 32px;
	padding: 18px 0 0px;
}

#gk-mainbody article > header {
	margin-bottom: 10px;
}

#gk-mainbody article > header h1, 
#gk-mainbody article > header h2 {
	font-size: 24px;
}

h1 {
	font-size: 28px;
}

h2, 
.pagetitle {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

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

#comments li article > aside {
	float: left;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 10px;
	position: static!important;
}

#comments article .author {
	float: none;
	margin-top: 5px;
}

.author-info > aside {
	margin: 0 0 30px 0;
	position: static;
}

.author-info > div {
	clear: both;
	padding: 0;
}

aside.meta {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0!important;
	position: static!important;
	width: 100%!important;
}

#comments article header > * {
	clear: both;
	display: block;
	float: left;
	margin: 5px 0!important;
	width: 100%;
}

#comments li article > .content {
	margin: 0;
}

#comments li article > aside {
	margin-top: 2px;
	margin-left: 8px;
}

#comments li article {
	padding: 10px;
}

#respond p.comment-notes {
	margin-top: 0;
}

#comments > h2:first-child,
#respond > h3 {
	font-size: 30px;
	padding: 30px 0 0;
}

#gk-mainbody article > header h1, 
#gk-mainbody article > header h2 {
	font-size: 24px!important;
	line-height: 1.2;
}

.tag-page > article, 
.search-page > article {
	padding: 0!important;
	width: 100%!important;
}

.category-page article,
.archive article {
	padding-top: 10px!important;
}

/* 13.4. Other elements
==================================== */

.gk-nsp .gk-nsp-art {
	border-top: 1px solid #eee!important;
	border-left: none!important;
	padding-bottom: 20px!important;
	padding-top: 20px!important;
	width: 100%!important;
}
.gk-nsp .gk-nsp-art:first-child {
	border-top: none!important;
}

.gk-nsp-arts,
.gk-nsp-links-wrap {
	clear: both;
	float: left!important;
	width: 100%!important;
}

.box.normal-width.widget_gk_login {
	width: 100%;
}

body .gk-columns[data-column-count="2"] > div,
body .gk-columns[data-column-count="3"] > div,
body .gk-columns[data-column-count="4"] > div {
	padding-bottom: 20px!important;
	width: 100%;
}

.gk-tabs-wrap > ol li {
	border-left: none!important;
	margin: 0!important;
}

.box.login-bg > div {
	padding-top: 100px;
	padding: 71px 20px 20px;
}

.box.login-bg .btn-join {
	font-size: 18px;
	padding: 0 16px;
}

.box.login-bg {
	min-height: 370px;
}

.box.normal-width.widget_gk_login {
	margin: 0 auto!important;
}

nav.gklogin-small {
	margin: 20px;
}

#gk-social-api {
	overflow: hidden;
	margin: 25px 0;
}

/* 13.5. Device classes
==================================== */

.onlyDesktop {
	display: none!important;
}

.onlyTablets {
	display: none!important;
}

.onlySmartphones {
	display: block!important;
}

.onlyTabltetsAndSmartphones {
	display: block!important;
}

/* 13.6. BuddyPress
==================================== */
.box.login-bg .box-title {
	font-size: 26px;
}
.box.login-bg {
	margin-bottom: 0;
}

#buddypress div.rtmedia-activity-container ul.rtmedia-list li.media-type-video .rtmedia-item-thumbnail .wp-video-shortcode,
#buddypress div.rtmedia-activity-container ul.rtmedia-list li.media-type-video .rtmedia-item-thumbnail .wp-audio-shortcode {
	max-width: 100%;
}

#buddypress div.rtmedia-activity-container ul.rtmedia-list li.media-type-video {
	padding-left: 0!important;
}

#buddypress div.item-list-tabs ul li,
#buddypress .button-nav li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#buddypress div#item-header div#item-header-content,
#buddypress ul.item-list li div.item-title,
#buddypress ul.item-list li h4  {
	width: 100%!important;
}

#buddypress ul.item-list li .item {
	margin-left: 0!important;
}

.rtmedia-container .rtmedia-create-new-album-container,
.rtmedia-activity-container .rtmedia-create-new-album-container,
#buddypress div.rtmedia-activity-container .rtmedia-create-new-album-container {
	overflow: visible!important;
}

.rtmedia-create-new-album-container #rtmedia_album_name {
	margin: 5px 0!important;
}

#buddypress form#whats-new-form #whats-new-content {
	margin: 0!important;
	padding: 0!important;
	width: 100%;
}

#buddypress #whats-new-options {
	height: auto!important;
}

#buddypress .standard-form #basic-details-section, 
#buddypress .standard-form #blog-details-section, 
#buddypress .standard-form #profile-details-section,
#buddypress div#item-header div#item-actions {
	width: 100%!important;
}

#buddypress #item-header-avatar {
	clear: both!important;
}
#buddypress form#whats-new-form p.activity-greeting {
	line-height: 1em!important;
}

#buddypress form.standard-form .main-column {
	margin-left: 0!important;
}

#buddypress div#invite-list {
	width: 90%!important;
}

#buddypress form.standard-form .left-menu {
	float: none!important;
}

.widget_bp_core_members_widget #members-list-options {
	margin: -30px 0 9px!important;
}

#buddypress div.activity-comments {
	margin-left: 45px!important;
}

#buddypress div.activity-comments ul ul {
    margin-left: 0!important
}

#buddypress div.activity-comments ul.has-comments li {
	padding-left: 0!important;
}

#buddypress div.item-list-tabs#subnav {
	background: transparent!important;
}

button.mfp-close {
	right: -10px;
}