/*!
Theme Name: Locol Media KB Theme
Theme URI: http://underscores.me/
Author: Jackson Wong
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: locolmedia2022
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

LocolMedia2022 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Custom Styling Starts Here
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
  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 */
  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 {
  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"] {
  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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #1c1a1c;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 500;
}

h1 {
  font-size: 30px;
  line-height: 40px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 21px;
  line-height: 1.14;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  line-height: 34px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
} 

h4 {
  font-size: 24px;
  line-height: 34px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

p {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
  color: #1c1a1c;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.sub_title {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

@media screen and (min-width: 800px) {
  h2 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
  }

  h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
  } 

  h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
  }

  p {
    margin-bottom: 1.5em;
    font-size: 16px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  margin-left: 0;
  list-style-position: inside;
  padding-left: 0;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 3px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
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"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #606363;
  text-decoration: none;
}

a:visited {
  /*color: purple;*/
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

.chevron_link {
  color: #c10cd9;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Work Sans', sans-serif;
  /*background-image: ;
  background-repeat: no-repeat;
  padding-right: ;
  background-position: ;*/
}

.chevron_link::after {
  content: ">>";
  font-weight: 500;
  margin-left: 10px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation,
#sidebar {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

#sidebar .nav_toggle_img {
  width: 50px;
  height: 50px;
}

.main-navigation ul,
#sidebar ul {
  /*display: none;*/
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#sidebar ul {
  display: none;
}

.main-navigation ul ul,
#sidebar ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul,
#sidebar ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
#sidebar ul ul li:hover > ul,
#sidebar ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a,
#sidebar ul ul a {
  /*width: 200px;*/
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
#sidebar ul li:hover > ul,
#sidebar ul li.focus > ul {
  left: auto;
}

.main-navigation li,
#sidebar li {
  box-sizing: border-box;
  width: 100%;
  /*padding: 10px 30px;*/
}

.main-navigation a,
#sidebar a {
  display: block;
  text-decoration: none;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #1c1a1c;
  transition: all ease-in 0.3s;
}

.main-navigation .secondary_btn {
  color: #f729dd;
  border-radius: 5px;
  padding: 10px 18px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul,
.amp-close-image,
#sidebar.toggled ul {
  display: block;
}

.main-navigation .site-branding {
  /*text-align: center;*/
  position: relative;
}

.main-navigation .site-title {
  display: inline-block;
  margin-top: 25px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  z-index: 99;
  max-width: 100px;
/*  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;*/
/*  background-image: url("assets/desktop/Locol_Logo_Desktop.gif");
  background-repeat: no-repeat;
  background-size: contain;*/
}

.main-navigation .hamburger_menu {
  display: inline-block;
  width: 25px;
  height: 20px;
  float: left;
  margin-top: 32px;
  margin-left: 30px;
  margin-bottom: 18px;
}

.main-navigation .hamburger_menu .long_bar {
  height: 1px;
  background-color: black;
  margin-bottom: 5px;
}

.main-navigation .hamburger_menu .short_bar {
  height: 1px;
  width: 70%;
  background-color: black;
  margin-bottom: 5px;
}

#locol_mobile_nav {
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

.main-navigation.nav_open {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: white;
  z-index: 999;
}

.desktop_nav,
.site-branding > .account_links {
  display: none;
}

#locol_mobile_nav .account_links .secondary_btn {
  padding: 0;
  border: 0;
}

#locol_mobile_nav .account_links .secondary_btn:hover {
  padding: 0;
  border: 0;
  color: #f729dd;
  background-color: white;
}

.site-branding ul > li {
  border-bottom: 4px solid transparent;
}

.desktop_nav #primary-menu > li:hover,
.desktop_nav #primary-menu .current-menu-item {
  border-bottom: 4px solid #f729dd;
}

#primary-menu > li {
  position: relative;
  /*border-bottom: 4px solid transparent;*/
}

/*#primary-menu > li:hover {
  border-bottom: 4px solid #f729dd;
}*/

#primary-menu .sub-menu > li {
  width: 100%;
  margin-right: 0;
}

#primary-menu .sub-menu > li > a {
  text-align: left;
  margin: 14px 18px;
  padding: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 300;
}

#primary-menu .sub-menu > li:hover > a {
  background-color: #f2f2f2;
  /*font-weight: 400;*/
  border-radius: 4px;
}

#primary-menu .menu-item-has-children > a {
  /* background-image: url(assets/temp_images/chevron-down-512.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain; */
  padding-right: 18px;
  position: relative;
}

#primary-menu .menu-item-has-children > a:before {
  font-size: 6px;
  color: #1c1a1c;
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 1.45em;
  position: absolute;
  top: 6px;
  transform: rotate(135deg);
  vertical-align: top;
  width: 1.45em;
  right: 0;
  transition: all ease-in-out 0.4s;
}


/*.desktop_nav .sub-menu {
  position: absolute;
  left: 0;
  top: 0;
}*/


/*.amp-sidebar-toolbar-target-shown {
  color: red;
}*/

/*.amp-sidebar-toolbar-target-shown {
  display: none;
}*/

#wpadminbar {
  top: -46px !important;
}

@media screen and (min-width: 37.5em) {
/*  #sidebar {
    display: block;
  }*/

  #wpadminbar {
    top: 0 !important;
  }

  body {
    margin-top: -32px !important;
  }

  header {
    /*position: absolute;*/
    width: 100%;
    background-color: white;
    /*z-index: 999;*/
  }

  .menu-toggle,
  .amp-close-image {
    display: none;
  }

  .main-navigation {
    float: none;
/*    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;*/
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-navigation .site-branding {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-navigation .site-title {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    left: 0;
    max-width: 125px;
  }

  .main-navigation nav {
    display: inline-block;
    /*width: ;*/
  }

  .main-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
/*    margin-top: 20px;
    margin-bottom: 20px;*/
  }

  .main-navigation li,
  #sidebar li {
    text-align: center;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 30px;
    transition: all ease-in 0.3s;
  }

  .main-navigation a, 
  #sidebar a {
    font-size: 16px;
  }

/*  .main-navigation a,
  #sidebar a {
    display: flex;
    flex-grow: 1;
    align-items: center;
  }*/

  .main-navigation .hamburger_menu {
    display: none;
  }

  #locol_mobile_nav {
    padding-top: 0;
  }

  .desktop_nav {
    display: inline-block;
    margin-left: 70px;
  }

  .main-navigation .account_links {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
  }

  .main-navigation .account_links li {
    margin-right: 16px;
  }

  .main-navigation li:last-child,
  #sidebar li:last-child {
    margin-right: 0;
  }

  #primary-menu .sub-menu {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    width: 300px;
    background-color: white;
  }
}

@media screen and (min-width: 1200px) {
/*  header {
    left: 50%;
    margin-left: -600px;
  }*/
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

/*.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}*/

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Custom Styling Starts Here
--------------------------------------------------------------*/

.primary_button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 20px;
  border: 2px solid #f729dd;
  padding: 10px 43px;
  color: white;
  background-color: #f729dd;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: all ease-in 0.3s;
  display: inline-block;
}

.square_light_btn {
  border-radius: 5px;
  color: #00acc3;
  background-color: white;
  padding: 10px 25px;
}

.square_light_btn:hover {
  background-color: rgba(0,172,195,0.10);
}


.primary_button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #f729dd;
  background-color: white;
  color: #f729dd;
}

.primary_button:active, .primary_button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
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"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}


/*--------------------------------------------------------------
# Page Specific Styling
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Shared Components
--------------------------------------------------------------*/
amp-img.contain img {
  object-fit: contain;
}

.hentry {
  margin-bottom: 0;
}

.header_section h1,
.header_section p {
  color: #1c1a1c;
}

footer {
  background-color: white;
  padding-top: 75px;
  padding-bottom: 75px;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
}

footer .logo {
  margin-left: 50px;
  margin-bottom: 30px;
  max-width: 78.5px;
  box-sizing: border-box;
}

footer ul {
  list-style: none;
  margin-left: 50px;
  margin-right: 150px;
  padding-left: 0;
}

footer ul a {
  color: #1c1a1c;
  font-family: 'Work Sans', sans-serif;;
  font-weight: 700;
  font-size: 16px;
  transition: all ease-in 0.3s;
}

footer .sub_links {
  font-weight: 400;
}

footer .social_media_nav {
  display: flex;
  justify-content: flex-start;
}

footer .social_media_nav li {
  margin-right: 30px;
}

footer .social_media_nav li:last-child {
  margin-right: 0;
}

footer .social_media_nav .fab {
  font-size: 26px;
}

@media screen and (min-width: 800px) {
  footer .logo {
    margin-left: 0;
    margin-bottom: 0;
    max-width: none;
  }

  footer .site-info {
    justify-content: space-between;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  footer .footer_main_section {
    display: flex;
    justify-content: space-between;
  }

  footer ul {
    margin-bottom: 0;
  }
}

.secondary_btn {
  border: 3px solid #f729dd;
  border-color: #f729dd;
  background: white;
  color: #f729dd;
}

.secondary_btn:hover {
  border-color: #f729dd;
  background: #f729dd;
  color: white;
}

.secondary_btn:active, 
.secondary_btn:focus {
  border-color: #aaa #bbb #bbb;
}

.content_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.cta_section {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 110px;
  position: relative;
  color: white;
}

.cta_section h2,
.cta_section p {
  margin-left: auto;
  margin-right: auto;
}

.cta_section h2 {
  max-width: 250px;
  font-size: 21px;
  line-height: 1.14;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 20px;
}

.cta_section p {
  max-width: 490px;
  color: white;
}

@media screen and (min-width: 800px) {
  .cta_section {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cta_section .content_container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .cta_section h2 {
    max-width: 500px;
    font-size: 42px;
    line-height: 1.18;
  }
}

/*--------------------------------------------------------------
## Registration Page
--------------------------------------------------------------*/
#signup-content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 200px;
}

.centered_section .content_container {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.centered_section .container_top_bar {
  border-top: 2px solid #cfe7d0;
  padding-top: 104px;
}

.centered_section h2 {
  line-height: 45px;
  color: #00353c;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  font-size: 30px;
}

.centered_section p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 28px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 16px;
}

@media screen and (min-width: 800px) {
  .centered_section h2 {
    font-size: 35px;
  } 

  .centered_section p {
    font-size: 20px;
  }
}

.large_text_block .large_text {
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-top: 160px;
  margin-bottom: 200px;
  line-height: 52px;
}

/*--------------------------------------------------------------
## HubSpot modal styling
--------------------------------------------------------------*/
.modal {
  position: fixed;
  background: rgba(0, 0, 0, .6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1000;
}

.modal .modal-content {
  width: 100%;
  height: 100%;
  background: white;
  margin: 20px;
  border-radius: 10px;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
}

.modal .modal-content .close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 20px;
}

.modal .scrollbar_wrapper {
  height: 100%;
  overflow: auto;
}

.modal-content .content_container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.modal-content .split_40 {
  background: #d7f9f7;
  position: relative;
  padding: 50px;
}

.modal-content .split_60 {
  padding: 30px;
}

.modal-content .split_40 .yellow_bubble {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 0;
}

.modal-content .split_40 .teal_bubble {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0;
}

.modal-content .split_40 h2 {
  margin-top: 50px;
}

.modal-content .split_40 ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 80px;
}

.modal-content .split_40 li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 20px;
}

.modal-content .split_40 li:before {
  content: '';  /* placeholder for the SVG */
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 1em;
  height: 1em;
  top: 2.5px;
  background-color: #00a7a1;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>");
}

.visually-hidden {
position: absolute !important;
height: 1px; width: 1px; 
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
}

*:focus {
  outline: 3px dashed blue;
}

@media screen and (min-width: 800px) {
  .modal-content {
      width: 1100px;
  }

  .modal-content .content_container {
    /* padding-right: 30px; */
  }

  .modal-content .split_40 {
    width: 40%;
  }

  .modal-content .split_60 {
    position: relative;
    padding: 0;
    padding-right: 30px;
  }
  
  .modal-content .split_40 .yellow_bubble {
    position: absolute;
    top: 0;
    right: 15px;
  }
  
  .modal-content .split_40 .teal_bubble {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .modal-content .split_40 h2 {
    margin-top: 50px;
  }

  .modal .modal-content .close-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 20px;
  }
}


/*--------------------------------------------------------------
## About Us styling
--------------------------------------------------------------*/
.about_body {
  padding-top: 50px;
  padding-bottom: 80px;
}


.entry-footer {   /* what's up with this one? */
  display: none;
}


/*--------------------------------------------------------------
## KB styling
--------------------------------------------------------------*/
.post-template-default .site-main,
.page-template-default .site-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.post-template-default .site-main .entry-header,
.page-template-default .site-main .entry-header {
  margin-top: 70px;
  margin-bottom: 50px;
}

.post-template-default .site-main .type-post,
.page-template-default .site-main .type-post {
  margin-bottom: 100px;
}

.post-template-default .site-main strong,
.page-template-default .site-main strong {
  font-weight: 700;
}

.post-template-default .site-main .locol_post_author_block span,
.page-template-default .site-main .locol_post_author_block span {
  color: #1c1a1c;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  transition: all ease-in 0.3s;
}

.post-template-default .site-main .entry-content a,
.page-template-default .site-main .entry-content a {
  color: blue;
  text-decoration: underline;
  padding-bottom: 100px;
}



/*--------------------------------------------------------------
## KB Author and KB Page styling
--------------------------------------------------------------*/
.author .site-main,
.blog .site-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.author .site-main .page-title, 
.blog .site-main .page-title {
  margin-bottom: 60px;
}

.blog .site-main b,
.blog .site-main strong {
  font-weight: bold;
}

.blog .site-main .entry-content a {
  color: blue;
  text-decoration: underline;
}






/* 
I think the plan needs to be.... I discard all the unncessary page specific css code, and retain most of the generic styling.

****-> Question is, did I hide any major styling inside the page speciifc styling at all?

the other consideration is what we want the home page to look like, we probably want to show a dashboard of some sort 
***should do some research***

but basics first, lets get something going where they can show a basic post properly first, which means the following:
- header, footer
- basic post styling for links, bullets, font, buttons
- some basic version of home page, either style the loop or at least generate a list
- do we need any of the js files?




20220322:
- added header and footer, need to provide logos
- need to add links for the header
- 


 */