/**
 *
 * -------------------------------------------
 * Template CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 5. Wordpress elements styling
 *
 *
------------------------------------ */
 
/* 5.1. Main menu
==================================== */ 
 
#main-menu {
	border-top: 3px solid #fff;
	clear: both;
	display: block;
	float: right;
	height: 46px;
	margin: 0;
	position: relative;
	z-index: 1000;
	width: 100%;
}

#main-menu ul {
	margin: 0!important;
	padding: 0!important;
}

#main-menu > li {
	background: transparent;
	font-size: 16px;
	font-weight: 500;
	float: left;
	height: 46px;
	margin: 0 20px 0 0;
}

#main-menu > li > a {
	color: #6c7072;
	display: block;
	height: 46px;
	line-height: 47px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #eaeaea;
}

#main-menu > li:hover,
#main-menu > li.current-menu-item,
#main-menu > li.current_page_item,
#main-menu > li.current-menu-item > a,
#main-menu > li.current_page_item > a,
#main-menu > li.current-menu-ancestor > a, 
#main-menu > li.current-menu-parent > a,
#main-menu > li:active > a,
#main-menu > li:focus > a,
#main-menu > li:hover > a,
#main-menu > li.active:hover > a,
#main-menu > li.active:active > a,
#main-menu > li.active:focus > a   {
	color: #fff;
	text-shadow: none;
}

/* Submenu */
#main-menu .sub-menu {
	background: #6c7072;
	border: 1px solid #7d8183!important;
	overflow: hidden;
	text-align: left;
	left: -9999px;
	padding: 0!important;
	position: absolute;
	width: 200px;
	z-index: 1001;
}

#main-menu .sub-menu:before {
	background: transparent url(/wp-content/themes/BikeStore/images/menu_arrow.png) no-repeat 0 0;
	content: "";
	display: block;
	height: 8px;
	margin-top: -8px;
	width: 27px;	
}

#main-menu .sub-menu .sub-menu:before {
	background: none;
}

#main-menu li:hover .sub-menu {
	background: #6C7072; 
	padding-left: 12px;
}

#main-menu .sub-menu li {
	border-top: 1px solid #7a7e80;
	margin: 0;
	-webkit-transition: padding-left 250ms ease-out 0s;
	   -moz-transition: padding-left 250ms ease-out 0s;
	    -ms-transition: padding-left 250ms ease-out 0s;
	     -o-transition: padding-left 250ms ease-out 0s;
	        transition: padding-left 250ms ease-out 0s;
}

#main-menu .sub-menu li:first-child {
	border: none;
}

#main-menu .sub-menu li a {
	color: #dadada;
	display: block;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 18px;
}

#main-menu .sub-menu li a:hover {
	color: #fff;
}

#main-menu .sub-menu li:hover {
	background: none repeat scroll 0 0 #5B5E60;
	padding-left: 12px;
}

#main-menu .sub-menu .sub-menu {
	border: 1px solid #7d8183;
	left: -9999px!important;
	margin-left: 165px;
	margin-top: -35px;
}

#main-menu .sub-menu li:hover .sub-menu {
	left: auto!important;
}
 
/* 5.2. Comments
==================================== */

#comments {
	margin: 20px 0 0 0;
}

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

#comments > h2:first-child {
	float: left;
	margin-left: -32px;
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
	background: #fb5a29;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

#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: 50px 0 0 0;
}

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

#comments li article {
	clear: both;	
	margin-top: 20px;
	position: relative;
}

#comments li:nth-child(even) {
	background: #fbfbfb;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	color: #999;
}

#comments ol.children li:nth-child(even) {
	background: none;
	border: none;
}

#comments ol.children li:first-child {
    border-top: 1px solid #e5e5e5;
}

#comments li article > aside {
	border: 1px solid #eee;
	left: 10px;
	position: absolute;
	top: 25px;
}

#comments li article > aside img {
	display: block;
}

#comments li article > .content {
	margin-left: 65px;
	overflow: hidden;
	padding: 12px 3% 12px 3%;
}

#comments .children article > .content {
	margin-left: 59px;
}

#comments article time {
	color: #999;
	font-weight: normal;
	margin: 0 25px;
}


#comments article .content > * {
	font-size: 14px;
}

#comments article .content > footer {
	font-size: 11px;
	text-align: right;
}

#comments article footer .edit,
#comments article footer .reply {
	float: right;
	font-size: 11px;
	margin-left: 10px;
}

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

#comments li article {
    margin: 0;
}
/* Special comments classes */
#comments li.bypostauthor > article {

}

#comments li.bypostauthor article .content {
	border: none!important;
}

#comments li.bypostauthor article aside {
	left: 10px;
}

#comments li.byuser article {}
#comments li.odd article {}
#comments li.even article {}

/* 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 {
	margin-top: 40px;
	padding: 12px 0;
	position: relative;
}

ol .children #respond {
	margin-left: -45px;
}

#respond > h3 {
	background: #fb5a29;
	clear: both;
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	margin-left: -32px;
	padding: 0 20px;
	text-transform: uppercase;
	text-align: center;
}

#respond > form {
	clear: both;
	margin-top: 70px;
}

#respond p {
	margin-bottom: 3px;
}

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

#respond input {
	display: block;
}

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

#respond input[type="text"],
#respond input[type="password"],
#respond textarea {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
	border: 1px solid #e7e7e7;
	border-top-color: #ccc;
	color: #555;
	font-size: 14px;
	height: 34px;
	line-height: 35px;
	padding: 0 12px;
	width: 400px;
}

#respond textarea {
	display: block;
	height: 200px;
	padding: 24px;
}

#respond input[type="text"]:focus,
#respond input[type="password"]:focus,
#respond textarea:focus {
	background: #fffef4;
}

#respond #reply-title small {
	display: block;
	font-size: 14px;
	text-transform: none;
	position: absolute;
	right: 10px;
	top: 10px;
}

/* 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 {
	margin: 0 0 5px 104px;	
	line-height: 52px;
}

#gk-mainbody article.attachment-page > header h1,
#gk-mainbody article.attachment-page > header h2 {
    margin: 0;
}

.attach-btn { 
	margin-bottom: 10px; 
	margin-top: 5px;
}

#gk-mainbody article.page-fullwidth > header h1,
#gk-mainbody article.page-fullwidth > header h2 {
	margin: 0 0 20px 0;
}

#gk-mainbody article.page-fullwidth time.entry-date,
#gk-mainbody article.page-fullwidth aside.meta {
    display: none;
}

.page-title {
	clear: both;
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 20px;
}

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

article header h1 a,
article header h2 a {
	color: #212121;
}
article header h1 a:hover,
article header h2 a:hover {
	color: #fb5a29;
}

article header {
	margin-bottom: 30px;
	position: relative;
}

article.post,
article.page {
	padding: 0 0 15px 0;
}

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

article.post.no-sidebar header > h1,
article.page.no-sidebar header > h1,
article.post.no-sidebar header > h2,
article.page.no-sidebar header > h2,
.search article header > h2,
article.page.no-sidebar aside.meta dl,
article.post.no-sidebar aside.meta dl {
	margin: 0!important;
}

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

article > footer {
	border-top: 1px solid #e5e5e5;
	padding: 16px 0;
}

article > footer::after,
#respond p.form-submit:after {
    clear: both;
    content: "";
    display: table;
}

article > .content,
article > .summary {
	clear: both;
	font-size: 14px;
	line-height: 26px;
}

article > .content > form {
    margin-top: 20px;
}

article > .content > form:after {
	clear: both;
	content: "";
	display: table;
}

article > .content {
    margin-bottom: 10px;
}

time.entry-date {
	display: block;
	position: absolute;
	margin-left: -32px;
	width: 94px;
	height: 38px;
	line-height: 38px;
	background: #fb5a29;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	top: 0px;
}

time.entry-date a {
	color: #fff;
	line-height: 38px;
	text-transform: uppercase;
	text-align: center;
}

time.entry-date span {
	font-size: 14px;
}

aside.meta dl {
	clear: both;
	margin: -2px 0 4px 110px;
}

aside.meta dl:after {
	clear:both;
	content:"";
	display:table;
}

aside.meta dt,
aside.meta dd {
	display: inline;
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	text-align: right;
}

aside.meta dd.date {
	display: none;
}

aside.meta dd:after {
	color: #b6b6b6;
	content: ' | ';
	display: inline;
	margin: 0;
	white-space: pre;
}

aside.meta dd:last-child:after {
	display: none;
}

aside.meta dt.date {
	display: none;
}

aside.meta time {
	display: block;
	float: right;
	width: 66px;
	height: 66px;
	line-height: 52px;
	padding: 6px;
	text-align: center;
	background: #FFB251;
	font-size: 48px;
	font-weight: 600;
	color: white;
	margin-bottom: 12px;
}

aside.meta time span {
	display: block;
	font-size: 18px;
	line-height: 0;
}

#gk-social-api {
	padding: 0;
}

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

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

article dl.tags {
	overflow: hidden;
	margin-bottom: 33px;
}

article dl.tags a {
	background: #FB5A29 url('/wp-content/themes/BikeStore/images/style1/tags.png') no-repeat 100% 0;
	color: #fff !important;
	display: inline-block;
	font-size: 11px;
	height: 21px;
	line-height: 21px;
	margin: 2px 8px 2px 0;
	padding: 0 17px 0 11px;
}

article dl.tags a:hover {
	background: #212121 url('/wp-content/themes/BikeStore/images/style1/tags.png') no-repeat 100% 100%;
}

article dl.tags dt {
	float: left;
	font-size: 14px;
	line-height: 26px;
	margin: 1px 20px 0 0;
}

article footer dl.tags dd {
	float: left;
	margin: 0;
	padding: 0;
}


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

article header h1 sup,
article.sticky header h1 sup,
article header h2 sup,
article.sticky header h2 sup {
	color: #FB5A29;
	font-size: 12px;
	font-weight: 400;
	padding: 2px 6px;
	top: -2.5em;
}

article figure.featured-image img {
	display: block;
	height: auto;
	margin: 0px auto 30px auto;
	max-width: 100%;
}

article figure.featured-image img + figcaption {
	color: #bbb;
	font-size: 12px;
	margin: -30px 0 15px 0;
	padding: 10px 0;
	text-align: center;
}

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

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

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

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

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

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