/**
 *
 * -------------------------------------------
 * Basic template CSS file
 * -------------------------------------------
 *
 **/
 
/*
 *
 * 1. Global elements
 *
 *
------------------------------------ */
 
/* 1.1. Base document elements
==================================== */

* {
	outline: none!important;
}

html {
	background: #5a69de;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	min-height: 100%;
}

body { 
	color: #666;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.9;
	height: 100%;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}

/* 1.2. Base typography elements
==================================== */

a,
#gk-mainbody header h1 a:active,
#gk-mainbody header h1 a:focus,
#gk-mainbody header h1 a:hover,
#gk-mainbody header h2 a:active,
#gk-mainbody header h2 a:focus,
#gk-mainbody header h2 a:hover,
article header ul a:active,
article header ul a:focus,
article header ul a:hover {
	color: #7484ff;
	-webkit-transition: color 0.2s linear;
	   -moz-transition: color 0.2s linear;
	     -o-transition: color 0.2s linear;
	        transition: color 0.2s linear;
	text-decoration: none;
}

a:hover,
a:active,
a:focus,
article header ul a,
#gk-mainbody header h1 a,
#gk-mainbody header h2 a, 
#gk-sidebar .box a:hover {
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 12px 0;
	padding: 0;
}

h1 {
	font-size: 52px;
	font-weight: 300;
	margin: 0 0 24px 0;
}

h2,
.page-title {
	font-size: 42px;
	font-weight: 300;
	margin: 0 0 18px 0;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 13px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	line-height: 2.0;
}

p {
	margin: 0.5em 0 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

iframe {
	max-width: 100%!important;
}

/* 1.3. Base form elements
==================================== */

/* buttons */
.btn,
button,
.nav-btn a,
.more-link,
.gk-button,
a.gk-button,
input[type="button"],
input[type="submit"],
.gk-price-table dd a {
	background: #7484ff;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff!important;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: 400!important;
	height: 34px;
	line-height: 34px;
	margin: 0 5px 2px 2px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.nav-btn a:active,
.nav-btn a:focus,
.nav-btn a:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:active,
input[type="button"]:active,
input[type="submit"]:active,
button.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
a.gk-button:hover,
a.gk-button:active,
a.gk-button.active,
a.gk-button.disabled,
a.gk-button[disabled],
.btn:focus,
button:focus,
a.gk-button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.more-link:active,
.more-link:focus,
.more-link:hover,
.gk-price-table dd a:active,
.gk-price-table dd a:focus,
.gk-price-table dd a:hover {
 	background: #5a69de;
 	color: #fff!important;
}

/* input fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="www"],
input[type="tel"],
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 #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 300;
	color: #666;
	height: 38px;
	max-width: 100%!important;
	padding: 0 10px;
}

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;
	height: auto;
	max-width: 100%!important;
	padding: 24px;
}

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

label {
	color: #222;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 0 6px 0 0;
	text-transform: uppercase;
}

select {
	height: inherit;
	max-width: 100%;
	padding: 6px
}

#searchsubmit {
	float: none;
	display: inline-block;
}

/* Additional button styles */
.border,
.gk-price-table dd a {
	background: transparent!important;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #888!important;
}
.border:hover,
.gk-price-table dd a:hover {
	background: #7484ff!important;
	border-color: #7484ff!important;
	color: #fff!important;
}
.gk-price-table .gk-premium dd a:hover {
	border-color: #fff;
}
#gk-bottom2 .border {
	border-color: #fff;
}
#gk-bottom2 .box .border:hover {
	background: #fff!important;
	border-color: #fff!important;
	color: #7484ff!important;
}
.bigbutton,
#respond input[type="submit"] {
	border-width: 2px!important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	float: none;
	font-size: 15px;
	font-weight: 400;
	height: 58px!important;
	line-height: 58px!important;
	padding: 0 32px!important;
	text-transform: uppercase!important;
}

/* 1.4. Base other elements
==================================== */

article {
	margin: 0;
}

.tag-page article,
.category-page article,
.search-page article,
.archive article,
.page-template-template-latest-php article,
.home .gk-is-homepage article,
.home #gk-mainbody article {
	margin: 0 0 80px 0;
}

.tag-page > article,
.search-page > article {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	min-height: auto!important;
	padding: 0 0 0 20px;
	width: 50%;
}

#gk-mainbody.tag-page > article h2,
#gk-mainbody.search-page > article h2 {
	font-size: 28px;
	line-height: 36px;
}

.tag-page > hr + article,
.tag-page > article:first-child,
.search-page > hr + article,
.search-page > #searchform + article {
	padding: 0 20px 0 0;
}

.tag-page > hr,
.search-page > hr {
	border: none;
	clear: both;
}

/* 1.5. Base CSS classes
==================================== */

/*
 *
 * 2. Template containers
 *
 *
------------------------------------ */

#gk-content-wrapper {
	background: #fff;
	position: relative;
	z-index: 50;
}

#gk-content-wrapper.no-intro {
	padding: 75px 0 0 0;
}

#gk-content-wrapper > p:first-child {
	text-align: center;
}

.gk-page-wrap > .gk-page {
	padding: 60px 0 30px 0;
}

.gk-page-wrap.gk-is-homepage > .gk-page {
	padding: 0;
}

.gk-page-wrap.gk-is-homepage #gk-mainbody-columns > section {
	padding: 0;
}

.gk-page {
	margin: 0 auto;
	width: 100%; 
}

#gk-mainbody-columns {
	display: block;
	width: 100%;
}

#gk-mainbody-columns > section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 0 0 30px 0;
}

#gk-mainbody-columns > aside {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 0 0 0 65px;
}

#gk-mainbody-columns.gk-column-left > section {
	float: right;
}

#gk-mainbody-columns.gk-column-left > aside {
	float: left;
	padding: 0 65px 0 0;
}

/*
 *
 * 3. Template structure
 *
 *
------------------------------------ */
 
/* 3.1. Top
==================================== */

#gk-intro {
	height: 100%;
	position: relative;
}

#gk-top {	
	background: #fff;
	border-bottom: 1px solid #eee;
	min-height: 75px;
	position: fixed;
	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: 999;
}

body #gk-top.is-intro {
	top: -200px;
}

.admin-bar #gk-top {
	top: 28px;
}

#gk-user-area {
	float: right;
}

#gk-user-area .btn {
	color: #333!important;
	float: right;
	margin: 20px 0 0 26px;
}

#gk-user-area .btn:hover {
	color: #fff!important;
}

/* 3.2. Header
==================================== */

/* Logo */

a.cssLogo {
	height: 44px;
	margin: 24px 30px 0 0;
	padding: 0;
	text-indent: -9999px;
	text-shadow: none;
	width: 140px;
	display: block;
	float: left;
}

a.cssLogo {
	background: transparent url('../images/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 74px;
	margin-top: 0;
	width: 130px;
}

a.textLogo {
	color: #333;
	display: block;
	float: left;
	font-size: 22px;
	font-weight: bold;
	height: auto;
	line-height: 24px;
	margin: 0;
	overflow: hidden;
	padding: 25px 5px 5px 0;
	text-align: center;
	text-indent: 0;
	text-transform: uppercase;
	width: auto;		
}

a.textLogo small {
	color: #c3c3c3;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

/* Header */

#gk-header {
	background: #f8f8f8;
	clear: both;
}

/* 3.3. Content
==================================== */

section.intro {
	font-size: 110%;
	padding: 0;
}

.box:after,
article:after,
#respond:after,
#gk-top:after,
#gk-top1:after,
#gk-top2:after,
#gk-bottom1:after,
#gk-bottom2:after,
#gk-bottom3:after,
#gk-bottom4:after,
#gk-bottom5:after,
#gk-bottom6:after,
#gk-mainbody:after,
#gk-mainbody-columns:after,
#gk-footer:after,
section.content:after {
    clear: both;
    content: "";
    display: table;
}

#gk-mainbody-top {
	padding: 0 0 30px 0;
}

#gk-mainbody-bottom {
	padding: 30px 0 0 0;
}

/* 3.4. Sidebar
==================================== */

/* 3.5. Bottom
==================================== */

#gk-bottom1,
#gk-bottom2 {
	overflow: hidden;
	padding: 64px 0 40px 0;
}
#gk-bottom2 {
	background: #7484ff;
}
#gk-bottom1 .box,
#gk-bottom2 .box {
	padding: 0 20px;
}

/* 3.6. Footer
==================================== */

#gk-footer {
	background: #5a69de;
	border-top: 1px solid #707ff4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #a4aeff;
	font-size: 14px;
	font-weight: 400;
	line-height: 90px;
	padding: 0;
}

#gk-footer > div {
	padding: 0;
}

#gk-footer a {
	color: #c6cfff;
}

#gk-footer a:active,
#gk-footer a:focus,
#gk-footer a:hover {
	color: #fff;
}

#footer-menu {
	float: left;
}

#footer-menu li {
	border: none;
	float: left;
	line-height: 90px;
	margin: 0 16px 0 0!important;
	padding: 0;
	text-transform: uppercase;
}

#footer-menu ul {
	display: none;
}

#gk-footer .gk-copyrights {
	float: right;
	margin: 0;
	padding: 0;
}

#gk-footer .gk-framework-logo {
	clear: both;
	display: block;
	margin: 0 auto!important;
	padding: 32px 0!important;
}

/* Style switcher */
#gk-style-area {
	display: block;
	float: right;
	line-height: 10px;
	margin: 25px 0 0 20px;
	padding: 0;
	text-align: center;
}

#gk-style-area a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 15px 0 0 5px;
	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-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: 10px;
}

#gk-style-area a:first-child {
	margin-left: 0;
}

#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-color1 { background: #7484ff; }
#gk-color2 { background: #68b5ff; }
#gk-color3 { background: #81ac8b; }
#gk-color4 { background: #ff7f66; }
#gk-color5 { background: #fa9556; }
#gk-color6 { background: #ff8598; }

/*
 *
 * 4. Widget styles
 *
 *
------------------------------------ */
 
/* 4.1. Base style
==================================== */

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}

#gk-mainbody-top .box,
#gk-mainbody-bottom .box {
	padding: 0;
}

/* 4.2. Base style for other areas
==================================== */

#gk-top1 .box,
#gk-top2 .box,
#gk-bottom1 .box,
#gk-bottom2 .box,
#gk-bottom3 .box,
#gk-bottom4 .box,
#gk-bottom5 .box,
#gk-bottom6 .box {
	float: left;
}

#gk-top1 .box,
#gk-top2 .box {
	padding: 0 20px;
}

#gk-top1 .box:first-child,
#gk-top2 .box:first-child {
	padding-left: 10px;
}

#gk-top1 .box:last-child,
#gk-top2 .box:last-child {
	padding-right: 10px;
}

.widget-area .col1 { width: 100%; }
.widget-area .col2 { width: 50%; }
.widget-area .col3 { width: 33.3%; }
.widget-area .col4 { width: 25%; }
.widget-area .col5 { width: 20%; }
.widget-area .col6 { width: 16.6%; }

.widget-area .box.last1 { width: 100%; }
.widget-area .box.last2 { width: 50%; }
.widget-area .box.last3 { width: 33.3%; }
.widget-area .box.last4 { width: 25%; }
.widget-area .box.last5 { width: 20%; }

.widget-area .nth1 {
	clear: both;
}

/* 4.3. Device classes
==================================== */

.onlyDesktop {
	display: block!important;
}

.onlyTablets {
	display: none!important;
}

.onlySmartphones {
	display: none!important;
}

.onlyTabltetsAndSmartphones {
	display: none!important;
}