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

/* 7.1. Breadcrumbs & font-size
==================================== */
 
#gk-breadcrumb-area {
	background: #7484ff;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 36px 0
} 
 
.gk-breadcrumbs {
	float: none;
	margin: 0 auto;
} 

.gk-breadcrumbs a,
.gk-breadcrumbs span {
	color: #fff;
	float: left;
	font-size: 28px;
	font-weight: 300;
	line-height: 2.1;
	max-width: 1040px;
}

.gk-breadcrumbs a:hover {
	color: #ddd;
}

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

.gk-breadcrumbs > a:before,
.gk-breadcrumbs > span:before {	
	color: #ccc;
	content: " / ";
	font-size: 16px;
	font-weight: 300;
	padding: 13px 10px!important;
}
 
/* 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: #dd514c;
}

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

.contactpage input[type="submit"] {
	float: left;
	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 > div + div {
	margin-top: 40px;
}

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

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

/* 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;
	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 0;
	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 {
	display: block;
	float: left;
	height: 26px;
	margin-right: 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.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: #fafafa;
	clear: both;
	margin: 0 0 36px 0;
	min-height: 48px;
	overflow: hidden;
	padding: 16px;
	position: relative;
}

#gk-social-api + .author-info {
	margin-top: 72px;
}

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

.author-info img {
	display: block;
}

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

.author-info h2 {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.author-info h2 a {
	color: #333;
}

.author-info h2 a:hover {
	color: #7484ff;
}

.author-info .author-desc {
	font-size: 14px;
	line-height: 1.7;
}

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

.content dl.post-fields {
	border-top: 1px solid #eee;
	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: 10px 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. Thickbox styling
==================================== */

body #TB_load,
body #TB_window {
	border: none!important;
	background: transparent!important;
}

body #TB_window {
	background: #000!important;
}

body #TB_title {
	display: none;
}

/* 7.15. Log in popup
==================================== */

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

#gk-popup-login {
	margin-left: -220px;
	position: fixed;
	width: 426px;
}

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

.gk-popup-wrap h3 {
	font-size: 33px;
	font-weight: 300;
	line-height: 42px;
	margin: 0 0 30px;
	text-transform: uppercase;
}

.gk-popup-wrap p {
	margin: 0 0 10px 0;
}

.gk-popup-wrap .login-submit {
	padding: 20px 0 0 0;
}

.gk-popup-wrap input[type="text"],
.gk-popup-wrap input[type="password"] {
	margin: 6px 0 0;
	width: 99%;
}

.gk-popup-wrap input[type="submit"] {
	height: 44px;
	line-height: 44px;
	padding: 0 22px;
}

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

/* 7.16. Demo content
==================================== */

/* Quote */
h1.gk-quote,
h2.gk-quote,
h3.gk-quote {
	color: #666;
	font-size: 26px;
	font-style: italic;
	line-height: 38px;
	margin: 0;
	padding: 30px 0;
	text-align: center;
}

/* Team */
.gk-team {
	margin: 0 -8px;
	padding: 80px 0;
	width: auto!important;
}

.gk-team:after {
	clear: both;
	content: "";
	display: table;
}

.gk-team figure {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 1%;
	position: relative;
	width: 100%;
}

.gk-team-overlay {
	background: #7484ff;
	height: 100%;
	left: 0;
	opacity: 0; filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	-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;
	width: 100%;
	z-index: 1;
}

figure.hover .gk-team-overlay {
	opacity: 1; filter: alpha(opacity=100);
}

.gk-team.col2 figure { width: 48%; }
.gk-team.col3 figure { width: 31.3%; }
.gk-team.col4 figure { width: 23%; }

.gk-team figure img {
	display: block;
	max-width: 100%;
	width: 100%;
}

.gk-team figcaption {
	background: #fff;
	margin: 14px 0 0 0;
	padding: 18px 22px;
}

.gk-team figcaption h3 {
	color: #333;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.0;
	margin: 0;
	text-transform: uppercase;
}

.gk-team figcaption small {
	color: #999;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.0;
	text-transform: uppercase;
}

.gk-team-overlay > a {
	border: 2px solid #fff;
	-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;
	display: block;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	opacity: 0; filter: alpha(opacity=0);
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 64%;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	width: 50px;
}

.gk-team-overlay a.active {
	opacity: 1.0; filter: alpha(opacity=100);
	top: 50%;
}

.gk-team-overlay a:hover {
	background: #6675e6;
}

/* Icons amount */
.gk-team-overlay.gkIcons1 a {
	margin-top: -25px;
}

.gk-team-overlay.gkIcons2 a {
	margin-top: -57px;	
}

.gk-team-overlay.gkIcons2 a + a {
	margin-top: 3px;
}

.gk-team-overlay.gkIcons3 a {
	margin-top: -87px!important;	
}

.gk-team-overlay.gkIcons3 a + a {
	margin-top: -25px!important;
}

.gk-team-overlay.gkIcons3 a + a + a {
	margin-top: 36px!important;
}

.gk-team-overlay > a:before {
	color: #fff;
	display: block;
	font-family: FontAwesome;
	font-size: 28px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-indent: 0!important;
	width: 50px;
}

.gk-team-overlay a[data-type="fb"]:before {
	content: '\f09A';
}

.gk-team-overlay a[data-type="twitter"]:before {
	content: '\f099';
}

.gk-team-overlay a[data-type="gplus"]:before {
	content: '\f0d5';
}

/* Team - animation */
.gk-team figure.animate_queue_element {
	opacity: 0; filter: alpha(opacity=0);
	position: relative;
	top: 100px;
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.gk-team figure.animate_queue_element.loaded {
	opacity: 1; filter: alpha(opacity=100);
	top: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* Testimonials */
.gk-testimonial:before {
	display: none;
}
.gk-testimonial {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0 24px;
}
.gk-testimonial.col1 { width: 100%; }
.gk-testimonial.col2 { width: 50%; }
.gk-testimonial.col3 { width: 33.3%; }
.gk-testimonial.col4 { width: 25%; }
.gk-testimonial img {
	float: left;
	margin: 4px 32px 4px 0;
}
.gk-testimonial p {
	color: #888;
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
	margin: 0;
}
.gk-testimonial p cite {
	color: #333;
	display: block;
	margin: 20px 0 0 0;
}

/* Testimonial - animation */
.gk-testimonial.animate {
	opacity: 0; filter: alpha(opacity=0);
	position: relative;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.gk-testimonial.animate.loaded {
	opacity: 1; filter: alpha(opacity=100);
}

.gk-testimonial.animate.col2,
.gk-testimonial.animate.col3,
.gk-testimonial.animate.col4 {
	left: -300px;
}

.gk-testimonial.animate.col2 + .gk-testimonial.animate.col2,
.gk-testimonial.animate.col3:nth-child(3), 
.gk-testimonial.animate.col4:nth-child(4) {
	left: 300px;
}

.gk-testimonial.animate.col2.loaded,
.gk-testimonial.animate.col3.loaded,
.gk-testimonial.animate.col4.loaded {
	left: 0!important;
}

/* Price Table */
.gk-price-table {
	margin: 0 0 0 1px;
	padding: 60px 0 48px 0;
	width: 100%!important;
}
.gk-price-table::after {
	clear: both;
	content: "";
	display: table;
}
.gk-price-table.col1 dl {
	width: 100%;
}
.gk-price-table.col2 dl {
	float: left;
	width: 50%;
}
.gk-price-table.col3 dl {
	float: left;
	width: 33.3%;
}
.gk-price-table.col4 dl {
	float: left;
	width: 25%;
}
.gk-price-table.col5 dl {
	float: left;
	width: 20%;
}
.gk-price-table dl {
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -1px;
	padding: 20px 32px;
}
.gk-price-table.gk-white dl {
	background: #f8f8f8;
}
.gk-price-table dt {
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 65px;
	margin-top: -20px;
	text-align: center;
}
.gk-price-table dd {
	font-size: 16px;
	font-weight: 36px;
	margin: 0;
	padding: 6px 0;
	text-align: center;
}
.gk-price-table dd a {
	display: inline-block;	
	float: none;
	margin: 23px 0 15px;
}
.gk-price-table .gk-premium dd a {
	background: #fff;
	color: #fff!important;
}
.gk-price-table .gk-premium dd a:hover {
	background: #fff!important;
	border-color: #fff!important;
	color: #5A69DE!important;
}
.gk-price-table dd.gk-price {
	color: #000;
	font-size: 60px;
	font-weight: 600;
}
.gk-price-table dd.gk-price small {
	color: #999;
	font-size: 16px;
	font-weight: 300;
}
.gk-price-table dl.gk-premium {
	background: #5A69DE;
	border-color: #5A69DE;
}
.gk-price-table dl.gk-premium dt {
	border-bottom: 1px solid rgba(255,255,255, 0.2);
	color: #fff;
}
.gk-price-table dl.gk-premium dd,
.gk-price-table dl.gk-premium dd.gk-price small {
	color: #fff;
}

/* 7.17. 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 tbody tr:nth-child(2n) {
	background: #f5f5f5;
}

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