/**
 *
 * -------------------------------------------
 * Template CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 5. Wordpress elements styling
 *
 *
------------------------------------ */
 
/* 5.1. Main menu
==================================== */ 
 
body[data-mobile="true"] #main-menu-mobile select {
	font-size: 50px;
}
 
#gk-top .menu  {
	display: block;
	height: 52px;
	list-style-type: none;
	margin-top: 0;
	padding: 0;
	position: relative;
	width: auto;
}

#gk-top .menu  > li {
	clear: none!important;
	float: left;
	font-weight: 400;
	height: 52px;
	line-height: 52px;
	width: auto;
}

#gk-top .menu  > li > a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size: 15px;
	box-sizing: border-box;
	color: #ffffff;
	display: block;
	font-weight: bold;
	height: 52px;
	line-height: 52px;
	margin: 0 7px;
}

#gk-top .menu  > li > a:hover,
#gk-top .menu > li.current-menu-item,
#gk-top .menu > li.current_page_item,
#gk-top .menu  > li > a.active,
#gk-top .menu  > li > a:active,
#gk-top .menu  > li > a:focus {
	color: #D9E282;
}

#gk-top .menu > li.button {
	background: none;
	float: right;
	padding: 0;
}

#gk-top .menu > li.button > a {
	font-weight: 500!important;
	height: 28px;
	line-height: 28px;
	margin: 11px 0;
	border: none !important;
}

#gk-sidebar .button,
#gk-sidebar .button > a {
	color: #1dbaf4!important;
	background: none;
}

#gk-sidebar .button > a:hover {
	color: #292b31!important;
}

/* Submenu */
#gk-top .menu .sub-menu {
	background: #fff;
	border: 1px solid #ededed;
	border-top: 0;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: -9999px;
	margin-left: -15px;
	position: absolute;
	text-transform: none;
	width: 220px;
	z-index: 101;
}

#gk-top .menu .sub-menu > ul {
	padding: 20px 0;
} 

#gk-top .menu li:hover .sub-menu {
	left: auto;
}

#gk-top .menu .sub-menu li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: left;
}

#gk-top .menu .sub-menu a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #292b31;
	display: block;
	font-size: 14px;
	padding: 6px 25px
}

#gk-top .menu .sub-menu li:hover > a,
#gk-top .menu .sub-menu li > a:active,
#gk-top .menu .sub-menu li > a:focus,
#gk-top .menu .sub-menu li > a:hover {
	color: #f1c40f;
	-webkit-transition: color 0.2s linear, background-color 0.2s linear;
	-moz-transition: color 0.2s linear, background-color 0.2s linear;
	-o-transition: color 0.2s linear, background-color 0.2s linear;
	transition: color 0.2s linear, background-color 0.2s linear;
	text-decoration: none;
}

#gk-top .menu .sub-menu .sub-menu {
	left: -9999px!important;
	margin-left: 160px;
	margin-top: -35px!important;
}

#gk-top .menu .sub-menu li:hover .sub-menu {
	left: auto!important;
}



/* Aside menu */
#gk-bg {
	-webkit-transition: margin-left .3s ease-out;
	-moz-transition: margin-left .3s ease-out;
	-ms-transition: margin-left .3s ease-out;
	-o-transition: margin-left .3s ease-out;
	transition: margin-left .3s ease-out;
}

#gk-bg.menu-open {
	margin-left: 0px;
}

#gk-bg.menu-open #gk-top {
	left: 0px;
}

#aside-menu-toggler,
#main-menu-mobile,
#static-aside-menu-toggler {
	color: #fff;
	cursor: pointer;
	display: block!important;
	font-size: 25px;
	height: 44px;
	line-height: 44px;
	margin: 5px 0 0 0!important;
	overflow: hidden;
	position: relative;
	/*width: 44px;*/
}

#aside-menu-toggler {
	float: right;
}

#static-aside-menu-toggler {
	color: #333;
	filter: alpha(opacity=0);
	margin: 0!important;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 14px;
	-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;
}

#static-aside-menu-toggler.active {
	filter: alpha(opacity=100);
	opacity: 1;
	margin-right: 25px!important;
}

#mobile-menu-toggler {
	margin: 0px -15px 0 0px!important;
}

#aside-menu {
	/*background: #292b31;*/
	background: -webkit-linear-gradient(#292b31, #b6b6b6);
	background: -o-linear-gradient(#292b31, #b6b6b6);
	background: -moz-linear-gradient(#292b31, #b6b6b6);
	background: linear-gradient(#292b31, #b6b6b6);
	float: right;
	height: 100%;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 50px;
	-webkit-transition: width .3s ease-out;
	-moz-transition: width .3s ease-out;
	-ms-transition: width .3s ease-out;
	-o-transition: width .3s ease-out;
	transition: width .3s ease-out;
	width: 0;
	z-index: 99;
}

#aside-menu.menu-open {
	width: 200px;
	opacity: 0.95;
}

#aside-menu > div {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	padding-right: 32px;
	min-width: 280px;
	max-width: 100%;
}

#close-menu {
	color: #1dbaf4;
	cursor: pointer;
	font-size: 24px;
	opacity: 0; filter: alpha(opacity=0);
	position: fixed;
	right: 0px;
	top: 18px;
	-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;
	z-index: 1;
}

#close-menu.menu-open {
	opacity: 1.0; filter: alpha(opacity=100);
	right: 10px;
	top: 60px;
	z-index: 100;
}

.admin-bar #close-menu {
	top: 50px;
	z-index: 100;
}

#gk-aside-menu > ul {
	padding: 20px 0 20px 32px;
} 

.admin-bar #gk-aside-menu > ul {
	padding: 48px 0 20px 25px;
}

#aside-menu li,
#aside-menu li.button,
#aside-menu li.button > a {
	background: none;
	font-size: 18px;
	font-weight: 600;
	padding: 14px 0 0;
	text-transform: lowercase;
}

#aside-menu li.button > a {
	padding-top: 0;
}

#aside-menu li.button,
#aside-menu li.button > a {
	color: #eee;
	margin: 0;
	text-align: left;
}

#aside-menu li.button > a:hover {
	color: #1dbaf4!important;
}

#aside-menu li li {
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	text-transform: none;
}

#aside-menu li li li {
	font-weight: 300;
	padding-left: 15px;
}

#aside-menu li a {
	color: #eee;
}
#aside-menu li li a {
	color: #999;
}
#aside-menu li > a.active,
#aside-menu li > a:active,
#aside-menu li > a:focus,
#aside-menu li > a:hover {
	color: #1dbaf4;
}

/* Android fix */
.android-stock-browser #aside-menu {
	height: auto;
	min-height: 100%;
	position: absolute;
}

.android-stock-browser #aside-menu > div {
	height: auto;
	min-height: 100%;
}

#main-menu-mobile {
	display: none!important;
}
 
/* 5.2. Comments
==================================== */
.single article,
.page article {
	margin-bottom: 30px;
}

#comments.nocomments {
	border-top: none;
}

#commentform p {
	margin: 0;
}

#respond input[type="submit"] {
	margin-top: 12px;
}

#comments {
	background: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	-moz-box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	box-shadow: 0 2px 3px rgba(32, 30, 29, 0.15);
	clear: both;
	padding: 10px 30px 30px 30px;
}

#comments > h3:first-child {
	border-bottom: 1px solid #ddd;
	clear: both;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 13px 0 12px 0;
	padding: 12px 0 24px 0;
}

#comments > nav {
	margin: 12px 0;
	overflow: hidden;
}

#comments > nav .nav-prev {
	float: left;
}

#comments > nav .nav-next {
	float: right;
}

#comments > ol {
	list-style-type: none;
	padding: 0;
}

#comments > ol > li:first-child > article {
	border-top: none;
}

#comments ol.children {
	list-style-type: none;
	margin-left: 5%;
	padding: 0;
}

#comments li {
	border: none;
	margin: 0;
	padding: 0;
}

#comments li article {
	border-top: 1px solid #ddd;
	font-size: 16px;
	margin: 0;
	padding: 16px 0 12px;
	position: relative;
}

#comments li article > aside {
	left: 0;
	position: absolute;
	top: 0;
}

#comments li article > aside img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 22px 0 0;
}

#comments li article > .content {
	margin: 0 0 0 70px;
	padding: 8px 20px;
	padding-top: 0;
}

#comments li article > .content p {
	color: #999;
	font-size: 13px;
	line-height: 1.6;
	margin: 8px 0;
}

#comments article time {
	color: #3a3637;
	font-size: 13px;
	margin-right: 16px;
}

#comments article .author {
	color: #222;
	font-size: 16px;
	font-weight: 400;
	margin-right: 16px;
}

#comments article .author > a {
	color: #3a3637;
	font-size: 13px;
	font-weight: bold;
}

#comments article .edit-link,
#comments article .reply {
	color: #84cbc5;
	float: right;
	font-size: 13px;
	margin-left: 10px;
}

#comments em.awaiting-moderation {
	color: #1dbaf4;
	display: block;
	font-size: 13px;
	margin: 0 0 12px 0;
	text-align: center;
}

#comments .bypostauthor {}

/* Comments typography */
#comments li article abbr[title],
#comments li article acronym[title] {
	border-bottom: 1px dotted;
}

#comments li article code {
	background: #fafafa;
	border-left: 4px solid #eee;
	display: block;
	margin: 10px 0;
	padding: 10px 20px; 
	white-space: pre;
}

#comments li article blockquote {
	background: #fafafa;
	border: 2px solid #eee;
	border-left: none;
	border-right: none;
	display: block;
	margin: 10px 0;
	padding: 10px; 
	position: relative;
}

#comments li article blockquote p {
	margin: 0;
}

#comments li article q {
	color: #888;
	font-weight: bold;
}

#comments li article strike {
	text-decoration: line-through;
}

#comments li article del {
	color: #aaa;
	text-decoration: line-through;
}

/* Comment form */
#respond.comment-respond {
	padding-bottom: 25px;
}

#comments.nocomments #respond.comment-respond {
	padding-bottom: 0;
}

#respond > h3 {
	border-bottom: 1px solid #ddd;
	clear: both;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 12px 0;
	padding: 12px 0 24px 0;
}

#respond p.comment-notes,
#respond p.logged-in-as,
#respond p.form-allowed-tags {
	color: #999;
	font-size: 13px;
}

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

#respond input,
#respond textarea {
	display: block;
}

#respond input[type="checkbox"] {
	display: inline-block;
}

#respond input[type="text"],
#respond input[type="password"],
#respond textarea {
	width: 60%;
}

#respond textarea {
	width: 100%;
}

#respond #reply-title small {
	float: right;
	font-size: 14px;
	text-transform: none;
}

#respond label {
	clear: both;
	font-weight: bold;
	display: block;
	padding: 10px 0 5px 0;
}

/* 5.3. Post meta-data
==================================== */

.content > form input[type="submit"] {
	display: inline-block;
	float: none;
}

#gk-mainbody article > header h1,
#gk-mainbody article > header h2 {	
	clear: both;
	font-size: 24px;
	margin: 0 0 12px;
	position: relative;
}

#gk-mainbody article > header h2 {
	font-size: 20px;
	margin: 0;
}

#gk-mainbody article > header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 22px;
	position: relative;
	width: 100%;
	font-size: 42px;
	text-align: center;
}


article header ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
}

article header ul li {
	color: #aaa;
	float: left;
	font-size: 13px !important;
	line-height: 1;
	margin: 0!important;
}

article header li:after {
	content: "";
	padding: 0 12px;
}

article header li:last-child:after,
article header ul li:before {
	display: none;
}

article.no-title,
article.page-fullwidth {
	padding-left: 0;
}

article.no-title + section#comments,
article.page-fullwidth + section#comments {
	margin-left: 0;
}

article > footer:after,
#gk-social-api:after,
#gk-mainbody article > header:after,
.gk-article-body header:after,
#respond p.form-submit:after {
    clear: both;
    content: "";
    display: table;
}

.summary .readon {
	float: left;
}
article .featured-image + .content,
#gk-mainbody article > header + .content {
	position: relative;
}

article .featured-image + .content:before,
#gk-mainbody article > header + .content:before {
	content: "-";
	position: absolute;
	top: -24px;
}

.page #gk-mainbody article > header + .content:before {
	display:none;
}

/* Tags */
#gk-mainbody p.tags {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	clear: both;
	font-size: 13px;
	font-style: italic;
	margin: 0;
	padding: 12px 0;	
}

#gk-mainbody p.tags a {
	font-size: 13px;
	font-style: italic;
	margin-right: 6px;
}

#gk-mainbody p.tags > span {
	display: block;
	padding: 2px 0 0 4px;
}

/* Social API */

#gk-social-api {
	border-top: 1px solid #e5e5e5;
	clear: both;
	margin: 16px 0;
	padding: 16px 0 0 0;
}

#gk-social-api > * {
	display: block;
	float: left!important;
	min-height: 33px;
	margin-right: 5px!important;
}

#gk-social-api > a {
	min-height: inherit!important;
}

/* 5.4. Post additional features
==================================== */

article .featured-image sup,
article.sticky header h1 sup,
article.sticky header h2 sup,
article header h1 sup,
article header h2 sup {
	background: #F1C40F;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: 600;
	height: 28px;
	letter-spacing: 1px;
	line-height: 28px;
	padding: 0 10px;
	position: absolute;
	text-transform: uppercase;
	top: -36px;
	z-index: 1;
}

article .featured-image sup {
	padding: 2px 12px;
	top: 24px;
}

article figure.featured-image {
	margin: 0 -30px 52px -30px;
	overflow: hidden;
	position: relative;
}

.single article figure.featured-image {
	margin-bottom: 63px;
}

article figure.featured-image img {	
	clear: none;
	display: block;
	line-height: 0;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: all .18s linear;
	-moz-transition: all .18s linear;
	-ms-transition: all .18s linear;
	-o-transition: all .18s linear;
	transition: all .18s linear;
	width: 100%;
}

article figure.featured-image:hover img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

article figure.featured-image img + figcaption {
	color: #ccc;
	font-size: 11px;
	margin: -39px 0 32px 30px;
	position: absolute;
	text-align: right;
}

article figure.featured-image:hover img + figcaption {
	display: none;
}

.alignnone {
	float: none;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.aligncenter {
	display: block;
	float: none;
	margin: 0 auto;
}

div.wp-caption {
	max-width: 100%!important;
}

.wp-caption-text {
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}

.gallery {
	clear: both;
	padding: 16px 0;
}

.gallery-caption {
	font-size: 13px;
}

.gallery-icon img {
	border: none!important;
}

/* 5.5. wp-activate.php and wp-signup.php pages
==================================== */

/* wp-activate.php */

#activateform {
	margin: 0 auto;
	max-width: 500px;
}

#activateform #key,
#activateform #submit {
	font-size: inherit!important;
}

/* wp-signup.php */
.mu_register {
	margin: 20px auto!important;
	max-width: 500px;
}

.mu_register input[type="submit"], 
.mu_register #blog_title, 
.mu_register #user_email, 
.mu_register #blogname, 
.mu_register #user_name {
	font-size: inherit!important;  
}

.mu_register label {
	font-size: inherit!important;
}
