/**
Theme Name: Fast SEO Template
Author: SublimeLinks
Author URI: https://sublimelinks.com
Description: SEO and page load optimized responsive WordPress theme. Ideal for WP blogs who want to rank high in Google. All unessecary code is trimmed away to give you a fast WP theme. Use of semantic HTML5 tags for search engines to understand your website. Bootstrap grid system is used for responsiveness.   
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog
Text Domain: Fast SEO Template
*/

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

	/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.gallery-caption{
	font-size: 14px;
	font-size: 1.4rem;
}

.bypostauthor > article .fn:after{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

* {
  margin: 0;
}

html {
  height: 100%;
  position: relative;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  box-sizing: border-box;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
}

textarea {
  width: 100%;
}

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

#primary-sidebar,
.primary-sidebar a {
  color: #0B1919;
  text-decoration: underline;
}

#primary-sidebar li {
  padding-top: 15px;
}

ul,
ol {
  padding-top: 20px;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 20px;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 20px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 20px;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 20px;
}

h5 {
  font-size: 10px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 20px;
}

header a {
  color: white;
  text-decoration: none;
}

header ol,
ul {
  list-style: none;
}

#content a {
  color: #0B1919;
  text-decoration: underline;
}

#content {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  word-wrap: break-word;
  position: relative;
}

#content ul {
  list-style-type: none;
}

#primary-sidebar,
.primary-sidebar {
  float: right;
  background: white;
  margin-bottom: 40px;
  padding-bottom: 18px;
  text-align: center;
}


/*header*/

header {
  width: 100%;
  height: auto;
  background: #16222A;
  background: -webkit-linear-gradient(to bottom, #3A6073, #16222A);
  background: linear-gradient(to bottom, #3A6073, #16222A);
  color: white;
  position: fixed;
  z-index: 999;
  top: 0px;
}


/*Footer*/

footer {
  margin-top: 100px;
  width: 100%;
  height: auto;
  background: #16222A;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #3A6073, #16222A);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #3A6073, #16222A);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-family: 'Lato', sans-serif;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1rem;
	text-align: center;
	color:white;
}

.site-description,
.site-title {
  display: inline-block;
  margin-top: 4px;
  margin-left: 46px;
}

#header-widget {
  display: flex;
  float: right;
}

#menu-header-menu ul li {
  width: 98%;
  height: 50px;
  margin-left: 1%;
}

header .menu-item {
  float: right;
  font-size: 16.5px;
  margin-top: 4px;
  margin-right: 46px;
  color: #0B1919;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  display: inline-block;
}

nav {
  width: 98%;
  height: 50px;
  margin-left: 1%;
}


/*Nav ul li*/

nav ul li {
  padding-left: 3%;
  float: right;
  font-size: 16.5px;
  margin-top: 63px;
  margin-right: 22px;
  color: #0B1919;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

.main {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  margin-top: 8em;
  overflow: auto;
}

.footer-info {
  color: white;
  text-align: center;
  padding-top: 5px;
	line-height: 1;
	display:block!important;
	visibility:visible!important;
}

.footer-info a {
  color: white;
}


/*------------------------------------------------------------------------------*/

@media (min-width: 0px) and (max-width: 768px) {
  #primary-sidebar,
  .primary-sidebar,
  .sidebar {
    display: none;
  }
}