@charset "UTF-8";
/*
  Theme Name: Bidnis
  Theme URI: https://gratisthemes.github.io/bidnis
  Author: Gratis Themes
  Author URI: https://gratisthemes.github.io/
  Description: Bidnis as the name suggests ia a theme designed for business, consultant and corporate related websites.
  Version: 1.2.0
  License: GNU General Public License v3
  License URI: http://www.gnu.org/licenses/gpl-3.0.html  
  Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
  Text Domain: bidnis

  Bidnis WordPress Theme, Copyright (C) 2017-2019, Gratis Themes
  Bidnis distributed under the terms of the GNU GPL v3
*/
/* Table of Contents
  -------------------------------
   1.0 Normalize
   2.0 Variables
   3.0 Layout
   4.0 Tags and Elements
     4.1 Form elements
     4.2 Media
   5.0 Navigation
     5.1 Header
     5.2 Footer
   6.0 Site header
   7.0 Content
     7.1 Headers
     7.2 Thumbnails
     7.3 Alignment
     7.4 Post formats
     7.5 Footers
   8.0 Comments
   9.0 Widgets
  10.0 Site footer
  11.0 Accessibility

  -------------------------------
*/
/* 1.0 Normalize */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 2.0 Variables */
:root {
  --font-family: 'Open Sans', sans-serif;
  --font-size: 11pt;
  --color-bg:          #FFFFFF;
  --color-scheme:      #FFD200;
  --color-text:        #191919;
  --color-anchor:      #191919;
  --color-border:      #191919;
  --color-highlight:   #EAEAEA;
  --color-header-text: #191919;
  font-size: var(--font-size);
}

/* 3.0 Layout */
#site-wrapper,
#main-content-container,
#site-main,
#site-main > section,
#above-content-widget-area,
#footer-top-widget-area-inner,
#footer-widget-areas-inner,
.widget-area {
  display: grid;
  grid-template-columns: minmax(0, 100%);
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
}

.wrapper {
  width: -webkit-calc(100% - 2em);
  width: calc(100% - 2em);
  max-width: -webkit-calc(1280px - 2em);
  max-width: calc(1280px - 2em);
  padding: 1em;
  margin-right: auto;
  margin-left: auto;
}

#main-content-container,
#site-main,
#footer-top-widget-area-inner,
#footer-widget-areas-inner,
#site-main > section,
.widget-area {
  grid-gap: 2em;
}

#main-content-container {
  min-height: 100vh;
}

.widget-area {
  display: grid;
  grid-template-columns: minmax(0, 100%);
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
}

@media (min-width: 768px) {
  #header-nav-container {
    grid-row: 2 / 3;
  }
  #above-content-widget-area,
  #footer-top-widget-area-inner,
  #footer-widget-areas-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  #above-content-widget-area,
  #footer-top-widget-area-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #footer-widget-areas-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .has-right-sidebar #main-content-container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 300px);
  }
  .has-left-sidebar #main-content-container {
    grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  }
  .has-right-sidebar.has-left-sidebar #main-content-container {
    grid-template-columns: minmax(0, 300px) minmax(0, 1fr) minmax(0, 300px);
  }
  #footer-one-widget-area {
    grid-column: 1 / 2;
  }
  #footer-two-widget-area {
    grid-column: 2 / 3;
  }
  #footer-three-widget-area {
    grid-column: 3 / 4;
  }
  #footer-four-widget-area {
    grid-column: 4 / 5;
  }
}

/* 4.0 Tags and Elements */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: .5em 0 1em;
}

h1,
h2,
h3 {
  font-weight: normal;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.6rem;
}

h3,
h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.4rem;
}

p {
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

blockquote {
  font-style: italic;
  border-left: 0.25em solid var(--color-border);
  padding-left: .5em;
  margin: 0 0 1.5em 1em;
}

table,
td,
th {
  border: 0.0625em solid var(--color-border);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 0.0625em 0 0 0.0625em;
  max-width: 100%;
  margin-bottom: 1.5em;
  word-wrap: normal;
}

td,
th {
  border-width: 0 0.0625em 0.0625em 0;
  text-align: left;
  padding: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 1em 1em;
}

ul,
ol {
  margin: 0 0 0 2em;
  padding: 0;
}

li {
  margin: .5em 0;
}

address {
  font-style: italic;
  margin-bottom: 1.5em;
}

a {
  color: var(--color-anchor);
  text-decoration: underline;
}

abbr {
  cursor: help;
}

acronym {
  cursor: help;
}

cite {
  font-style: italic;
}

code {
  background-color: var(--color-highlight);
  color: var(--color-text);
  padding: 0 .25em;
}

hr {
  width: 100%;
  border: none;
  height: 0.0625em;
  background-color: var(--color-border);
}

ins {
  text-decoration: none;
  background-color: var(--color-text);
  color: var(--color-bg);
  padding: 0 .25em;
}

pre {
  background-color: var(--color-highlight);
  border: 0.0625em dotted var(--color-border);
  -webkit-border-radius: 0.1875em;
          border-radius: 0.1875em;
  max-width: 100%;
  overflow: auto;
  padding: 1em;
  word-wrap: normal;
}

q {
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  table {
    display: inline-block;
    overflow: hidden;
    overflow-x: auto;
  }
}

/* 4.1 Tags and Elements: Form elements */
input,
textarea,
select {
  max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="search"],
textarea,
select {
  padding: .5em;
  border: 0.0625em solid var(--color-border);
}

/* iOS not respecting border-radius */
input[type="search"] {
  -webkit-appearance: none;
}

input[type="color"],
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  background-color: var(--color-bg);
  border: 0.0625em solid var(--color-border);
  padding: .5em;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

input[type="color"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover {
  background-color: var(--color-scheme);
}

fieldset {
  min-width: 0px;
}

.search-form,
.post-password-form p:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-password-form input[type="password"] {
  display: block;
}

.post-password-form input[type="submit"] {
  position: relative;
  height: 50%;
  bottom: 0;
  margin-top: auto;
}

.search-form .search-field,
.post-password-form input[type="password"] {
  max-width: 100%;
}

.search-form .search-submit,
.post-password-form input[type="submit"] {
  margin-left: -0.0625em;
}

/* 4.2 Tags and Elements: Media */
.wp-caption,
img {
  max-width: 100%;
  height: auto;
}

.wp-caption,
.gallery-item {
  border: 0.0625em solid var(--color-border);
  overflow: hidden;
}

.wp-caption img,
.gallery-item img {
  display: block;
  margin: 0 auto;
}

.gallery-caption,
.wp-caption-text {
  font-size: .8rem;
  padding: 1em;
}

figure {
  margin: 0;
}

img {
  vertical-align: bottom;
}

iframe,
embed,
object {
  max-width: 100%;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  max-width: 1280px;
  /* content width */
  grid-gap: 1em;
}

.gallery-columns-1 {
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
  .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .gallery-columns-1 {
    grid-template-columns: minmax(0, 1fr);
  }
  .gallery-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .gallery-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .gallery-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .gallery-columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .gallery-columns-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .gallery-columns-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .gallery-columns-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .gallery-columns-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

/* 5.0 Navigation */
.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-links a,
.nav-links a:hover {
  text-decoration: none !important;
  color: var(--color-text);
}

.nav-previous,
.nav-next {
  border: 0.0625em solid var(--color-border);
  padding: .25em .5em;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.nav-previous:hover,
.nav-next:hover {
  background-color: var(--color-scheme);
}

.nav-previous {
  margin-right: .5em;
}

.nav-next {
  text-align: right;
}

.nav-previous::before,
.nav-next::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.nav-previous::before {
  padding-right: .5em;
  content: '\f177';
}

.nav-next::after {
  padding-left: .5em;
  content: '\f178';
}

.pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .nav-links > * {
  margin: 0 1em;
}

.pagination .nav-links .page-numbers.current {
  font-weight: 600;
}

.page-links,
.pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1.2rem;
}

.page-links > *,
.pagination .nav-links > * {
  border: 0.0625em solid var(--color-border);
  padding: .25em .5em;
  margin: 0 0 .5em .5em;
}

.page-links > a,
.pagination .nav-links > a {
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.page-links > span,
.page-links > a:hover,
.pagination .nav-links > span,
.pagination .nav-links > a:hover {
  background-color: var(--color-scheme);
}

.pagination .nav-links {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagination .nav-links .dots {
  background-color: transparent;
  border: none;
}

/* 5.1 Navigation: Header */
#header-nav-container {
  background-color: #000000;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9rem;
}

#header-nav-container a {
  color: #FFFFFF;
}

#header-nav-toggle {
  display: none;
}

#header-nav-toggle-label {
  position: relative;
  display: block;
  width: 30px;
  height: 24px;
  cursor: pointer;
  overflow: hidden;
}

#header-nav-toggle-label span,
#header-nav-toggle-label span::before,
#header-nav-toggle-label span::after {
  background-color: #FFFFFF;
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#header-nav-toggle-label span {
  top: -1px;
  bottom: 0px;
  margin: auto;
}

#header-nav-toggle-label span::before, #header-nav-toggle-label span::after {
  content: '';
}

#header-nav-toggle-label span:before {
  top: -9px;
}

#header-nav-toggle-label span::after {
  bottom: -9px;
}

#header-nav-toggle:checked ~ #header-nav-toggle-label span {
  left: 30px;
}

#header-nav-toggle:checked ~ #header-nav-toggle-label span::before, #header-nav-toggle:checked ~ #header-nav-toggle-label span::after {
  left: -30px;
  top: 0px;
}

#header-nav-toggle:checked ~ #header-nav-toggle-label span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#header-nav-toggle:checked ~ #header-nav-toggle-label span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#header-nav {
  background-color: #000000;
  position: absolute;
  display: none;
  margin: 0;
  padding: 1em;
  left: 0;
  z-index: 10;
}

#header-nav a {
  text-decoration: none;
}

#header-nav li {
  list-style: none;
  white-space: nowrap;
  line-height: 2em;
}

#header-nav-toggle:checked ~ #header-nav {
  display: block;
}

@media (min-width: 768px) {
  #header-nav-container-inner {
    padding: 0 1em;
  }
  #header-nav-toggle-label {
    display: none;
  }
  #header-nav {
    position: relative;
    left: auto;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
  }
  #header-nav li {
    margin: 0;
    line-height: 1em;
    padding: 1.5em .5em;
  }
  #header-nav li li {
    line-height: .5em;
  }
  #header-nav > li {
    position: relative;
    margin-right: 1rem;
  }
  #header-nav > li > ul {
    top: 100%;
    left: 0;
    padding: 0;
    z-index: 10;
  }
  #header-nav li:hover > ul {
    display: block;
  }
  #header-nav ul {
    display: none;
    position: absolute;
    background-color: #000000;
    margin: 0;
  }
  #header-nav ul ul {
    top: 0;
    left: 100%;
  }
  #header-nav li:hover,
  #header-nav .current-menu-item {
    background-color: var(--color-scheme);
    color: var(--color-header-text);
  }
  #header-nav li:hover > a,
  #header-nav .current-menu-item > a {
    color: var(--color-header-text);
  }
}

/* 5.2 Navigation: Footer */
#footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  list-style: none;
}

#footer-nav > * {
  margin: 0 .5em .5em 0;
}

#footer-nav > *:not(:last-child) {
  border-right: 0.0625em solid var(--color-border);
  padding-right: 0.5em;
  margin-right: 0.5em;
}

/* 6.0 Site header */
#site-header {
  background-color: var(--color-scheme);
  color: var(--color-header-text);
}

#site-header a {
  text-decoration: none;
  color: var(--color-header-text);
}

#site-branding {
  display: grid;
  grid-template-columns: minmax(0px, 100%);
  text-align: center;
  font-weight: 800;
}

.site-title,
.site-tagline {
  text-transform: uppercase;
}

.site-title {
  text-decoration: none;
  font-size: 2.2rem;
}

.site-tagline {
  font-size: .8rem;
}

#bidnis-phone-email {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  grid-gap: .5em;
  margin-top: 1em;
}

#bidnis-phone::before,
#bidnis-email::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding-right: .25em;
}

#bidnis-phone::before {
  content: '\f095';
}

#bidnis-email::before {
  content: '\f0e0';
}

#social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
}

#social-links a {
  background-color: #191919;
  color: #FFFFFF;
  -webkit-border-radius: 0.125em;
          border-radius: 0.125em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
}

#social-links a:not(:last-child) {
  margin: 0 .5em .5em 0;
}

#header-image-container {
  display: none;
}

@media (min-width: 768px) {
  #site-header-inner {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) repeat(2, minmax(0, auto));
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 1em;
  }
  #site-branding {
    text-align: left;
  }
  #bidnis-phone-email {
    margin: -.5em 0 0;
    grid-template-columns: repeat(2, minmax(0, auto));
    grid-gap: 1em;
  }
  #bidnis-phone,
  #bidnis-email {
    line-height: 1.5em;
  }
  #social-links {
    margin: 0;
  }
  #header-image-container {
    background-color: #191919;
    min-height: 50vh;
    display: block;
    position: relative;
  }
  .header-image-container img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  #header-image-container-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header-image-text,
  #header-image-cta {
    text-transform: uppercase;
    font-weight: 700;
  }
  #header-image-text {
    font-size: 3.3rem;
    text-shadow: 3px 3px #191919;
  }
  #header-image-cta {
    background-color: var(--color-scheme);
    color: var(--color-header-text);
    font-size: 2.6rem;
    -webkit-box-shadow: 3px 3px #191919;
            box-shadow: 3px 3px #191919;
    text-decoration: none;
    padding: .25em .5em;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  #header-image-cta:hover {
    padding: .25em .75em;
  }
}

/* 7.0 Content */
body {
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-family);
  word-wrap: break-word;
}

.read-more-link {
  position: relative;
  display: table-cell;
  border: 0.0625em solid var(--color-border);
  top: .5em;
  padding: .25em .5em;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: var(--color-text);
}

.read-more-link:hover {
  background-color: var(--color-scheme);
}

/* 7.1 Content: Headers */
.page-header,
.entry-header {
  display: grid;
  grid-template-columns: minmax(0, 100%);
  grid-gap: .5em;
}

.page-header h1,
.page-header h3,
.entry-header h1,
.entry-header h3 {
  border-bottom: 0.0625em solid var(--color-border);
  margin: 0;
  padding: 0 0 .125em;
}

.page-header h1 a:hover,
.page-header h3 a:hover,
.entry-header h1 a:hover,
.entry-header h3 a:hover {
  text-decoration: none;
}

.page-header a,
.entry-header a {
  text-decoration: none;
  color: var(--color-text);
}

.page-header a:hover,
.entry-header a:hover {
  text-decoration: underline;
}

.entry-meta {
  display: grid;
  grid-gap: .25em;
  font-size: .85rem;
}

.entry-meta a {
  color: var(--color-anchor);
}

.sticky .entry-header h3::before,
.entry-meta > span::before,
.entry-meta-tags::before,
.post-edit-link::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  padding-right: .25em;
}

.sticky .entry-header h3::before {
  content: '\f08d';
}

.entry-meta-author::before {
  content: '\f007';
}

.entry-meta-date::before {
  content: '\f073';
}

.entry-meta-comments::before {
  content: '\f0e5';
}

.entry-meta-categories::before {
  content: '\f114';
}

.entry-meta-image-size::before {
  content: '\f030';
}

.entry-meta-tags::before {
  content: '\f02b';
}

.format-gallery .entry-meta-post-format::before,
.format-image .entry-meta-post-format::before {
  content: '\f03e';
}

.format-audio .entry-meta-post-format::before {
  content: '\f001';
}

.format-video .entry-meta-post-format::before {
  content: '\f1c8';
}

.format-aside .entry-meta-post-format::before {
  content: '\f249';
}

.format-status .entry-meta-post-format::before {
  content: '\f12a';
}

.format-link .entry-meta-post-format::before {
  content: '\f0c1';
}

.format-quote .entry-meta-post-format::before {
  content: '\f10e';
}

.format-chat .entry-meta-post-format::before {
  content: '\f086';
}

.post-edit-link::before {
  content: '\f040';
}

@media (min-width: 1024px) {
  .entry-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .entry-meta > *:not(:last-child) {
    margin-right: 1em;
  }
}

/* 7.2 Content: Post thumbnail */
/* 7.3 Content: Alignment */
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Clear floats */
.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.page-links {
  clear: both;
}

/* 7.4 Content: Post formats */
/* Post format: Video */
.js .format-video iframe,
.js .format-video embed,
.js .format-video object {
  width: 100%;
}

/* Post format: Aside */
.format-aside .entry-meta {
  font-size: .8rem;
}

/* Post format: Status */
.format-status .entry-meta {
  font-size: .8rem;
}

.format-status .entry-content {
  font-size: 1.2rem;
  font-weight: 600;
}

/* Post format: Link */
.format-link .entry-content {
  font-size: 1.2rem;
  font-weight: 600;
}

/* Post format: Quote */
.format-quote .entry-content {
  font-size: 1.2rem;
  font-weight: 600;
}

.format-quote blockquote {
  border: none;
  padding: 0 2em;
  position: relative;
  display: inline-block;
}

.format-quote blockquote::before, .format-quote blockquote::after {
  position: absolute;
  font-size: 3rem;
}

.format-quote blockquote::before {
  content: '“';
  top: 0;
  left: 0;
}

.format-quote blockquote::after {
  content: '”';
  bottom: 0;
  right: 0;
}

/* Post format: Chat */
.format-chat .entry-content {
  border: 0.0625em solid var(--color-border);
  padding: 1em;
  font-style: italic;
}

/* 7.5 Content: Footers */
.entry-footer {
  display: grid;
  grid-gap: 2em;
}

.entry-footer a {
  text-decoration: none;
}

.entry-footer a:hover {
  text-decoration: underline;
}

.author-bio {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  grid-gap: .5em;
  font-size: .8rem;
}

.author-bio h5,
.author-bio p {
  margin: 0;
}

.author-bio > div {
  display: grid;
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
  grid-gap: .5em;
}

/* 8.0 Comments */
.comments-area {
  display: grid;
  grid-template-columns: minmax(0, 100%);
  border-top: 0.0625em solid var(--color-border);
}

.comments-title {
  margin: 0;
  padding: .5em 0;
}

.comment-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comment-navigation .nav-links > div {
  margin: 0 1em 0 0;
}

.comment-list {
  display: grid;
  grid-template-columns: minmax(0, 100%);
  margin: 0;
}

.comment,
.pingback {
  list-style: none;
  border-top: 0.0625em solid var(--color-border);
  padding: 1em 0;
}

.comment-meta {
  margin-bottom: 1em;
}

.comment-meta a {
  text-decoration: none;
}

.comment-meta a:hover {
  text-decoration: underline;
}

.comment-author .avatar {
  position: relative;
  float: left;
  margin-right: .5em;
}

.bypostauthor .comment-author .fn::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: '\f040';
  padding-right: .5em;
}

.comment-metadata {
  font-size: .7rem;
  margin-top: 1em;
}

.comment-reply-link {
  border: 0.0625em solid var(--color-border);
  text-decoration: none;
  padding: .25em .5em;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-size: .8rem;
}

.comment-reply-link:hover {
  background-color: var(--color-scheme);
}

.comment-respond {
  border-top: 0.0625em solid var(--color-border);
  margin-top: 1em;
  padding: 1em 0;
}

.comment-respond a {
  text-decoration: none;
}

.comment-respond a:hover {
  text-decoration: underline;
}

.comment-form label {
  display: block;
}

.comment-form p {
  margin: 0 0 1em;
}

.comment-reply-title {
  margin: 0;
}

/* 9.0 Widgets */
#footer-top-widget-area,
#footer-widget-areas {
  background-color: #000000;
  color: #FFFFFF;
}

#footer-top-widget-area a,
#footer-widget-areas a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer-top-widget-area a:hover,
#footer-widget-areas a:hover {
  text-decoration: underline;
}

.widget-title {
  margin: 0 0 .25em;
  border-bottom: 0.0625em solid var(--color-border);
}

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

.widget ul ul {
  margin: 0 0 0 1em;
}

.widget li {
  line-height: 2;
  margin: 0;
}

.widget a {
  text-decoration: none;
}

.widget a:hover {
  text-decoration: underline;
}

.widget table {
  width: 100%;
}

.widget_calendar a {
  font-weight: 600;
  text-decoration: underline;
}

.widget_calendar table {
  display: table !important;
  table-layout: fixed;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.widget_calendar #prev,
.widget_calendar #prev + .pad {
  border-right: 0;
}

.widget_calendar #prev {
  text-align: left;
}

.widget_calendar #next {
  text-align: right;
}

/* 10.0 Site footer */
#site-footer-inner,
#site-footer-information {
  display: grid;
  grid-gap: .5em;
}

#site-footer {
  background-color: #000000;
  color: #FFFFFF;
  font-size: .75rem;
  text-align: center;
}

#site-footer a {
  color: #FFFFFF;
  text-decoration: none;
}

#site-footer a:hover {
  text-decoration: underline;
}

#site-footer-inner {
  grid-gap: 2em;
}

#scroll-to-top {
  background-color: #191919;
  position: fixed;
  bottom: -2000px;
  right: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  overflow: hidden;
  -webkit-transition: bottom 1s ease-in-out, background-color .3s ease-in-out;
  -o-transition: bottom 1s ease-in-out, background-color .3s ease-in-out;
  transition: bottom 1s ease-in-out, background-color .3s ease-in-out;
}

#scroll-to-top::before, #scroll-to-top::after {
  background-color: #FFFFFF;
  position: absolute;
  content: "";
  width: 43%;
  height: 2px;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

#scroll-to-top::before {
  top: 50%;
  right: 15%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#scroll-to-top::after {
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#scroll-to-top:hover {
  background-color: var(--color-scheme);
}

#scroll-to-top:hover::before, #scroll-to-top:hover::after {
  background-color: var(--color-text);
}

@media (min-width: 768px) {
  #site-footer-information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #site-footer-information > *:not(:last-child) {
    border-right: 0.0625em solid var(--color-border);
    padding-right: 0.5em;
    margin-right: 0.5em;
  }
}

/* 11.0 Accessibility */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
