/*!
Theme Name: Midland Posts Theme
Theme URI: https://github.com/robmccormack89/midland-posts-theme
Author: RobertMcCormack
Author URI: https://github.com/robmccormack89
Description: This theme is designed for single pages, posts & other singular items ONLY. It is not designed to display Wordpress archives like a blog, category-archives or anything else. The idea is to keep this branch of the theme as simple as possible, in order to provide a starting point for other projects. This theme is made to work with the Gutenberg editor. This theme includes: a header with logo & main/mobile menu locations, a footer with static copyright, a default singular template & custom a template for pages & posts that removes the header for full page-building.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: midland-posts-theme
Domain Path: /languages

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Midland Posts Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Midland Posts Theme is built using Timber WP https://github.com/timber/timber
*/

.single-header .uk-navbar-container.uk-margin-small-top {
  margin-top: 15px!important;
}
.uk-light .uk-button-primary {
  background-color: #13acba;
  color: #fff;
}
.uk-light a,
.site-footer svg {
  color: #13acba;
}
.single-header .uk-navbar-container a,
.site-footer a,
.uk-button {
  font-weight: 500;
}
.site-header {
  /* background-color: #0000001a; */
}

.uk-light .uk-background-muted {
  background-color: #12253c;
}

/* fonts */
html,
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6,
.uk-logo,
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
  font-family: 'Fira Sans', sans-serif;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

#ff-stream-1, #ff-stream-1 .ff-popup, #ff-stream-1 .ff-search input {
    /* background-color: rgb(20 17 52); */
}

.ff-stream-wrapper {
  padding: 0!important;
  margin: 0!important;
}

/* hero text shadow */
#TheHero .uk-light .uk-heading-medium {
  text-shadow: 2px 4px 5px rgb(0 0 0 / 75%)
}

/* text */
#TheHero .uk-text-primary,
#ThePageHeader .uk-text-primary {
  color: #10bacd!important;
}

/* navbar */
.uk-light .uk-navbar-nav>li>a {
  color: #fff;
}
.uk-light .uk-navbar-nav>li.uk-active>a { 
  color: #0fb9cc;
}
.uk-light .uk-navbar-nav>li:hover.uk-active>a { 
  color: hsl(186deg 86% 43% / 70%);
}
.uk-light .uk-navbar-item .uk-button {
  transition: .1s linear color;
}
.uk-light .uk-navbar-item .uk-button-text:hover {
  color: hsla(0,0%,100%,.7);
}
.uk-light .uk-navbar-item .uk-button-primary:hover {
  background-color: #10bacd!important;
}

/* button/s */
.uk-button {
  font-weight: 400;
  transition: .1s linear background-color;
}
.uk-button-primary {
  padding: 0 22px;
  height: 40px;
  line-height: 40px;
  background: #0068a8!important;
  border: 1px solid #00588f!important;
  color: #fff;
  border-radius: 6px;
}
.uk-light .uk-button-primary:hover {
  color: #fff;
}

#TheGridContent {
	padding: 0px!important;
}