/**
 *
 * -------------------------------------------
 * Template stuff CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 7. Template additional features styles
 *
 *
------------------------------------ */

/* 7.1. Breadcrumbs & font-size
==================================== */
 
#gk-breadcrumb-area {
	border-bottom: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: -12px 0 31px;
	padding: 0 0 16px;
	overflow: hidden;
} 
 
.gk-breadcrumbs {
	color: #000;
	float: left;
	text-transform: uppercase;
	max-width: 100%;
} 

.gk-breadcrumbs > a:first-child:before {
	display: none;
}

.gk-breadcrumbs > a:before,
.gk-breadcrumbs > span:before {
	color: #c0c0c0;
	content: " / ";
	font-weight: normal;
	padding: 0 6px!important;
	text-align: center;
	width: 10px;
}

.gk-breadcrumbs > a {
	color: #999;	
	font-size: 11px;
}

.gk-breadcrumbs > a:active,
.gk-breadcrumbs > a:focus,
.gk-breadcrumbs > a:hover {
	color: #ed6363;
}

.gk-breadcrumbs > span {
	color: #000;
	font-size: 11px;
}
 
/* 7.2. Contact page template
==================================== */

#gk-contact {
	margin: 0;
	max-width: 540px;
	overflow: hidden;
	width: 100%;
}

#gk-contact dd {
	margin: 5px 0;
	padding: 0;
}

#gk-contact span.error {
	color: #ed6363;
}

.contactpage .gk-contact-error,
.contactpage .gk-contact-thanks {
	background: #282c2f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	margin: 30px 0;
	max-width: 520px;
	padding: 10px;
	text-align: center;
	width: 100%;
}

.contactpage .gk-contact-error {
	background: #ed6363;
}

.contactpage input[type="text"],
.contactpage textarea {
	width: 100%;
}

.contactpage input[type="submit"] {
	float: right;
	margin: 0;
}

/* 7.3. Page 404 template 
==================================== */ 

.page404 > p:first-child {
	font-size: 150%;
	padding: 20px 0;
	text-align: center;
}

.page404 > p:first-child > small {
	display: block;
	font-size: 85%;
	text-align: center;
}

.page404 label[for="s"] {
	display: none;
}

.page404 form {
	margin: 10px 0 30px 0;
	text-align: center;
}

.page404 > div {
	clear: both;
	overflow: hidden;
}

.page404 .widget {
	float: left;
	margin: 0 2%;
	width: 46%;
}

.page404 #searchsubmit {
	display: inline-block;
	float: none!important;
}

/* 7.4. Archive page template
==================================== */

.archivepage .widget h2 {
	font-size: 26px;
	margin-bottom: 20px;
}

.archivepage .widget {
    float: left;
    margin: 0 2%;
    width: 29%;
}

.archivepage .widget.first {
    margin-left: 0;
    width: 31%;
}

.archivepage .widget.last {
    margin-right: 0;
    width: 31%;
}

.archivepage .widget li:before {
    display: none;
}

.archivepage .widget.first li {
    position: relative;
}

.archivepage .widget.first li a {
    display: block;
    padding-left: 48px;
}

.archivepage .widget li small {
    color: #aaa;
    font-size: 11px;
    left: 0;
    position: absolute;
    top: 8px;
}

/* 7.5. Tag cloud template
==================================== */

.tagcloud .tag-cloud {
	border-top: 1px solid #e5e5e5;
	margin: 20px 0;
	padding: 10px 0;
}

.tagcloud .tag-cloud a {
	font-weight: 400;
	padding: 0 10px;
	vertical-align: middle;
}

/* 7.6. Login page template
==================================== */

.loginpage #loginform {
	margin: 0 auto;
	overflow: hidden;
	width: 240px;
}

.loginpage input[type="text"],
.loginpage input[type="password"] {
	clear: both;
	width: 240px;
}

.loginpage p label {
	display: block;
}

.loginpage .login-remember {
	float: left;
}

.loginpage .login-submit {
	float: right;
	margin: 10px 0;
}

.loginpage .login-submit input[type="submit"] {
	margin: 0;
}

.loginpage nav.small {
	border-top: 1px solid #eee;
	clear: both;
	margin: 10px auto;
	padding: 10px 0;
	width: 240px;
}

.loginpage nav.small ul {
	margin: 0;
}

.loginpage nav.small ul li {
	float: left;
	margin-right: 10px;
	padding-left: 0;
}

.loginpage nav.small ul li:before {
	display: none;
}

/* 7.7. Post formats header
==================================== */

.gk-format-aside,
.gk-format-audio,
.gk-format-chat,
.gk-format-gallery,
.gk-format-image,
.gk-format-link,
.gk-format-quote,
.gk-format-status,
.gk-format-video {
	display: block;
	float: left;
	height: 26px;
	margin: -1px 0 0 0!important;
	overflow: hidden;
	width: 26px;
}

.gk-format-aside:before,
.gk-format-audio:before,
.gk-format-chat:before,
.gk-format-gallery:before,
.gk-format-image:before,
.gk-format-link:before,
.gk-format-quote:before,
.gk-format-status:before,
.gk-format-video:before {
	color: #aaa;
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 1.7;
}

.gk-format-aside:before { 
	content: "\f0f6";
}

.gk-format-audio:before { 
	content: "\f001";
}

.gk-format-chat:before { 
	content: "\f086";
}

.gk-format-gallery:before { 
	content: "\f00a";
}

.gk-format-image:before { 
	content: "\f03e";
}

.gk-format-link:before { 
	content: "\f0c1";
}

.gk-format-quote:before { 
	content: "\f10e";
}

.gk-format-status:before { 
	content: "\f073";
}

.gk-format-video:before { 
	content: "\f03d";
}

/* 7.9. Author info
==================================== */
.author-info {
	background: transparent;
	clear: both;
	margin: 36px 0;
	min-height: 48px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.author-info > aside {
	left: 20px;
	position: absolute;
	top: 0px;
}

.author-info img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	margin-top: 0;
}

.author-info > div {
	padding: 0 0 0 162px;
}

.author-info h2 {
	color: #282c2f;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.author-info .author-desc {
	color: #999;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7;
}

/* 7.10. Post custom fields
==================================== */

.content dl.post-fields {
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.6;
	margin: 10px 0;
	padding: 0;
}

.content dl.post-fields dt {
	border-top: 1px solid #eee;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 0 0;
	padding: 8px 0 2px 0;
}

.content dl.post-fields dt:first-child {
	border-top: none;
} 

.content dl.post-fields dd {
	margin: 0;
	padding: 5px 0;
}

/* 7.11. oEmbed support
==================================== */

/* YouTube, Vimeo - responsive support */
.content iframe[src^='http://www.youtube.com'],
.content iframe[src^='https://www.youtube.com'],
.content iframe[src^='http://youtube.com'],
.content iframe[src^='https://youtube.com'],
.content iframe[src*='vimeo.com'] {
	max-width: 100%!important;
}

/* Twitter - responsive support */
.content .twitter-tweet-rendered {
	max-width: 100%!important;
}

/* Flickr - responsive support */
.content a[href^='http://www.flickr.com'],
.content a[href^='https://www.flickr.com'],
.content a[href^='http://flickr.com'],
.content a[href^='https://flickr.com'] {
	max-width: 100%!important;
}


/* 7.12. Attachment page
==================================== */

.attachment-page p {
	clear: both;
	padding: 30px 0 0 0;
}

.attachment-page .nav-prev {
	float: left;
}

.attachment-page .nav-next {
	float: right;
}

.attachment-page .intro {
	overflow: hidden;
	padding: 0 0 30px 0;
}

/* 7.13. Search page
==================================== */

.search-page #searchform {
	padding: 40px 0;
	text-align: center;
}

.search-page #searchform input[type="submit"] {
	display: inline-block;
	float: none;
}

.search-page .page-title {
	font-size: 32px;
	text-align: center;
}

/* 7.14. Log in popup
==================================== */

#gk-popup-overlay,
.gk-popup {
	color: #999;
	display: none;
	position: absolute;
	z-index: 1000002;
	left: 50%;
	top: 50%;
}

.gk-popup {
	margin-left: -320px;
	margin-top: -50px;
	top: 100px;
	width: 640px;
}

.gk-popup-wrap {
	overflow: hidden;
}

#gk-popup-overlay,
.gk-popup {
	display: none;
	z-index: 1000002;
	left: 50%;
}

.gk-popup h3 {
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.gk-popup #loginform  { 
	border: 1px solid #eee;
	margin: 42px 0 0;
   	overflow: hidden;
   	padding: 42px;
}

.gk-popup #loginform input[type="text"],
.gk-popup #loginform input[type="password"] {
	max-width: 270px!important;
	width: 100%!important;
}

.gk-popup .login-remember, 
.gk-popup .login-submit { 
    margin-left: 83px
}

.gk-popup .button-primary { 
    background: #ed6363;
}

.gk-popup p {
	margin: 0.5em 0;
}

.gk-popup .button-primary:hover { 
    background: #444;
}

.gk-popup .login-remember label {
	font-size: 11px;
	font-weight: 400;
	line-height: 27px;
}

.gk-popup .login-remember {
	margin: 10px 0 0 83px;
}

.gk-popup-wrap p label {
	display: inline-block;
	min-width: 80px;
}

#gk-popup-overlay {
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=98);
	opacity: 0.98;
	margin-left: 0;
}

.gk-popup-wrap .gk-icon-cross {
	color: #ed6363;
	cursor: pointer;
	font-size: 26px;
	line-height: 42px;
	position: absolute;
	right: 0;
}

.gk-popup-login input[type="submit"] {
	margin: 14px 0 0 0;
}

/* Cart styling */
#gk-popup-cart .cart_list li {
	border-bottom: 1px solid #eee;
	clear: both;
	color: #999;
	overflow: hidden;
	padding: 32px 0;
	text-align: right;
}

#gk-popup-cart .cart_list li img {
	border: 1px solid #eee;
	float: left;
	height: 120px;
	max-height: 120px;
	max-width: 120px;
	padding: 6px;
	width: 120px;
}

#gk-popup-cart .cart_list li a {
    color: #282C2F;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

#gk-popup-cart .variation {
    clear: none;
    float: right;
    font-size: 14px;
    margin-top: 0;
}

#gk-popup-cart .variation dt {
    display: none;
}

#gk-popup-cart .variation dd {
    clear: none;
    float: left!important;
}

#gk-popup-cart .variation dd p {
	clear: none;
	float: left!important;
}

#gk-popup-cart .variation dd p:before {
    content: "/";
    padding: 0 5px;
}

#gk-popup-cart .variation dt:first-child + dd p:before {
    display: none;
}

#gk-popup-cart .quantity {
    clear: right;
    color: #999;
    float: right;
    font-size: 20px;
    font-weight: 300;
    padding: 0;
}

#gk-popup-cart .quantity .amount {
    color: #ED6363;
    font-size: 20px;
    font-weight: 400;
}

#gk-popup-cart .total {
	border: none;
	color: #ed6363;
	float: right;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.3;
}

#gk-popup-cart .total strong {
	color: #999;
	font-weight: 300;
	font-size: 14px;
}

#gk-popup-cart .buttons {
	float: left;
	margin: 1.5em 0;
}

/* 7.15. Tables
==================================== */

article section table {
	margin: 10px 0;
}

article section table th {
	background: #eee;
	padding: 0 4px;
	text-align: left;
}

article section table td {
	padding: 0 4px;
}

article section table:not(.woocommerce) tbody tr:nth-child(2n), {
	background: #f5f5f5;
}

article section table td span.gk-table-label {
	display: none;
}