/*
Theme Name: Action Tech Theme
Theme URI: https://macosx-faq.com/
Author: Cecile Design Studio, Inc
Author URI: https://ceciledesignstudio.com/
Description: Based on WP Bootstrap Starter
Text Domain: wp-bootstrap-starter
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/

/* Colors in customizer
var(--dark-accent-color)
var(--one-third-accent-color)
var(--one-half-accent-color)
var(--two-third-accent-color)
var(--light-accent-color)
*/

:root {
    --text-color: #111111;
    --meta-text-color: #757575;
    --footer-text-color: white;
    --form-background-color: #f6f6f6;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: var(--light-accent-color);
}

a:active,
a:hover {
  outline: 0;
  color: var(--light-accent-color);
}
a.col { text-decoration: none; }

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}
.small, small {
    font-size: 90%;
    font-weight: 300;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 3px 8px
}

.entry-content table th,
.entry-content table td {
  border: 1px solid var(--meta-text-color);
  padding: 0.5em;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5em;
  font-size:  20px;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: var(--text-color);
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
#footer-widget h1, #footer-widget h2, #footer-widget h3, 
#footer-widget h4, #footer-widget h5, #footer-widget h6 {
  color: var(--footer-text-color);
}
h1 {
  font-size: 2.5rem;
  line-height: 1.05;
}
.home h1, h2,
.box.gradient h4.entry-title {
  font-size: 1.85rem;
  line-height: 1.2em;
}
h4.section-title {  
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
}
.widget .large-featured .rpwe-title,
.category .large-featured h1, 
h4.entry-title,
h3 {
  font-size: 1.15em;
  line-height: 1.275em;
}
article:not(.box) h4 {
  font-size: 1.05em;
  line-height: 1.23em;
  margin-top: 0;
  margin-bottom: 0;
}
.widget_block > h4,
h4#reply-title {
  font-size: 1.05em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 10px;
}
h4 {
  font-size: 1rem;
  text-transform: uppercase;
}
h5 {
  font-size: 1rem;
  font-weight: 400;
}
h6 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.35em;
}
p {
  margin-bottom: 1em;
}
h1.entry-title,
h1.page-title {
  margin-top: 0;
  margin-bottom: 15px;
}
h4.entry-title {
  font-weight: 500;
  text-transform: none;
}
.widget_block > h3:after,
h4#reply-title:after,
h4.section-title:after,
h4.widget-title:after {
  content: "";
  width: 100px;
  height: 3px; 
  border-radius: 2px;
  display: block;
  margin-top: 5px;
  background: var(--light-accent-color);
  background: -moz-linear-gradient(90deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%,);
  background: -webkit-linear-gradient(90deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%);
  background: linear-gradient(90deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%);
}
h4.section-title:after {
  margin: 10px auto 0;
  height: 3px;
  border-radius: 2px;
}
#footer-widget h3 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5em;
}
#footer-widget h4.widget-title:after {
  width: 50px;
  background: white;
}
#content #secondary h4.widget-title { margin-top: 10px; }

.dark * { color: white; }

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

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%;
}

blockquote {
  position: relative;
  padding-left: 20px;
  font-style: italic;
}
blockquote::before{
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  border-radius: 2px;
  left: 0;
  top: 0;
  background: var(--light-accent-color);
  background: -moz-linear-gradient(180deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%,);
  background: -webkit-linear-gradient(180deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%);
  background: linear-gradient(180deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%);
}
figcaption {
    color: var(--text-color);
    font-size: 0.75em;
    text-align: center;
}
.wp-block-separator {
  border-radius: 2px;
  border-color: #b4b4b4;
}
.wp-block-table table {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.nav-previous a, .nav-next a,
.wp-block-search__button,
.wp-block-button__link,
.gform_wrapper .gform_footer input[type=submit],
.btn {
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.1px;
  padding: 8px 20px;
  border-radius: 0;
  color: white;
  text-decoration: none;
  display: inline-block;
  background-color: var(--light-accent-color);
  border-color: var(--light-accent-color);
}
.wp-block-buttons>.wp-block-button {
  margin-bottom: 1.5em;
}
.nav-previous a, .nav-next a,
.wp-block-search__button,
.gform_wrapper .gform_footer input[type=submit], .btn-primary,
#content .custom-html-widget .gform_wrapper .gform_footer input[type=submit],
#category-bottom .gform_wrapper .gform_footer input[type=submit] {
  background: var(--light-accent-color);
  background: -moz-linear-gradient(90deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%,);
  background: -webkit-linear-gradient(90deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%);
  background: linear-gradient(90deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%);
  border: 0;
  color: white;
}
.gform_wrapper .gform_footer input[type=submit] {
  padding: .75rem 1.5rem;
  border: 0;
}
.nav-previous a:hover, .nav-next a:hover,
.wp-block-search__button:hover,
.wp-block-button__link:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.btn:hover ,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:hover {
  background: var(--light-accent-color);
  background: -moz-linear-gradient(90deg, var(--light-accent-color) 30%, var(--dark-accent-color) 100%,);
  background: -webkit-linear-gradient(90deg, var(--light-accent-color) 30%, var(--dark-accent-color) 100%);
  background: linear-gradient(90deg, var(--light-accent-color) 30%, var(--dark-accent-color) 100%);
}
div.gform_wrapper textarea,
div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-control {
  height: 45px;
  padding: .75rem .75rem;
  font-size: 0.9rem;
  background-color: var(--form-background-color);
  border-color: var(--form-background-color);
  border: 0;
  border-radius: 0;
  background-clip: unset;
  font-weight: 300;
  color: var(--text-color);
}
.form-control:focus {
    background-color: var(--form-background-color);
}
div.gform_wrapper .gform_footer {
  margin-top: 0 !important;
}
div.gform_wrapper form:not(.gf_simple_horizontal) .gform_footer {
  padding-top: 6px;
}
div.gform_wrapper li.hidden_label input {
    margin-top: 0;
}
div.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0;
}
div.gform_wrapper textarea:focus,
div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.form-control:focus {
  outline: 2px solid var(--light-accent-color);
} 
.wp-block-search__input {
  border:  0;
   background-color: var(--form-background-color);
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
  padding: .74rem 0;
  z-index: 1;
  position: relative;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
#top-banner {
  background-color: var(--form-background-color);
}
#top-banner .widget,
#top-banner .widget * {
    margin-top: 0;
    margin-bottom: 0;
}
#top-banner {
  font-size: 0.9em;
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
body #masthead .navbar-nav > li > a {
  color: var( --text-color);
  padding: 0.3rem 0.4rem 0.2rem;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.1rem;
  text-transform: uppercase;
}
body #masthead .navbar-nav > li.current-menu-item > a,
body #masthead .navbar-nav > li > a:hover,
body #masthead .navbar-nav > li.current_page_item > a {
  color: white;
  background-color: var(--light-accent-color);
}
.navbar-brand {
  height: auto;
  padding: 0;
  max-width: calc(100% - 60px);
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* Mobile menu. */

#masthead .navbar-nav {
  margin: 15px auto 0;
  max-width: 380px;
  text-align: center;
}
.navbar-light .navbar-toggler {
  padding: .35rem .5rem;
  font-size: 1rem;
  border-radius: 0;
  background-color: var(--light-accent-color);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #masthead .navbar-nav {
    margin: 0;
    max-width: none;
  }
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
  body #masthead .navbar-nav > li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.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%;
  font-weight: 800;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  font-weight: 800;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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, .alignright {
  display: inline;
  margin-bottom: 1.25rem;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

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

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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;
}
.widget select {
  max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
  display: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: underline;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.nav-link:hover {
  color: initial;
}
.nav-link {
  font-weight: 300;
  color: var(--text-color);
  padding: 2px 0;
}
.widget_categories .nav-link {
  display: inline-block;
}
#content h4.widget-title {
  margin-top: 0;
  margin-bottom: 20px;
}
h4.widget-title:after {
    margin-top: 9px;
}
.widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.post-template-single-one-column-post #content > .container,
.page-template-fullwidth #content .container {
    max-width: 830px;
    margin-right: auto;
    margin-left: auto
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}
.category #content.site-content,
.home #content.site-content {
    padding-top: 2.5em;
}
.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}
.rank-math-breadcrumb,
p#breadcrumbs {
  margin-bottom: 0.5em;
  font-size: 0.8em;
}
.sticky .entry-title {
  position: relative;
}
.entry-content {
  margin-bottom: 1.5em;
}
.entry-cat {
  color: var(--dark-accent-color);
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
}
.entry-header,
.page-header {
  margin-bottom: 1.5em;
}
.entry-meta {
  font-size: 0.9rem;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  color: var(--text-color);
  margin-bottom: 1em;
  font-style: italic;
}
.entry-meta > img {
  border-radius: 50%;
  margin-right: 15px;
}
@media (max-width:  767px){
  .entry-meta > img { width: 60px; }
}
.entry-meta a {
  color: var(--light-accent-color);
}
.entry-meta a, .entry-meta h1 {
  font-style: normal;
}
.fact-checker {
  background-color: var(--dark-accent-color);
  padding: 2px 7px;
  border-radius: 10px;
  display: inline-block;
}
.fact-checker, .fact-checker a {
  color: white;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}
.post.hentry {
  margin-bottom: 4rem;
}
.entry-title > a {
  color: inherit;
}
.box .entry-title > a {
  text-decoration: none;
}
.entry-content ul {
  list-style: none; /* Remove default bullets */
}
.entry-content ul li::before {
  content: "";
  background-color: var(--one-half-accent-color);
  width: 6px;
  height: 6px;
  border-radius: 2px;
  display: inline-block;
  margin-left: -15px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.pagination {
    justify-content: center;
    margin-top: 3em;
}
.page-numbers {
  min-width: 28px;
  background-color: var(--form-background-color);
  color: var(--text-color);
  display: inline-block;
  text-align: center;
  padding: 0.5px 8px;
  font-weight: 500;
  margin: 0 3px;
  font-size: 0.8em;
}
.page-numbers.next, .page-numbers.prev {
  padding: 0.5px 12px;
}
.page-numbers.current, .page-numbers:hover {
  text-decoration: none;
  color: white;
  background: var(--light-accent-color);
  background: -moz-linear-gradient(90deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%,);
  background: -webkit-linear-gradient(90deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%);
  background: linear-gradient(90deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%);
} 

#related-posts { position: relative; }
#related-posts .slanted-gradient { top:  0; }

@media (min-width:992px){
  #secondary.col-lg-4 { left: 30px; }
}

/*--------------------------------------------------------------
## Categories
--------------------------------------------------------------*/

.category .page-header {
  width: 100%;
  border-radius: 3px;
  position: relative;
  padding: 1em 2em 1em 25%;
  overflow: hidden;
  z-index: 0;
  min-height: 200px;
  display: flex;
  align-items: center;
}
.category .page-header h1,
.category .page-header p {
  color: white;
}
.category .page-header .background-letter {
  font-size: 28em;
  color: white;
  font-weight: 800;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
  display: flex;
  align-items: center;
}

@media (max-width:  767px){
  .category .page-header {
    padding: 1em 2em;
  }
}

/*--------------------------------------------------------------
## Comments
-------------------------------------------------------------- */

.comment-link {
    display: flex;
    height: 40px;
    margin-bottom: 0;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
}
.comment-link a { 
  text-decoration: none;
  color: inherit;
}
.comment-link a:hover { 
  text-decoration: underline;
}
.comment-icon {
  margin-right: 5px;
  width: 14px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.95 9.43'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2333a4d1;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='cls-1' points='10.95 9.43 7.44 6.74 0 6.74 0 0 10.95 0 10.95 9.43'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}
.comment-body .pull-left {
  padding-right: 20px;
}
.comment-list .avatar {
  border-radius: 50%;
}
.comment-list .children {
  padding-left: 80px;
  clear: both;
}
.comment-list .comment {
  display: block;
}
.comment-list {
  padding-left: 0;
  clear: both;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}
#comments a {
 color: var(--dark-accent-color)
}
.comment-reply-link { 
  font-style: italic;
}
#cancel-comment-reply-link {
  float: right;
}
#comments .form-submit {
  float: right;
  position: relative;
}
#comments p {
  margin-bottom: 10px;
}
#comments p.comment-notes,
#comments p.logged-in-as,
#comments .media-body p, 
#comments .media-body a {
    font-size: 0.9rem;
    line-height: 1.3;
}
#comments .media-body p, 
#comments .media-body a {
  margin-bottom: 8px;
}
#comments p.comment-notes,
#comments p.logged-in-as {
  margin-bottom: 25px;
}


/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}
.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%;
  padding: 0 15px;
  min-width: 120px;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}
.gallery-caption {
  display: block;
}
.gallery-item img { border: 0 !important;}

.widget .gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Table of Content - SimpleTOC
--------------------------------------------------------------*/

h2.simpletoc-title {
  font-size: 1.325em;
}
.simpletoc a {
  color: var(--dark-accent-color);
  font-weight: 800;
  font-size: .9em;
}
ul.simpletoc {
  padding-left:0;
}
ul.simpletoc>li:before {
  display: none;
}

/*--------------------------------------------------------------
## Table of Content - Table of Contents Plus
--------------------------------------------------------------*/

#toc_container {
  background-color: var(--form-background-color);
  padding: 15px;
}
.toc_title,h2.simpletoc-title {
  font-size: 1.05em;
  font-weight: 800;
  margin-bottom: 0
}
.toc_list {
  margin-top: 10px
}
.toc_list a,.simpletoc a {
  color: var(--dark-accent-color);
  font-weight: 800;
  font-size: .9em
}
ul.toc_list,ul.simpletoc {
  padding-left: 0
}
ul.toc_list>li:before,ul.simpletoc>li:before {
  display: none
}
.toc_toggle {
  text-indent: -99999px;
  margin-left: 5px;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 0;
  border-top: 11px solid var(--one-half-accent-color);
  position: relative
}
.toc_toggle a {
  position: absolute;
  left: -10px;
  top: -17px;
  width: 20px;
  height: 20px
}
.contracted .toc_toggle {
    border-bottom: 8px solid transparent;
    border-left: 11px solid var(--one-half-accent-color);
    border-top: 8px solid transparent
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer-widget {
  color: var(--footer-text-color);
  padding-top: 60px;
  padding-bottom: 30px;
}
#footer-widget p {
  font-size: 18px;
}
#footer-widget .nav-link {
  font-size: 16px;
  color: var(--footer-text-color);
}
#footer-widget .fab {
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  background-color: var(--footer-text-color);
  margin-right: 10px;
  position: relative;
}
#footer-widget .fab:hover {
    background-color: white;
}
#footer-widget .fab .nav-link {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  width: 22px;
  height: 22px;
}
#footer-widget .fab:before {
  color: var(--dark-accent-color);
  line-height: 22px;
  font-size: 0.8em;
}
#footer-widget .fab.fa-facebook-f:before { color: #3C5888; }
#footer-widget .fab.fa-linkedin-in:before { color: #0B65B3; }
#footer-widget .fab.fa-twitter:before { color: #1F93E2; }

#footer-widget,
body footer#colophon {
  z-index: 0;
  color: var(--footer-text-color);
  position: relative;
  overflow: hidden;
}
body footer#colophon {
  border-top: 1px solid rgba(0,0,0,0.15);
}
#footer-widget .wp-block-image {
  margin-bottom: 0;
}
.navbar-dark .site-info {
  color: var(--footer-text-color);
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}
.copyright a, footer#colophon a {
  color: var(--footer-text-color);
  text-decoration: underline;
}
#menu-social, #menu-social li,
.copyright-menu, .copyright-menu li {
  display: inline-block;
}
.copyright-menu ul {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}

/*--------------------------------------------------------------
# Background
--------------------------------------------------------------*/

.shadow {
    box-shadow: 0 0 10px rgba(0,0,0,.05)!important;
}

h4.section-title:after,
#colophon, .gradient, .dark-slanted-gradient {
  background: var(--light-accent-color);
  background: -moz-linear-gradient(90deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%,);
  background: -webkit-linear-gradient(90deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%);
  background: linear-gradient(90deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%);
}

.slanted-gradient {
  position: absolute;
  z-index: -1;
  left: 0;
  top: calc(4vw + 60px);
  width: 100%;
  height: 200px;
  transform: skewY(3deg);
  background: #f1f1f1;
  background: -moz-linear-gradient(180deg, #f1f1f1 0%, rgba(255,255,255,0) 100%,);
  background: -webkit-linear-gradient(180deg,#f1f1f1 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(180deg, #f1f1f1 0%, rgba(255,255,255,0) 100%);
}
.slanted-gradient.alt {
  transform: skewY(-3deg);
}
.dark-slanted-gradient {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 1vw;
  width: 100%;
  height: 1200px;
  transform: skewY(-1deg);
}

#colophon:before,
.dark-slanted-gradient:before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
}
.archive.author .slanted-gradient {
  display: none;
}


/*--------------------------------------------------------------
# Boxes
--------------------------------------------------------------*/

article.box {
  background: white;
  height: 100%;
  min-height: 180px;
  border-radius: 3px;
  padding: 15px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.alt-colors .col article.gradient {
  background: var(--light-accent-color);
  background: -moz-linear-gradient(90deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%,);
  background: -webkit-linear-gradient(90deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%);
  background: linear-gradient(90deg, var(--light-accent-color) 0%, var(--dark-accent-color) 100%);
}
.alt-colors .col:nth-child(3n+1) .background-letter {
  color: var(--light-accent-color);
}
.alt-colors .col:nth-child(3n+2) .background-letter {
  color: var(--one-half-accent-color);
}
.alt-colors .col:nth-child(3n) .background-letter {
  color: var(--dark-accent-color);
}
@media (min-width:  576px){
  .alt-colors .col:nth-child(2n+1) article.gradient {
    background: var(--light-accent-color);
    background: -moz-linear-gradient(90deg, var(--light-accent-color) 0%, var(--one-half-accent-color) 100%,);
    background: -webkit-linear-gradient(90deg, var(--light-accent-color) 0%, var(--one-half-accent-color) 100%);
    background: linear-gradient(90deg, var(--light-accent-color) 0%, var(--one-half-accent-color) 100%);
  }
  .alt-colors .col:nth-child(2n) article.gradient {
    background: var(--one-third-accent-color);
    background: -moz-linear-gradient(90deg, var(--one-half-accent-color) 0%, var(--dark-accent-color) 100%);
    background: -webkit-linear-gradient(90deg, var(--one-half-accent-color) 0%, var(--dark-accent-color) 100%);
    background: linear-gradient(90deg, var(--one-half-accent-color) 0%, var(--dark-accent-color) 100%);
  }
}
@media (min-width:  992px){
  article.box {
    padding: 35px 15px;
  }
  .alt-colors .col:nth-child(3n+1) article.gradient {
    background: var(--light-accent-color);
    background: -moz-linear-gradient(90deg, var(--light-accent-color) 0%, var(--two-third-accent-color) 100%,);
    background: -webkit-linear-gradient(90deg, var(--light-accent-color) 0%, var(--two-third-accent-color) 100%);
    background: linear-gradient(90deg, var(--light-accent-color) 0%, var(--two-third-accent-color) 100%);
  }
  .alt-colors .col:nth-child(3n+2) article.gradient {
    background: var(--two-third-accent-color);
    background: -moz-linear-gradient(90deg, var(--two-third-accent-color) 0%, var(--one-third-accent-color) 100%);
    background: -webkit-linear-gradient(90deg, var(--two-third-accent-color) 0%, var(--one-third-accent-color) 100%);
    background: linear-gradient(90deg, var(--two-third-accent-color) 0%, var(--one-third-accent-color) 100%);
  }
  .alt-colors .col:nth-child(3n) article.gradient {
    background: var(--one-third-accent-color);
    background: -moz-linear-gradient(90deg, var(--one-third-accent-color) 0%, var(--dark-accent-color) 100%);
    background: -webkit-linear-gradient(90deg, var(--one-third-accent-color) 0%, var(--dark-accent-color) 100%);
    background: linear-gradient(90deg, var(--one-third-accent-color) 0%, var(--dark-accent-color) 100%);
  }

  .alt-colors.four-col .col:nth-child(4n+1) .background-letter {
    color: var(--light-accent-color);
  }
  .alt-colors.four-col .col:nth-child(4n+2) .background-letter {
    color: var(--two-third-accent-color);
  }
  .alt-colors.four-col .col:nth-child(4n+3) .background-letter {
    color: var(--one-third-accent-color);
  }
  .alt-colors.four-col .col:nth-child(4n) .background-letter {
    color: var(--dark-accent-color);
  }

}

article .background-letter {
  font-size: 72px;
  font-weight: 800;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
}
article.box .background-letter {
  z-index: 0;
  font-size: 340px;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
article.gradient .background-letter {
  font-size: 340px;
  color: white !important;
}
a article.box:not(.gradient) em {
  color: initial;
}
article.box h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
article.box em {
  font-size: 18px;
}
article.box:hover .background-letter {
  font-size: 440px;
}
article.gradient:hover .background-letter {
  font-size: 380px;
}
.entry-title {
  position: relative;
}
.entry-title .background-letter {
  color: var(--light-accent-color);
  font-size: 230px;
  font-weight: 800;
  z-index: -1;
  position: absolute;
  left: -70px;
  top: -120px;
  opacity: 0.1;
}
.wp-block-image { margin-bottom: 1.5em; }