/**
 *
 * -------------------------------------------
 * 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  {
	float: right;
	list-style-type: none;
	margin: 34px 0 0 0!important;
	padding: 0;
	position: relative;
	width: auto;
}

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

#gk-top .menu  > li > a {
	color: #e3fffd;
	display: block;
	height: 74px;
	line-height: 75px;
	padding: 0 16px;
}

#gk-top .menu > li > a {
	color: rgba(255,255,255,0.85);
}

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

/* Submenu */
#gk-top .menu .sub-menu {
	background: #fff;
	border: 1px solid #ededed;
	-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-top: -10px;
	position: absolute;
	text-transform: none;
	width: 220px;
	z-index: 101;
}

#gk-top .menu .sub-menu > ul {
	padding: 16px 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;
}

#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: #f47264;
	-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: -42px!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: -280px;
}

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

#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;
	float: right;
	height: 100%;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	-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;
}

#aside-menu.menu-open {
	width: 280px;
}

#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: #f47264;
	cursor: pointer;
	font-size: 14px;
	opacity: 0; filter: alpha(opacity=0);
	position: fixed;
	right: 0px;
	top: 25px;
	-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;
}

.admin-bar #close-menu {
	top: 53px;
}

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

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

#aside-menu li {
	font-size: 15px;
	font-weight: 600;
	padding: 24px 0 0;
	text-transform: uppercase;
}

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

#aside-menu li li li {
	font-weight: 300;
}

#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,
#aside-menu .current-menu-item > a {
	color: #f47264;
}

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

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

#comments {
	background: #292b31;
	border-bottom: 1px solid #4d5059;
	clear: both;
	margin: 0 -120px -120px;
	padding: 54px 120px 120px;
}

#comments > h3:first-child {
	color: #999;
	display: block;
	clear: both;
	padding: 12px 0 6px;
}

#comments h1,
#comments h2,
#comments h3,
#comments h4,
#comments h5,
#comments h6 {
	color: #999;
}

#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 #4d5059;
	font-size: 16px;
	margin: 0 0 18px 36px;
	padding: 10px 0 0;
	position: relative;
}

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

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

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

#comments > ol > li:first-child > article > .content {
	padding-top: 0;
}

#comments > ol > li:first-child > article > aside img {
	margin-top: 18px;
}

#comments li article > .content p {
	color: #999;
	line-height: 1.6;
	margin: 1.5em 0 1em;
}

#comments article time {
	color: #ddd;
	font-size: 14px;
	margin-right: 16px;
}

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

#comments article .author > a {
	color: #f47264;
	font-weight: 400;
}

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

#comments article .edit-link a,
#comments article .reply a {
	color: #84cbc5;
}

#comments article .edit-link a:hover,
#comments article .reply a:hover {
	color: #f47264;
}

#comments em.awaiting-moderation {
	color: #a33;
	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 */
#comments > ol {
	border-bottom: 1px solid #4d5059;
}
#respond {
	padding: 44px 0 0;
}

#respond.comment-respond {
	padding-bottom: 25px;
}

#respond > h3 {
	color: #999;
	clear: both;
	display: block;
	padding-top: 12px;
}

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

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

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

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

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

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

#respond label {
	color: #999;
	display: block;
	clear: both;
	font-weight: 400;
	padding: 12px 0 6px;
	text-transform: none;
}

/* 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: 36px;
	margin: 0 0 12px;
	position: relative;
}

#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 56px;
	position: relative;
	width: 100%;
}

#gk-mainbody article > header:after,
.gk-article-body header:after,
.page-template #gk-mainbody .page-title:after {
	border-bottom: 1px solid #E5E5E5;
    display: block;
    margin-bottom: 32px;
    padding: 26px 0 0;
    width: 26%; 
}

.gk-article-body header:after {
	padding-top: 26px;
}

.page-template #gk-mainbody .page-title:after {
	content: "";
}

#gk-mainbody article > header > .entry-date,
.gk-article-info .entry-date {
	background: #292b31;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #eee;
	display: block;
	float: left;
	font-size: 32px;
	line-height: 1 !important;
	padding: 20px;
	left: 0;
	margin: 0 0 20px 0;
	position: absolute;
	top: 0;
	text-align: center;
	width: 80px;
}

.gk-article-info .entry-date {
	position: static;
}

#gk-mainbody article > header > .entry-date span,
.gk-article-info .entry-date span {
	clear: both;
	display: block;
	font-size: 24px;
	text-transform: uppercase;
}

#gk-mainbody article > header > .entry-date + h1,
#gk-mainbody article > header > .entry-date + h2,
#gk-mainbody article > header > .entry-date ~ ul,
#gk-mainbody article > header:after {
	margin-left: 180px;
}

#gk-mainbody article.no-sidebar > header:after,
#gk-mainbody article.page-fullwidth > header:after,
#gk-mainbody.search-page article > header:after,
#gk-mainbody .attachment-page > header:after {
	margin-left: 0;
}

#gk-mainbody .no-results.not-found > header:after {
	display: none;
}

#gk-mainbody article.no-sidebar > header,
#gk-mainbody article.page-fullwidth > header {
	margin-bottom: 16px;
}

#gk-mainbody article.no-sidebar .gk-article-body,
#gk-mainbody article.page-fullwidth .gk-article-body, {
	width: 100%;
}

#gk-mainbody article.no-date .gk-article-body {
	width: 78%;
}

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

article header ul li {
	color: #aaa;
	float: left;
	font-size: 14px !important;
	font-weight: 300;
	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 header li a {
	color: #666;
}

article header li a:active,
article header li a:focus,
article header li a:hover {
	color: #f47264;
}

/* Tags */
#gk-mainbody p.tags {
	clear: both;
	font-size: 13px;
	font-style: italic;
	margin: 12px 0 35px;
}

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

#gk-mainbody p.tags a:nth-child(1) {
	margin-left: 20px;
}

/* 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: #f47264;
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 21px;
	margin: 0;
	padding: 0 30px;
	position: absolute;
	right: 0;
	top: -30px;
	text-transform: uppercase;
	z-index: 1;
}

article .featured-image sup {
	top: 0;
}

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

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 {
	font-size: 12px;
	margin: -45px 0 15px 0;
	padding: 10px 0;
	text-align: right;
}

.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;
}