@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body {
	background: #f5f5f5;
	font-family: 'Lato', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
a {
    color: #0da58e;
    text-decoration: none;
}
a:hover,
a:focus {
	color: #075e51;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border: 0;
	border-left: 5px solid #eee;
	background-color: #FFF6D5;
	border-left-color: #F3E3AA;
	text-align: left;
}
blockquote p:before, blockquote p:after{
	display: none;
}
blockquote p:last-child {
    margin: 0px;
}
blockquote a, blockquote a:visited {
	color: #0da58e;
}

.btn-primary {
	background: linear-gradient(0deg, #179C99 0%, #18B79C 100%);
	border-color: #18A19A;
	box-shadow: none !important;
}
.btn-primary:hover,
.btn-primary:focus {
	background: linear-gradient(0deg, #179C99 0%, #179C99 100%);
	border-color: #18A19A;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	background: linear-gradient(0deg, #179C99 0%, #179C99 100%);
	border-color: #18A19A;
}

.btn-light {
	background: #ffffff;
	border-color: #ced4da;
	box-shadow: none !important;
}

.btn-hg {
	font-weight: 100;
	padding: 12px 20px;
	font-size: 24px;
	white-space: initial;
	border-radius: 8px;
}
.btn-signup-shadow {
	width: 320px;
	max-width: 320px;
	background: #18A19A;
	color: #ffffff !important;
	border-color: #18b19b;
   	box-shadow: 0px 10px 14px -7px rgba(0,0,0,0.3) !important;
	background-image: linear-gradient(to bottom, #18b09b 5%, #18A19A 100%);
	border-radius: 100px;
	font-size: 20px;
	font-weight: 400;
}
.btn-signup-shadow span {
    display: block;
    font-size: 24px;
    font-weight: 600;
}
.btn-signup-shadow span.info {
    font-size: 14px;
    font-weight: 400;
}

.navbar {
	padding: 14px 0px;
	margin-bottom: 0px;
}
.navbar.bg-dark {
	background: #444 !important;
}
.navbar-brand {
	line-height: 60px;
}
.navbar-brand img {
	width: 60px;
}
.navbar-dark .navbar-nav .nav-link {
	color: #ffffff;
	padding: 10px 15px;
}
.navbar-signin {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navbar-signin li {
	display: inline-block;
}
.navbar-signin li a,
.navbar-signin li span.navbar-text {
	padding: 10px;
	color: #ffffff;
}

.section-hero {
	color: #ffffff;
	margin: 0;
	background-image: url(../img/bg.jpg);
	background-position: 0% 69%;
	background-size: cover;
	padding: 23px 0px;
}
.section-hero h2 {
	margin: 0px 0px 10px 0px;
	font-weight: 500;
	font-size: 30px;
}
.section-hero h4 {
	margin: 0px;
	font-weight: 500;
	font-size: 18px;
}

.sidebar-body, .main-content-body {
	min-height: 300px;
}
.sidebar-body {
	width: 300px;
    padding: 0px 15px;
}
.sidebar-body .input-group-text {
	background-color: transparent;
}
#searchList h3 {
	position: relative;
    display: block;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .12s ease-out;
}
#searchList ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#searchList ul li {
  	padding: 2px 0px;
}
#searchList ul li a {
  	position: relative;
	display: block;
	padding: 0px 10px;
	font-size: 13px;
	font-weight: 600;
	color: rgba(87,87,87,.8);
	transition: color .12s ease-out;
	text-decoration: none;
	text-transform: none;
}
#searchList ul li a:hover {
	color: #333333;
}
.posts-wrapper h3 {
	margin: 20px 0px 10px 0px;
	font-weight: 500;
	font-size: 24px;
}
.main-nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.main-nav li > a {
	position: relative;
    display: block;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .12s ease-out;
}
.main-nav li > ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
}
.main-nav li > ul > li {
	padding: 4px 0px;
}
.main-nav li > ul > li > a {
	position: relative;
    display: block;
    padding: 0px 10px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(87,87,87,.8);
    transition: color .12s ease-out;
    text-decoration: none;
    text-transform: none;
}
.main-nav li ul > li > a:hover {
	color: #333333;
}
.main-nav li ul > li.active > a {
    color: #000000;
}
.main-nav li > ul > li.active > a:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #0da58e;
    content: '';
    height: 100%;
    width: 2px;
}
.main-nav .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #ddd;
}
.main-nav .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #999999;
}

.main-content {
	max-width: calc(100% - 300px);
}
.main-content-body {
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), 0 0px 3px rgba(0, 0, 0, 0.05);
}
.main-content-body h1 {
	margin-bottom: 30px;
}
.main-content-body h1:after {
	content: "";
    display: block;
    border-bottom: 1px solid #dddddd;
    margin-top: 30px;
}
.main-content-body img {
    max-width: 100%;
}
.main-content-body pre {
	padding: 0;
	margin: 20px 0 20px 0;
	word-break: break-all;
	word-wrap: break-word;
	background-color: transparent;
	border: 0;
	position: relative;
}
.main-content-body pre .label {
	position: absolute;
	top: 0;
	left: 0;
}
.main-content-body pre code {
	border: 1px solid #CFCFCF;
	background-color: #fff;
}

pre {
	padding: 0;
	margin: 20px 0 20px 0;
	word-break: break-all;
	word-wrap: break-word;
	background-color: transparent;
	border: 0;
	position: relative;
}
pre .label {
	position: absolute;
	top: 0;
	left: 0;
}
pre code {
	border: 1px solid #CFCFCF;
	background-color: #fff;
}
.hljs {
	padding: 20px;
	border-radius: 4px;
}
.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
	color: #034482;
	font-weight: bold;
}
.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
	color: #0da58e;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
code.powershell.hljs {
	background-color: #333;
	color: #fff;
	border-color: #333;
}

.pre-footer {
	margin-top: 100px;
	height: 93px;
	background: #333;
	padding: 12px 0px;
}
.pre-footer .container {
	position: relative;
}
.pre-footer .company-logo {
	position: absolute;
	left: 10px;
	top: -82px;
}
.pre-footer img {
	width: 222px;
}

footer .btn {
	width: 280px;
	outline: none;
}
footer .btn span {
	font-size: 22px;
	display: block;
	font-weight: 600;
}
footer .btn span.info {
	font-size: 14px;
	font-weight: 400;
}
footer .btn.btn-primary {
	background-color: #0da58e;
    border-color: #0da58e;
}
footer .btn.btn-primary:hover {
    background-color: #0d917d;
    border-color: #0d917d;
}

footer .links {
	padding: 46px 0px 30px 0px;
	background: #393939;
}
footer .links h5 {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 15px;
}
footer .links ul li a {
	color: #929292;
	font-size: 16px;
}

footer .social li a {
	width: 40px;
    height: 40px;
    background: rgba(255,255,255,.05);
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid rgba(255,255,255,.05);
    margin-bottom: .6rem;
}
footer .social li a:hover {
    background: rgba(255,255,255,.1);
}

footer .copyright {
	padding: 15px 0px;
	background: #242424;
}
footer .copyright p {
	font-size: 14px;
	margin: 0px;
	color: #666;
}
footer .copyright a {
	color: #999;
}


.docs-box h2 {
  margin: 0px;
  font-size: 28px;
  font-weight: 600;
}
.docs-box h3 {
  font-size: 26px;
}
.docs-box > hr {
  margin: 30px 0px;
  border-top: 1px solid #ddd;
}
.docs-box img {
  max-width: 100%;
}
.docs-box .latestPosts {
  margin-top: 30px;
}
.docs-box .post {
  display: block;
  margin-bottom: 25px;
}
.docs-box .post:last-child {
  margin-bottom: 0px;
}
.docs-box .post .post-title {
  color: #0da58e;
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.docs-box .post-author {
  text-align: right;
  margin-bottom: 30px;
  font-style: italic;
  margin-top: -15px;
  font-weight: 400;
  font-size: 12px;
}

.docs-post h2 {
  margin: 40px 0px 10px 0px;
}
.docs-post p {
    margin-top: 0px !important;
    word-break: break-word;
}
.docs-post h5 {
  margin-bottom: 30px;
}
.docs-post img {
  margin-top:20px;
  margin-bottom:20px;
}

/* Author page */
.author-header-content {
  margin: -40px;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
.author-header-content h1:after {
	border: none;
}
.post-feed h2 {
  margin-bottom: 30px;
}
.author-header-content .author-cover-image {
  height: 300px;
  background: 50% no-repeat #fafafa;
  background-size: cover;
}
.author-profile {
  text-align: center;
  padding: 40px;
}
.author-profile .author-profile-image {
  width: 150px;
  border-radius: 50%;
  border: 8px solid #f8f8f8;
  margin: 0 0 10px;
  box-shadow: none;
}
.author-profile h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
.author-profile h2 {
  font-size: 14px;
  font-weight: 400;
  margin: 0px auto 20px auto;
  max-width: 500px;
  line-height: 22px;
}
.author-profile .author-meta {
  text-align: center;
}
.author-profile .author-meta .author-location,
.author-profile .author-meta .author-stats,
.author-profile .author-meta .social-link {
  display: inline-block;
}
.author-profile .author-meta .bull {
  display: inline-block;
  margin: 0 8px;
  opacity: .5;
}
.post-feed {
  margin-top: 40px;
  padding-top: 40px;
}

.pagination {
	padding-top: 15px;
}
.pagination a.newer-posts {
	margin-right: 15px;
}
.pagination a.older-posts {
	margin-left: 15px;
}

.mc-modal {
	bottom: 100px !important;
}

.kg-width-full img,
.kg-width-wide img{
    // required by gcsan to properly validate the theme
}
.kg-gallery-container figcaption {
	// required by gcsan to properly validate the theme
}
.kg-gallery-row figcaption {
	// required by gcsan to properly validate the theme
}
.kg-gallery-image figcaption {
	// required by gcsan to properly validate the theme
}

.section.section-features {
    text-align: center;
}

.section.section-features img {
	margin: 0px;
}

.section.section-features .section-body h3 {
    font-size: 14px;
    margin-bottom: 20px;
}

.section.section-features .section-body p {
    font-size: 12px;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

@media (max-width: 991px) {
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
	    padding-right: 15px;
	    padding-left: 15px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-signin {
		padding: 5px;
	}
	.navbar-signin li.hidden-xs {
		display: none;
	}
	.container {
		max-width: 100%;
	}
	.navbar .navbar-collapse {
		background: #17A79A;
		margin: 15px -15px -15px -15px;
	}
	.navbar-nav-btn {
	    padding: 10px 15px;
	}
	.sidebar {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.sidebar .sidebar-body {
		width: 100%;
	}
	.main-nav {
		height: 100%;
	}
	.main-content {
	    max-width: 100%;
	    flex-basis: 100%;
	}
	.sidebar-body, .main-content-body {
	    min-height: auto;
	}
}

@media screen and (max-width: 576px) {
	.pre-footer {
	    margin-top: 0px;
	    height: auto;
	    padding: 0px 0px 15px 0px;
	    text-align: center;
	}
	.pre-footer .company-logo {
	    position: relative;
	    left: initial;
	    top: initial;
	}
	.pre-footer .company-logo img {
		width: 150px;
		margin-bottom: 15px;
	}
	.pre-footer .btn.float-right {
		float: none!important;
		width: 100%;
		max-width: 320px;
	}
}
