
/* Header ------------------------------------ */
.help-center-header {
  margin: 0 auto;
  font-family: var( --e-global-typography-c6de4dc-font-family ), Sans-serif;
}
.help-center-header .entry-title {
  margin-top: 0;
}
.help-center-header #breadcrumbs > span {
  border-radius: 5px;
  display: inline-block;
  padding: 0.5em;
}
.post-type-archive-guide .help-center-header #breadcrumbs {
  visibility: hidden;
  display: none;
}
span.breadcrumb_last {
  font-family: "skolar-latin", Sans-serif;
}

/* Search ------------------------------------ */
.help-center-search {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  flex-direction: column;
  margin: 1rem 0;
  display: flex;
  padding: 1rem;
}
@media screen and (min-width: 600px) {
  .help-center-search {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.help-center-search input[type=text] {
  border-radius: 3px;
  border: none;
  box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);
}
.help-center-search input[type=text]:focus {
  outline: 4px solid rgba(146, 199, 163, 0.5);
}
.help-center-search input[type=submit] {
  display: none;
}
.help-center-search form {
  display: flex;
  padding-bottom: 2rem;
  padding-right: 1rem;
  position: relative;
}

.help-center-search form:after {
  color: #607d8b;
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 0.75rem;
}

@media screen and (min-width: 600px) {
  .help-center-search form:after {
    right: 2rem;
  }

  .help-center-search form {
    flex: 1;
    padding-bottom: 0;
  }
}

.help-center-search .contact-us {
  text-align: right;

}
@media screen and (min-width: 600px) {
  .help-center-search .contact-us {
    padding-left: 1rem;
  }
}

.help-center-search .contact-us a {
  padding: 0.5em;
  font-family: var( --e-global-typography-c6de4dc-font-family ), Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  line-height: 140%;
  color: var(--e-global-color-d063cec );
  background-color: var(--e-global-color-primary );
  border-style: solid;
  border-color: var(--e-global-color-primary );
  border-radius: 3px;
  transition: all .3s;
  color: var(--e-global-color-3e8105d);
}

.help-center-search .contact-us a:focus, .help-center-search .contact-us a:hover {
  color: var(--e-global-color-d063cec );
  background-color: var(--e-global-color-64b120c );
  border-style: solid;
  border-color: var(--e-global-color-64b120c );
  transition: all .3s;
  text-decoration:none;
}

/* Editions -------------------------------- */

.edition-indicator {
  border-bottom: 3px solid var(--e-global-color-accent);
  margin: 4rem 0 3rem;
}
.edition-indicator h2 {
  color: var(--e-global-color-text);
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.edition-indicator ul {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .edition-indicator ul {
    flex-direction: row;
    justify-content: space-around;
  }
}
.edition-indicator li.inactive {
  color: #cfd8dc;
}
.edition-indicator li.active {
  color: var(--e-global-color-accent);
}

/* Content layout ---------------------------- */
body:not(.fl-builder).post-type-archive-guide .page-content-wrap,
body:not(.fl-builder).single-guide .page-content-wrap,
body:not(.fl-builder).guide-tax-archive .page-content-wrap {
  margin-top: 2rem;
}

.post-type-archive-guide .site-content,
.guide-tax-archive .site-content,
.single-guide .site-content {
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 576px) {
  .post-type-archive-guide .site-content,
  .guide-tax-archive .site-content,
  .single-guide .site-content {
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .post-type-archive-guide .site-content,
  .guide-tax-archive .site-content,
  .single-guide .site-content {
    max-width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .post-type-archive-guide .site-content,
  .guide-tax-archive .site-content,
  .single-guide .site-content {
    max-width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-archive-guide .site-content,
  .guide-tax-archive .site-content,
  .single-guide .site-content {
    max-width: 1170px;
  }
}

.post-type-archive-guide .widget-area,
.guide-tax-archive .widget-area,
.single-guide .widget-area {
  font-size: 1rem;
}
/* .post-type-archive-guide .widget-area a,
.guide-tax-archive .widget-area a,
.single-guide .widget-area a {
  color: #2d2d29;
  text-decoration: none;
  font-family: "adelle-sans", sans-serif;
} */
.post-type-archive-guide .widget-area a:hover, .post-type-archive-guide .widget-area a:focus,
.guide-tax-archive .widget-area a:hover,
.guide-tax-archive .widget-area a:focus,
.single-guide .widget-area a:hover,
.single-guide .widget-area a:focus {
  color: var(--e-global-color-secondary);
  text-decoration: underline;
}
.post-type-archive-guide .widget-area ul,
.guide-tax-archive .widget-area ul,
.single-guide .widget-area ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-type-archive-guide .widget-area ul a,
.guide-tax-archive .widget-area ul a,
.single-guide .widget-area ul a {
  display: inline-block;
  padding: 0.5rem 0;
}
.post-type-archive-guide .widget-title,
.post-type-archive-guide .widgettitle,
.guide-tax-archive .widget-title,
.guide-tax-archive .widgettitle,
.single-guide .widget-title,
.single-guide .widgettitle {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}
.post-type-archive-guide .sidebar-menu-toggle,
.guide-tax-archive .sidebar-menu-toggle,
.single-guide .sidebar-menu-toggle {
  background: var(--e-global-color-secondary);
  border: 0 none;
  color: white;
  line-height: 0.5;
  padding: 0.375em 0.25em;
  position: relative;
  text-align: center;
  width: 1.25em;
}
.post-type-archive-guide .sidebar-menu-toggle:focus, .post-type-archive-guide .sidebar-menu-toggle:hover,
.guide-tax-archive .sidebar-menu-toggle:focus,
.guide-tax-archive .sidebar-menu-toggle:hover,
.single-guide .sidebar-menu-toggle:focus,
.single-guide .sidebar-menu-toggle:hover {
  background: var(--e-global-color-primary);
}
@media screen and (min-width: 992px) {
  .post-type-archive-guide .sidebar-menu-toggle,
  .guide-tax-archive .sidebar-menu-toggle,
  .single-guide .sidebar-menu-toggle {
    display: none;
  }
}

.guide-content ul, .guide-content ol {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.guide-content ul ul, .guide-content ul ol, .guide-content ol ul, .guide-content ol ol {
  margin-bottom: 0;
  margin-top: 0;
}

/* Column layout ----------------------------- */
.left-sidebar .page-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .left-sidebar .page-content {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .left-sidebar .page-content .widget-area {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333% !important;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .left-sidebar .page-content .widget-area {
    flex: 0 0 25%;
    max-width: 25% !important;
  }
}
.left-sidebar .page-content .site-main {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .left-sidebar .page-content .site-main {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667% !important;
  }
}
@media screen and (min-width: 1200px) {
  .left-sidebar .page-content .site-main {
    flex: 0 0 75%;
    max-width: 75% !important;
  }
}

/* Path headings ----------------------------- */
.tax-heading span {
  font-size: 1rem;
}

/* Guide box links --------------------------- */
.features {
  display: flex;
  flex-wrap: wrap;
  }
  
  .feature {
  padding: 1%;
  margin-bottom: 2%;
  }
  
  .feature > div > img {
  max-width:100%;
  height: auto;
  }
  
  .feature .tax-heading {
  font-size: 1.7rem;
  font-weight: 400;
  margin-top: 3%;
  padding: 1%;
  }
  
  .feature .guides-by-feature {
  list-style: none;
  padding: 0;
  flex-direction: column;
  margin: 0;
  }
  
  .feature-content {
  padding: 0% 1%;
  }
  
  .feature .guides-by-feature li {
  width:100%;
  }
  
  .guides-by-feature li {
  flex: 1 1 0;
  }
  
  .feature .path-tax-more {
  text-align: right;
  margin-right:2%;
  }

.guides-by-tax {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 1.5rem -0.5rem;
  padding: 0;
  /* Limit to 2 columns for related guides */
}
.guides-by-tax li {
  display: flex;
  flex: 0 1 100%;
  max-width: 100%;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .guides-by-tax li {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .guides-by-tax li {
    flex: 0 1 33%;
    max-width: 33%;
  }
}
.guides-by-tax li a {
  align-items: center;
  border: 1px solid var(--e-global-color-accent);
  border-radius: 3px;
  color: #2d2d29;
  display: flex;
  padding: 0.75rem;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
  width: 100%;
}
.guides-by-tax li a .icon {
  border-right: 1px solid var(--e-global-color-secondary);
  flex: 0 1 25%;
  max-width: 56px;
  padding-right: 0.75rem;
}
.guides-by-tax li a .icon svg {
  fill: #2d2d29;
  transition: all 300ms ease-in-out;
}
.guides-by-tax li a h3 {
  font-size: 1.2rem;
}
.guides-by-tax li a:hover, .guides-by-tax li a:focus {
border-color: var(--e-global-color-accent);
background-color: rgba(249, 167, 25,0.2);
}
.guides-by-tax li a:hover .icon, .guides-by-tax li a:focus .icon {
  border-right-color: var(--e-global-color-secondary);
}
.guides-by-tax li a:hover .icon svg, .guides-by-tax li a:focus .icon svg {
  fill: var(--e-global-color-secondary);
}

.guides-by-tax li a *:first-child {
  margin-top: 0;
}
.guides-by-tax li a *:last-child {
  margin-bottom: 0;
}
.guides-by-tax li a .title-content {
  flex: 1;
  padding-left: 0.75rem;
  word-break: break-word;
}
.guides-by-tax li h3 {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .double-sidebar .guides-by-tax li {
    flex: 0 1 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .guides-by-tax li {
    flex: 0 1 50%;
    max-width: 50%;
  }
  .guides-by-feature li {
    max-width:100%;
  }
  .features > * {
    width:calc(100% / 2);
  }
  }
  @media screen and (min-width: 1200px) {
  .guides-by-tax li {
    flex: 0 1 33%;
    max-width: 33%;
  }
  .guides-by-feature li {
    max-width:100%;
  }
  .features > * {
    width:calc(100% / 3);
  }
  }

.path-tax-more {
  text-align: right;
}
/* Feature headings ----------------------------- */
.tax-heading{
  font-size: 1.7rem;
  font-weight: 400;
  }

/* Single guide ------------------------------ */
.entry-title .icon,
.entry-title .guide-icon {
  vertical-align: middle;
}

.single-back-button {
  font-size: 1rem;
}
.single-back-button a {
  text-decoration: none;
}
.single-back-button a:hover, .single-back-button a:focus {
  text-decoration: underline;
}

.single-guide .page-header .post-thumb-wrap {
  margin-bottom: 2.5rem;
}
.single-guide .page-header .entry-title-wrap {
  display: flex;
}
.single-guide .page-header .guide-icon {
  margin-right: 1rem;
  margin-top: 0.5rem;
  width: 48px;
}

.guide-icon img {
  min-width: 48px;
}

.single-guide h2 {
  font-weight: 400;
}
.single-guide h2, .single-guide h3 {
  margin: 2rem 0 1rem;
}
.single-guide hr,
.single-guide .wp-block-separator {
  border: 0 none;
  border-top: 1px solid #eee;
  margin: 3.25rem auto;
  width: 50%;
}
.single-guide hr.is-style-wide,
.single-guide .wp-block-separator.is-style-wide {
  width: 100%;
}
.single-guide hr.is-style-dots,
.single-guide .wp-block-separator.is-style-dots {
  border: 0 none;
}
.single-guide hr.is-style-dots:before,
.single-guide .wp-block-separator.is-style-dots:before {
  color: #92c7a3;
}


/* Search results ---------------------------- */
.query-title {
  margin-left: 1rem;
}

.search-results.post-type-archive-guide .site-main .post {
  margin-bottom: 3rem;
}
.search-results.post-type-archive-guide .site-main .page-title {
  margin-bottom: 3rem;
}
.search-results.post-type-archive-guide .site-main .entry-title {
  display: flex;
}
.search-results.post-type-archive-guide .site-main .entry-title a:hover,
.search-results.post-type-archive-guide .site-main .entry-title a:focus {
  color: mui-palette("light-green", 800);
}
.search-results.post-type-archive-guide .site-main .entry-title img,
.search-results.post-type-archive-guide .site-main .entry-title svg {
  margin-right: 1rem;
}
.search-results.post-type-archive-guide .site-main .entry-title svg {
  height: auto;
  width: 48px;
}
.search-results.post-type-archive-guide .site-main .entry-title > span {
  flex: 1;
}
.search-results.post-type-archive-guide .site-main .entry-title > span .feature {
  display: block;
  font-size: 1rem;
}

/* Guide voting form ------------------------- */
.single-guide .gfield_radio input[type=radio] {
  display: none !important;
}
.single-guide .gfield_radio label {
  color: #2d2d29;
}
.single-guide .gfield_radio input[type=radio]:checked ~ label {
  color: var(--e-global-color-secondary);
}
.single-guide input[type=text],.single-guide input[type=email] {
border-radius: 3px;
border: none;
box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);}

label.gfield_label.gform-field-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
}
.partial_entry_warning {
  display: none;
}

/* Code copying ------------------------------ */
 .code-block-wrap {
  position: relative;
}

.elementor-kit-7 .code-block-copy-button{
  background: transparent;
  border: 0 none;
  bottom: 0;
  color: transparent;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius:5px;
  font-weight: normal;
}
.elementor-kit-7 .code-block-copy-button:hover, .code-block-copy-button:focus {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  outline: 1px dotted black;
  outline-offset: 1px;
  border-radius:5px;
  font-weight: normal;
}

/* Copy link styles -------------------------- */
.single-guide .site-main h1, .single-guide .site-main h2, .single-guide .site-main h3, .single-guide .site-main h4, .single-guide .site-main h5, .single-guide .site-main h6 {
  position: relative;
}
.single-guide .site-main h1 .get-link, .single-guide .site-main h2 .get-link, .single-guide .site-main h3 .get-link, .single-guide .site-main h4 .get-link, .single-guide .site-main h5 .get-link, .single-guide .site-main h6 .get-link {
  color: var(--e-global-color-primary);
  display: inline-block;
  font-size: 1.5rem;
  left: -3rem;
  line-height: 1;
  margin-left: 1rem;
  opacity: 0;
  position: absolute;
  top: 0.5rem;
  transition: all 300ms ease-in;
}
.single-guide .site-main h1 .get-link:hover, .single-guide .site-main h1 .get-link:focus, .single-guide .site-main h2 .get-link:hover, .single-guide .site-main h2 .get-link:focus, .single-guide .site-main h3 .get-link:hover, .single-guide .site-main h3 .get-link:focus, .single-guide .site-main h4 .get-link:hover, .single-guide .site-main h4 .get-link:focus, .single-guide .site-main h5 .get-link:hover, .single-guide .site-main h5 .get-link:focus, .single-guide .site-main h6 .get-link:hover, .single-guide .site-main h6 .get-link:focus {
  color: var(--e-global-color-secondary);
  opacity: 1;
}
.single-guide .site-main h1.entry-title .get-link, .single-guide .site-main h2.entry-title .get-link, .single-guide .site-main h3.entry-title .get-link, .single-guide .site-main h4.entry-title .get-link, .single-guide .site-main h5.entry-title .get-link, .single-guide .site-main h6.entry-title .get-link {
  position: static;
}
.single-guide .site-main h1:hover .get-link, .single-guide .site-main h2:hover .get-link, .single-guide .site-main h3:hover .get-link, .single-guide .site-main h4:hover .get-link, .single-guide .site-main h5:hover .get-link, .single-guide .site-main h6:hover .get-link {
  opacity: 1;
}
.single-guide .site-main h3 .get-link, .single-guide .site-main h4 .get-link, .single-guide .site-main h5 .get-link, .single-guide .site-main h6 .get-link {
  top: 0;
}

/****** Bottom of guides page ******/
.help-center-footer .still-stuck, .still-stuck {
  text-align: center;
  margin-bottom: 5%;
}

.home-actions{
  display:flex;
  gap:5%;
  align-items: center;
  justify-content: space-around;
  margin-bottom:5%;
}

.home-actions button{
  width: 30%;
}

.elementor-kit-7 .home-actions a{
  padding: 0.5em;
  font-family: var( --e-global-typography-c6de4dc-font-family ), Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  line-height: 140%;
  color: var(--e-global-color-primary );
  border-style: solid;
  border-color: var(--e-global-color-primary );
  border-radius: 50px;
  transition: all .3s;
  width:30%;
  text-align: center;
}

.elementor-kit-7 .home-actions a:hover{
color:white;
background-color: var(--e-global-color-primary);
border-style: solid;
border-color: var(--e-global-color-primary );
transition: all .3s;
text-decoration: none;
}
@media screen and (max-width: 576px) {
  .home-actions{
    margin-top: 2rem;
    flex-direction:column;
  }
  .home-actions a {
    margin-bottom: 2rem;
}
}
/*# sourceMappingURL=style.css.map */