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

/* 7.1. Breadcrumbs & font-size
==================================== */
 
#gk-breadcrumb-fontsize {
	background: #F9F9F9;
	border-bottom: 1px solid #E5E5E5;
	margin: -10px -18px 24px -20px;
	overflow: hidden;
	padding: 14px 24px 15px;
} 
 
.gk-breadcrumbs {
	float: left;
	font-size: 12px;
	color: #333;
} 

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

.gk-breadcrumbs > a:before,
.gk-breadcrumbs > span:before {
	color: #ddd;
	content: " / ";
	font-weight: normal;
	padding: 0 5px;
}

.gk-breadcrumbs > span {
	color: #777;
}

.gk-breadcrumbs .gk-current {
	color: #333;
	font-weight: bold;
}
 
/* 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: #e25b32;
}

.contactpage .gk-contact-error,
.contactpage .gk-contact-thanks {
	background: #8DA734;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	margin: 30px 0;
	max-width: 520px;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
}

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

.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 {
	clear: both;
	display: block;
	font-size: 95%;
	text-align: center;
}

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

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

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

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

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

.page404 h2 {
	font-size: 28px;
	margin: 10px 0;
}

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

.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: 54px;
}

.archivepage .widget li small {
    color: #aaa;
    left: 0;
    position: absolute;
    top: 7px;
}

.archivepage h2 {
	font-size: 26px;
}

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

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

/* 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
==================================== */

header hgroup h2 {
	margin: 0;
	padding: 11px 0 10px 0;
}

.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 {
	background: #fff url('../images/post_formats/format-aside.png') no-repeat center center;
	display: block;
	height: 28px;
	margin-right: 8px;
	padding: 0;
	position: relative;
	text-align: left!important;
	text-indent: -9999px!important;
	top: -2px;
	width: 28px;
	z-index: 1;
}

.gk-format-audio { 
	background: #fff url('../images/post_formats/format-audio.png') no-repeat center center;
}

.gk-format-chat { 
	background: #fff url('../images/post_formats/format-chat.png') no-repeat center center;
}

.gk-format-gallery { 
	background: #fff url('../images/post_formats/format-gallery.png') no-repeat center center;
}

.gk-format-image { 
	background: #fff url('../images/post_formats/format-image.png') no-repeat center center;
}

.gk-format-link { 
	background: #fff url('../images/post_formats/format-link.png') no-repeat center center;
}

.gk-format-quote { 
	background: #fff url('../images/post_formats/format-quote.png') no-repeat center center;
}

.gk-format-status { 
	background: #fff url('../images/post_formats/format-status.png') no-repeat center center;
}

.gk-format-video { 
	background: #fff url('../images/post_formats/format-video.png') no-repeat center center;
}

/* 7.8. Page navigation
==================================== */

.pagenav {
	margin: 20px 0 10px 0;
	overflow: hidden;
}

.pagenav .nav-prev {
	float: left;
}

.pagenav .nav-next {
	float: right;
}

/* 7.9. Author info
==================================== */
.author-info {
	background: #222;
	clear: both;
	margin: -10px -20px 0 -20px;
	min-height: 48px;
	overflow: hidden;
	padding: 16px;
	position: relative;
}

#gk-breadcrumb-fontsize + #gk-mainbody > div > .author-info {
	margin-top: -24px;
}

.author-info {
	font-size: 14px!important;
}

.author-info p {
	margin: 6px 0;
}

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

.author-info img {
	display: block;
	padding: 12px;
}

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

.author-info h2 {
	color: #fff;
	font-size: 20px;
	margin: 0 0 6px 0;
}

.author-info a {
	color: #fff;
}

.author-info a:active,
.author-info a:focus,
.author-info a:hover {
	color: #e25b32;
}

.author-info .author-desc {
	margin: 0 24px 0 150px;
	padding: 24px 0;
}

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

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

.content dl.post-fields dt {
	border-top: 1px solid #e5e5e5;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 0 0;
	padding: 10px 0 5px 0;
}

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

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

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

/* YouTube - 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'] {
	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. Log in popup
==================================== */

#gk-popup-overlay,
#gk-popup-login {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: #222;
}

#gk-popup-login {
	color: #fff;
	position: absolute;
	top: 70px;
	width: 560px;
	margin-left: -280px;
}

#gk-popup-login #loginform  { 
    background: transparent url('../images/login.png') no-repeat 4px 6px; 
    padding-left: 160px 
}

#gk-popup-login label { 
    color: #fff; 
	font-size: 12px; 
	
}

#gk-popup-login #loginform input[type="text"],
#gk-popup-login #loginform input[type="password"] {
	float: right;
	height: 36px;
	width: 70%;
}

#gk-popup-login #loginform p { 
    padding: 0 0 18px
}

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

#gk-popup-login .button-primary { 
    background: #DE7037
}

#gk-popup-login .button-primary:hover { 
    background: #555
}

.gk-popup-wrap {
	padding: 32px;
	overflow: hidden;
}

#gk-popup-overlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	margin-left: 0;
}

/* 7.13. Style switcher
==================================== */

#gk-style-area a {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 9px 3px 9px 0;
	text-indent: -9999px;
	-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-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	   -moz-transition:    -moz-transform 0.2s ease-out;
	     -o-transition:      -o-transform 0.2s ease-out;
	        transition:         transform 0.2s ease-out;
	width: 8px;
}

#gk-style-area a:hover {
	-webkit-transform: scale(1.5);
	   -moz-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	     -o-transform: scale(1.5);
	        transform: scale(1.5);
}

#gk-color-1 {
	background: #eb592a;
}

#gk-color-2 {
	background: #3eabe9;
}

#gk-color-3 {
	background: #8DA734;
}

#gk-color-4 {
	background: #8c7a71;
}

#gk-color-5 {
	background: #e8a246;
}

#gk-color-6 {
	background: #c375b5;
}

/* 7.14. Landing Page Template 
==================================== */

.page-landingpage header {
	padding: 30px 0 20px 0;
}

.page-landingpage header h1 {
	font-size: 56px!important;
	text-align: center;
}

.page-landingpage p.intro {
	color: #222;
	font-size: 17px;
	text-align: center;
}

.page-landingpage p.intro::after {
	border-top: 1px solid #f2f2f2;
	content: "";
	display: block;
	margin: 30px auto 90px auto;
	width: 233px;
}

.page-landingpage .gk-block-left,
.page-landingpage .gk-block-right {
	clear: both;
	overflow: hidden;
}

.page-landingpage .gk-block-left > div,
.page-landingpage .gk-block-right > div {
	margin-top: 90px;
	width: 33%;
}

.page-landingpage .gk-block-left > p,
.page-landingpage .gk-block-right > p,
.page-landingpage .gk-block-left > img,
.page-landingpage .gk-block-right > img,
.page-landingpage .gk-block-left > a,
.page-landingpage .gk-block-right > a {
	width: 60%;
}

.page-landingpage .gk-block-left > img,
.page-landingpage .gk-block-right > img
.page-landingpage .gk-block-left > p img,
.page-landingpage .gk-block-right > p img {
	max-width: 100%;
}

.page-landingpage .gk-block-left > div {
	float: left;	
	margin-left: 3%;
}

.page-landingpage .gk-block-right > div {
	float: right;
	margin-right: 3%;
}

.page-landingpage .gk-block-left > p,
.page-landingpage .gk-block-left > img,
.page-landingpage .gk-block-left > a {
	float: right;
}
.page-landingpage .gk-block-right > p,
.page-landingpage .gk-block-right > img,
.page-landingpage .gk-block-right > a {
	float: left;
}

.page-landingpage .gk-block-left > div h3,
.page-landingpage .gk-block-right > div h3 {
	font-size: 38px;
	margin: 0 0 32px 0;
}

.page-landingpage .gk-block-left > div .gk-button,
.page-landingpage .gk-block-right > div .gk-button {
	display: inline-block;
	float: none;
	margin: 0 auto;
}