/**
 *
 * -------------------------------------------
 * Small Tablet CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 12. Small Tablet code
 *
 *
------------------------------------ */
 
/* 12.1. Base elements
==================================== */ 

.gk-page {
	padding-left: 20px!important;
	padding-right: 20px!important;
}
#gk-mainbody article > header h1, 
#gk-mainbody article > header h2 {
	font-size: 32px;
	line-height: 32px;
}

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

.box.bigtitle .box-title {
	font-size: 22px;
	margin: 0 0 25px;
}
.box.bigtitle .box-title small {
	font-size: 14px;
}

#gk-bottom1, 
#gk-bottom2, 
#gk-bottom3, 
#gk-bottom4, 
#gk-bottom5 {
	padding: 30px 0;
}

.gk-icons {
	width: 100%;
}

#gallery figcaption {
	padding: 15px!important;
}

#gallery figcaption h3 {
	font-size: 16px!important;
}

#gallery figcaption p,
#gallery figcaption {
	font-size: 12px!important;
}

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

.gk-section-nav {
	display: none;
}

.box.grid-border .gk-grid{
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

#gk-bottom4 .widget #members-list li {
	width: 50%!important;
}

#gk-bottom4 .widget #members-list li:nth-child(2n +1) {
	clear: both;
}

.widget.buddypress #members-list {
	margin: 0 auto!important;
	max-width: 500px;
}

.gk-columns[data-column-count="4"] > div,
.gk-columns[data-column-count="5"] > div,
.gk-columns[data-column-count="6"] > div {
	margin-bottom: 32px;
	width: 50%;
}

/* 12.2. BuddyPress
==================================== */ 
.box.login-bg .box-title {
	font-size: 36px;
	margin: 0;
}
.box.login-bg .btn-join {
	margin: 10px auto;
	padding: 0 20px;
}