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

html {
	-webkit-font-smoothing: subpixel-antialiased;
	min-height: 100%;
}
body {
	background: #f3f3f3;
	color: #8e9798;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
	margin: 0;
	min-height: 100%;
	padding: 0;
	-ms-word-wrap: break-word;
	    word-wrap: break-word;
}
body.solidBg {
	background: #e5e5e5;
	background-attachment: scroll;
	background-size: auto;
	background-repeat: repeat;
}
body.solidBg.pattern1 { background-image: url('../images/patterns/pattern1.png'); }
body.solidBg.pattern2 { background-image: url('../images/patterns/pattern2.png'); }
body.solidBg.pattern3 { background-image: url('../images/patterns/pattern3.png'); }
body.solidBg.pattern4 { background-image: url('../images/patterns/pattern4.png'); }
body.solidBg.pattern5 { background-image: url('../images/patterns/pattern5.png'); }
body.solidBg.pattern6 { background-image: url('../images/patterns/pattern6.png'); }
body.solidBg.pattern7 { background-image: url('../images/patterns/pattern7.png'); }
body.solidBg.pattern8 { background-image: url('../images/patterns/pattern8.png'); }
body.solidBg.pattern9 { background-image: url('../images/patterns/pattern9.png'); }
body.solidBg.pattern10 { background-image: url('../images/patterns/pattern10.png'); }
body.solidBg.pattern11 { background-image: url('../images/patterns/pattern11.png'); }
body.solidBg.pattern12 { background-image: url('../images/patterns/pattern12.png'); }

body[data-mobile="true"] #main-menu-mobile select {
    font-size: 50px;
}
#gk-bg {
	min-height: 100%;
	padding: 0 0 101px 0;
	width: 100%;
}
#gk-header {
	background: #84cbc5;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 170px;
	position: relative;
}

/* 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: #f47264;
	-webkit-transition: color 0.2s linear, background-color 0.2s linear;
	-moz-transition: color 0.2s linear, background-color 0.2s linear;
	-o-transition: color 0.2s linear, background-color 0.2s linear;
	transition: color 0.2s linear, background-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: #292b31;
}

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

h1 {
	font-size: 42px;
	font-weight: 300;
	margin: 0 0 12px;
}

h2,
.page-title {
	font-size: 38px;
	font-weight: 300;
	margin: 0 0 12px 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 2.5em;
}

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

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

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

/* buttons */
.btn,
button,
.button,
.readon,
.nav-btn a,
.more-link,
.gk-button,
a.gk-button,
input[type="button"],
input[type="submit"],
.gk-price-table dd a,
.nav-prev a,
.nav-next a {
	background: #84CBC5;
	border: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff!important;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 300!important;
	height: 40px;
	line-height: 41px;
	margin: 0 5px 2px 2px;
	padding: 0 40px;
	text-align: center;
	-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],
.readon:active,
.readon:focus,
.readon:hover,
.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,
.button:active,
.button:focus,
.button:hover,
.nav-prev a:active,
.nav-next a:active,
.nav-prev a:focus,
.nav-next a:focus,
.nav-prev a:hover,
.nav-next a:hover {
	background: #666;
	color: #fff!important;
}

#respond input[type="submit"]:hover {
	background: #f47264;
}

.readon {
	padding: 0px 30px;
}

.button.color1,
.readon.color1 {
	background: #76acfc;
}
.button.color1:active,
.readon.color1:active, 
.button.color1:focus,
.readon.color1:focus, 
.button.color1:hover,
.readon.color1:hover {
	background: #292b31;
}

/* 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 #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 300;
	color: #777;
	height: 40px;
	max-width: 100%!important;
	padding: 2px 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: 400;
	padding: 0 6px 0 0;
	text-transform: uppercase;
}

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

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

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

article {
	margin-top: 20px;
}

#gk-mainbody article:first-child {
	margin-top: 0;
}

.tag-page article,
.category-page article,
.search-page article,
.archive article,
.page.page-template-template-latest-php article,
.home .gk-is-homepage article,
.home #gk-mainbody article {
	border-top: 1px solid #e5e5e5;
	margin: 20px 0 72px 0;
	padding-top: 72px;
}

.tag-page article:first-child,
.category-page article:first-child,
.search-page article:first-child,
.archive article:first-child,
.page-template-template-latest-php article:first-child,
.home .gk-is-homepage article:first-child,
.home #gk-mainbody article:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.has-featured-image {
	border: 0!important;
	padding-top: 36px!important;
}

#gk-mainbody .has-featured-image:first-child,
.author.archive  #gk-mainbody .author-info + .has-featured-image {
	padding-top: 0!important;
}

.author.archive  #gk-mainbody .author-info + article {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.gk-article-body header > h2 {
	font-size: 36px;
}

.gk-article-body header {
	margin-bottom: 32px;
}

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

/* Category, archive, tag view */
.gk-article-info {
	color: #aaa;
	float: left;
	font-size: 13px;
	width: 15%;
	position: relative;
}

.gk-article-info ul {
	clear: both;
}

.gk-article-info ul li {
	line-height: 1.6;
}

.gk-article-info a {
	color: #666;
}

.gk-article-info a:hover {
	color: #f47264;
}

.gk-article-info + .gk-article-body {
	float: right;
	width: 78%;
}

.gk-article-info .format {
	overflow: visible;
	width: 100%;
}

article.no-date .gk-article-info .format:before {
	left: 0;
	top: -26px;
}

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

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

.gk-page {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%; 
}

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

#gk-mainbody.contains-widget {
	padding: 0;
}

.frontpage #gk-mainbody {
	padding-top: 40px;
}

#gk-mainbody-columns {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 90px 120px;
}

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

#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 30px 90px;
}

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

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

.frontpage #gk-mainbody-columns {
	padding: 0 120px;
}

.frontpage-header1 #gk-mainbody-columns {
	padding-top: 30px;
}

.frontpage #gk-mainbody-columns > section {
	padding-top: 5px;
}

.frontpage #gk-mainbody {
	padding: 100px 0;
}

/* Frontpage generated from posts */
.page-template-template-frontpage-php #gk-mainbody-columns .gk-bottom:after,
#gk-header-frontpage:after,
#gk-header:after {
	clear: both;
	content: "";
	display: table;
}
.page-template-template-frontpage-php #gk-header {
	background: transparent;
	position: absolute;
	width: 100%;
}

.page-template-template-frontpage-php #gk-content-wrapper {
	position: relative;
}

.page-template-template-frontpage-php #gk-top {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
}

.frontpage-header1 #gk-header-frontpage {
	background: #84cbc5;
}

.page-template-template-frontpage-php #gk-mainbody-columns .gk-bottom {
	padding: 100px 0;
}

.page-template-template-frontpage-php #gk-mainbody-columns .gk-bottom:first-child {
	padding: 80px 0;
}

.page-template-template-frontpage-php #gk-mainbody-columns .gk-bottom:nth-child(7) {
	padding-bottom: 130px;
}

.page-template-template-frontpage-php #gk-mainbody-columns {
	padding: 0 120px;
}

.page-template-template-frontpage-php.frontpage-header1 #gk-mainbody-columns {
	padding-top: 35px;
}

.page-template-template-frontpage-php .box.light-color-bg,
.page-template-template-frontpage-php .box.color-bg {
	float: none;
	margin: -100px -120px!important;
	min-width: 100%;
	overflow: hidden;
	padding: 100px 120px!important;
	width: auto!important;
}


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

#gk-top {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 75px;
	padding: 0 40px;
	position: absolute;
	top: 0;
	width: 100%;
}

#gk-header-bottom {
	background: #dd5749;
	padding: 40px 90px 0 90px;
}

#gk-header-bottom > div {
	margin: 0 -20px;
}

.frontpage #gk-top1,
.frontpage #gk-top2 {
	padding: 80px 0;
}


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

/* Logo */
#gk-top > h1 {
	float: left;
	left: 80px;
	position: relative;
	top: 49px;
}

.has-header #gk-top > h1,
.page-template-template-frontpage-php #gk-top > h1 {
	top: 120px;
	left: 80px;
}
a.cssLogo {
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 139px;
	display: block;
	float: left;
	margin: 0;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

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

.svg a.cssLogo {
	background-image: url('../images/logo.svg');
}

a.textLogo {
	color: #fff;
	display: block;
	float: left;
	font-size: 56px;
	font-weight: bold;
	height: auto;
	line-height: 45px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-indent: 0;
	width: auto;
}

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

/* Header */
#gk-header {
	clear: both;
}

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

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

.box:after,
.custom:after,
article:after,
#respond:after,
#gk-header-bottom:after,
.widget-area: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 {
	margin: 0 0 30px 0;
}

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

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

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

#gk-bottom1,
#gk-bottom2,
#gk-bottom3,
#gk-bottom4,
#gk-bottom5,
#gk-bottom6,
#gk-bottom7,
#gk-bottom8 {
	background: #fff;
	overflow: hidden;
	padding: 0 120px;
	width: auto;
}

#gk-top1 .box,
#gk-top2 .box,
#gk-bottom1 .box,
#gk-bottom2 .box,
#gk-bottom3 .box,
#gk-bottom4 .box,
#gk-bottom5 .box,
#gk-bottom6 .box {
	background: #fff;
	padding: 0 20px 30px;
}

#gk-bottom1 .box,
#gk-bottom2 .box,
#gk-bottom3 .box,
#gk-bottom4 .box,
#gk-bottom5 .box,
#gk-bottom6 .box,
#gk-bottom7 .box,
#gk-bottom8 .box {
	padding-bottom: 60px;
	padding-top: 60px;
}

#gk-bottom1.gk-single-widget > div,
#gk-bottom2.gk-single-widget > div,
#gk-bottom3.gk-single-widget > div,
#gk-bottom4.gk-single-widget > div,
#gk-bottom5.gk-single-widget > div,
#gk-bottom6.gk-single-widget > div,
#gk-bottom7.gk-single-widget > div,
#gk-bottom8.gk-single-widget > div {
	margin: 0 -120px!important;
	width: auto!important;
}

#gk-bottom1.gk-single-widget .box,
#gk-bottom2.gk-single-widget .box,
#gk-bottom3.gk-single-widget .box,
#gk-bottom4.gk-single-widget .box,
#gk-bottom5.gk-single-widget .box,
#gk-bottom6.gk-single-widget .box,
#gk-bottom7.gk-single-widget .box,
#gk-bottom8.gk-single-widget .box {
	float: none;
	min-width: 100%;
	padding: 100px 120px!important;
	width: auto!important;
}

#gk-top1 .widget-area,
#gk-top2 .widget-area,
#gk-bottom1 .widget-area,
#gk-bottom2 .widget-area,
#gk-bottom3 .widget-area,
#gk-bottom4 .widget-area,
#gk-bottom5 .widget-area,
#gk-bottom6 .widget-area,
#gk-bottom7 .widget-area,
#gk-bottom8 .widget-area {
	margin: 0 -20px!important;
}

.frontpage #gk-top1 .widget-area,
.frontpage #gk-top2 .widget-area {
	margin: 0!important;
}

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

#gk-footer {
	background: #292b31;
	-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: #bfbfbf;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	padding: 90px 120px;
}

#gk-footer .gk-page {
	display: table;
}

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

#gk-footer > div > div {
	display: table-cell;
	vertical-align: top;
}


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

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

#gk-footer-nav {
	padding: 0 0 0 3%;
	vertical-align: bottom!important;
	width: 50%;
}
#gk-footer-nav ul {
	float: right;
}

#footer-menu li {
	border: none;
	float: left;
	line-height: 47px;
	margin: 0 22px 0 0!important;
	padding: 0;
	position: relative;
}

#footer-menu li:before {
	background: #747474;
	border-radius: 50%;
	content: "";
	display: block;
	height: 4px;
	left: -13px;
	position: absolute;
	top: 21px;
	width: 4px;
}
#footer-menu li:first-child:before {
	display: none;
}

#footer-menu li a {
	color: #bfbfbf;
}

#footer-menu li a:active,
#footer-menu li a:focus,
#footer-menu li a:hover {
	color: #f47264;
}

.gk-logo-small {
	background: transparent url('../images/logo.png') no-repeat 0 0;
	background-size: contain;
	height: 66px;
	margin: 0 0 30px 0;
	text-indent: -9999px;
	width: 74px;
}

.svg .gk-logo-small {
	background: transparent url('../images/logo.svg') no-repeat 0 0;
	background-size: contain;
}

#gk-footer .gk-copyrights {
	margin: 0;
	padding: 0 3% 0 0;
	width: 50%;
}

#gk-footer .gk-copyrights p {
	margin: 14px 0;
}

#gk-footer .gk-framework-logo {
	clear: both;
	display: block;
	margin: 12px auto 0 auto;
	padding: 40px 0 50px 0;
	opacity: 0.6;
}

/* Style switcher */
#gk-style-area {
	display: block;
	line-height: 10px;
	margin: 48px auto 0;
	padding: 0!important;
	text-align: center;
}

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

#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: #84cbc5; }
#gk-color2 { background: #fb8561; }
#gk-color3 { background: #5c565e; }
#gk-color4 { background: #536682; }

/*
 *
 * 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,
#gk-header-bottom .box {
	float: left;
}

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