/*
Theme Name: apptoto-2024
Description: child theme for twentytwentyfour
Version: 1.0
Author: Apptoto
Author URI: https://www.apptoto.com
Template: twentytwentyfour
*/



/*Add your own styles here:*/

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
  font-family: Helvetica, Arial, sans-serif !important;
  color: #2b2f33;
}
h1, h2 {
  text-transform: none !important;
}
h1,
h1.has-x-large-font-size {
  font-size: 36px !important;
  font-weight: 500;
}
h2,
h2.has-x-large-font-size {
  font-size: 28px !important;
  font-weight: 500;
  line-height: 1.2em;
}
h2.h2-featured-main {
  font-size: 32px !important;
}
h2.h2-post-snippet {
  font-size: 22px !important;
}
h3,
h3.has-x-large-font-size {
  font-size: 24px !important;
  font-weight: 400;
}
h4 {
  font-size: 20px !important;
  font-weight: 600;
}
h5 {
  font-size: 18px !important;
  font-weight: 400;
}
h6 {
  font-size: 16px !important;
  font-weight: 600; 
}
p,ul,ol,li {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.4em;
}
i {
  font-style: italic;
}
a {
  outline: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.wp-block-ideabox-toc {
  background: #eff2f9;
  border: 1px solid #dfe2e8;
  padding: 0 16px;
}
@media (max-width: 781px) {
  .sidebar-floating {}
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column { 
    z-index: 1;
  }
  .drip-newsletter-signup form {
    padding: 0 !important;
  }
  .drip-newsletter-signup .agree-please {
    margin-left: 0 !important;
  }
  .drip-newsletter-signup input[type="text"],
  .drip-newsletter-signup input[type="email"] {
    width: 94% !important;
  }
  .drip-newsletter-signup .wp-block-spacer {
    display: none;
  }
  blockquote, blockquote.wp-block-quote {
    width: 100%;
    margin-left: 0;
  }
  .wp-block-navigation__responsive-container-content .wp-block-navigation .nav-blog {
    margin-top: -8px !important;
  }
  .wp-block-navigation__responsive-container-content .wp-block-navigation .nav-blog.kb-blog-link {
    margin-top: -20px !important;
  }
  .wp-block-navigation__responsive-container-content .wp-block-navigation .nav-blog ul {
    margin: 0 !important;
    padding: 0 !important;
  }
  .wp-block-navigation__responsive-container-content .wp-block-navigation .nav-kb {
    margin-top: -8px !important;
  }
  .wp-block-navigation__responsive-container-content .wp-block-navigation .nav-kb.kb-kb-link {
    margin-top: -20px !important;
  }
}
@media (min-width: 782px) {
  .sidebar-floating {} 
 .kb-main-site-link {
    margin-left: -12px; 
  }
  .kb-blog-link {
    margin-left: 6px !important;
  }
  .kb-kb-link {}
  .sidebar-native {
    top: 70px;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    z-index: 1;
  }
}
.wp-block-navigation__responsive-container li {
  font-size: 14px !important;
}
.wp-block-post-excerpt__more-link {
  font-size: 16px;
}
.footer-heading {  font-weight: 600 !important;
}
.footer-nav ul li {
  margin-bottom: 5px;
}
.footer-nav ul li a {
  color: #7a7a7a !important;
}
@media (max-width: 781px) {
  .footer-copyright-section {
    padding-left: 0 !important;
  }
}
.sticky-side {}
.single-post-sidebar {}

:root :where(.wp-element-button, .wp-block-button__link) {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  min-width: 180px;
  font-weight: 300;
}
:root :where(.wp-element-button.wp-block-search__button) {
  min-width: auto;
}
header {
  padding-left: 5%;
  padding-right: 5%;
  border-bottom: 1px solid #e6e6e6;
}
header > .wp-block-group {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
header > .wp-block-group ~ .wp-block-group {
  padding-top: 0;
  padding-bottom: 0;
}
header .wp-block-navigation__container .wp-block-navigation-item {
  font-size: 14px;
  font-weight: 300;
  color: #494949;
}
header .wp-block-navigation__container .wp-block-navigation-item:hover {
  color: #5c8ed1;
}
header .wp-block-navigation__container .wp-block-navigation-item a:hover {
  text-decoration: none !important;
}
#header + hr {
  display: none;
}
.wp-block-outermost-social-sharing .outermost-social-sharing-link a {
  padding: .7em;
}
.ib-toc-anchors {
  list-style: none;
}
.ib-toc-anchors li {
  margin-bottom: 16px;
}
.ib-toc-anchors li a {
  color: #35a9ff !important;
}
.ib-toc-container .ib-toc-body {
  padding: 10px 25px 10px 0;
}
.ib-toc-container .ib-toc-separator {
  width: 90%;
}
hr.wp-block-separator {
  width: 90%;
  margin-left: 0 !important;
}
.ib-toc-container .ib-toc-header {
  padding-left: 0;
}

.wp-element-button, .wp-block-button__link {
  background-color: #18c566;
  border-color: #18c566;
} 
.wp-element-button:hover, .wp-block-button__link:hover {
  opacity: 0.9;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border-radius: 10px;
  padding: 4px;
}
.wp-block-post {
  border: 1px solid #34abff;
  border-radius: 20px;
  padding: 20px 20px 0 20px;
  background: #f0f2f9;
}
.wp-block-post.category-featured:first-child {
  border-color: #34abff;
}
.wp-container-core-group-is-layout-17 .wp-block-post.category-featured:first-child,
.wp-container-core-group-is-layout-743dab12 .wp-block-post.category-featured:first-child,
.wp-container-core-group-is-layout-6f90b940 .wp-block-post.category-featured:first-child,
.featured-all .wp-block-post,
.featured-all .wp-block-post.category-featured:first-child {	
  border-color: #f0f2f9;
}
.wp-block-post-excerpt__excerpt {
  line-height: 1.3em;
}
.wp-block-read-more {
  font-size: 16px;
  color: #34abff;
  text-decoration: underline;
}
.wp-block-post-author__name {
	font-weight: bold;
}
.yoast-reading-time__descriptive-text, 
.yoast-reading-time__reading-time, 
.yoast-reading-time__time-unit {
    font-style: italic;
}
img.alignright {
  display: block;
  float: right;
}
.tool-tip-green {
  position: relative;
  border: 1px solid #80bd95;
  border-radius: 10px;
  background-color:#ceeabe;
  padding: 20px 20px 20px 50px;
  margin: 20px 5%;
}
.tool-tip-green::after {
  content: '*';
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 40px;
}
.tool-tip-red {
  position: relative;
  border: 1px solid #f2dede;
  border-radius: 10px;
  background-color:#f2dede;
  padding: 20px 20px 20px 50px;
  margin: 20px 5%;
}
.tool-tip-red::after {
  content: '!';
  position: absolute;
  top: 4px;
  left: 24px;
  font-size: 40px;
}
.apptoto-copy-source {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 12px 14px;
  background: #fcfcfc;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.5;
}

.apptoto-copy-btn {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid #d0d0d0;
  background: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  font: 500 14px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  cursor: pointer;
  transition: transform .02s ease-in, box-shadow .15s ease;
}
.apptoto-copy-btn:hover { box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.apptoto-copy-btn:active { transform: translateY(1px); }

.apptoto-copy-btn[data-copied="true"] {
  border-color: #34a853;
  color: #1d6e31;
  background: #f2fbf5;
}

/* Accessibility helper */
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.wedocs-single-content .tool-tip-green a {
  color: #396dbf !important;
  text-decoration: none !important;
}
.wedocs-single-content .tool-tip-green a:hover {
  color: #264b85 !important;
  text-decoration: underline !important;
}
.wedocs-single-content .tool-tip-green a:active {
  color:  #2a5935 !important;
   text-decoration: underline !important;
}
.wedocs-single-content .tool-tip-red a {
  color: #a94442 !important;
  text-decoration: none !important;
}
.wedocs-single-content .tool-tip-red a:hover {
  color: #d15555 !important; 
  text-decoration: underline;
}
.wedocs-single-content .tool-tip-red a:active {
  color: #d15555 !important;
  text-decoration: underline !important;
}

/* wedocs styles */
.docs-template-default .site-main {
  max-width: 1344px !important;
  margin: 0 auto !important;
}
@media(max-width: 1400px) {
  .docs-template-default .site-main {
    margin: 0 5% !important;
  }
}

blockquote:not(.tiktok-embed),
blockquote.wp-block-quote {
  background: #5c8ed1;
  padding: 20px;
  padding-left: 54px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(#000, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
  font-size: 18px !important;
}
blockquote:not(.tiktok-embed)::before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 6px;
  font-size: 5em;
  color: #eee;
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
}
blockquote:not(.tiktok-embed)::after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: 20px;
  font-size: 25em;
  color: #eee;
  color: rgba(0, 0, 0, 0.1);
  font-weight: normal;
}
blockquote:not(.tiktok-embed) p {
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
  color: #fff;
}

blockquote:not(.tiktok-embed) cite {
  font-size: 16px !important;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  color: #000;
}
.wp-block-group table {
  width: 100%;
  padding: 0;
  margin: 20px 0 20px 0;
  border: 1px solid #969696;
  background: #f8f8f8;
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-block-group th {
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: left;
  padding: 9px 12px;
  border: 1px solid #969696;
}
.wp-block-group td {
  padding: 9px 12px;
  border-left: none;
  border-top: none;
  border: 1px solid #969696;
}
.breadcrumbs {
  margin-left: 10px !important;
}
.breadcrumbs p {
  font-size: 15px !important;
  margin-right: -6px !important;
  margin-left: -6px !important;
}
.gsc-search-box td {
  border: none !important;
}
.wp-block-group table {
  border: none !important;
  margin: 0;
  border: 1px solid #34abff;
  background: #f0f2f9;
}
.wp-block-group table input {
  background: #fff;
  border: 1px solid #34abff;
  padding: 10px !important;
}
/* Manual / Docs Styles */
.wedocs-single-wrap {
  padding-top: 30px;
  max-width: 1152px;
  margin: 0 auto !important;
  padding-left: 3%;
  padding-right: 3%;
}
.wedocs-single-wrap .wedocs-single-content article .entry-content img {
  /* width: 100%;
  max-width: 700px !important; */
}
.wedocs-single-wrap .wedocs-feedback-wrap,
.wedocs-single-wrap .wedocs-sidebar .widget-title {
  display: none;
}
.wedocs-single-wrap time,
.wedocs-single-wrap .wedocs-breadcrumb {
  font-size: 14px !important;
}
.wedocs-single-wrap .wedocs-doc-nav {
  border: 0 !important;
  font-size: 14px !important;
}
.wedocs-single-wrap .wedocs-sidebar ul.children li {
  margin: 0 !important;
  line-height: 1.3em !important;
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li ul.children {
  margin: 3px 0 3px 20px !important;
  border-left: none !important
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li ul.children a {
  color: #878787;
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li > a {
  background: #fff;
  margin-bottom: 2px;
  border-bottom: 1px solid #f4f4f7;
  color: #333;
  line-height: 1.5em !important;
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li > a:hover {
  background: #f4f4f7;
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li > a::before {
  display: none;
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li a {
  font-size: 15px !important;
  padding: 3px 10px 3px 0 !important;
}
.wedocs-single-wrap .wedocs-sidebar ul.children li a {
  padding-left: 0 !important;
}
.wedocs-single-wrap .wedocs-sidebar ul.children li a:hover {
  background: #f4f4f7;
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent > a,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor > a {
  background: transparent;
  color: #18c566 !important;
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a::before,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent > a::before,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor > a::before {
  content: '-';
  font-size: 22px;
  font-weight: 500;
  color: transparent;
  margin: 0 0 -4px -20px;
  padding-right: 0;
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list>li.current_page_item>a,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list>li.current_page_parent>a,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list>li.current_page_ancestor>a {
  border-radius: 0 !important;
}
.wedocs-single-wrap .wedocs-sidebar > ul.doc-nav-list > li > ul > li a {
  padding: 0;
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li ul.children {
  list-style: none;
  border-left: none;
  /* margin: 3px 0 3px 20px !important; */
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor li.current_page_item > a {
  border-left: none;
}
.wedocs-single-content .entry-content ul {
  margin-left: 0;
}
.wedocs-single-content h1 {
  font-size: 30px !important;
  font-weight: 500 !important;
}
.wedocs-single-content h3 {
  font-size: 24px !important;
  font-weight: 500 !important;
}
.wedocs-single-content h2:hover,
.wedocs-single-content h3:hover {
  cursor: auto !important;
  text-decoration: none !important;
}
.wedocs-single-content h2:hover .anchorjs-link,
.wedocs-single-content h3:hover .anchorjs-link {
  display: none !important;
}
.wedocs-single-content h4 {
  font-weight: 500 !important;
}
.wedocs-single-content a {
  color: #18c566 !important;
}
.wedocs-single-content pre {
  background-image: none !important;
}
.wedocs-single-content pre code {
  border: 0;
}
.wedocs-single-content code {
  font-size: 14px;
  background: #f4f4f7;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 1px 3px;
}
.wedocs-single-content td {
  font-size: 16px;
}
.wedocs-single-content table th {
  background-color: #eee;
}
.main_color .wedocs-single-content tr:nth-child(odd) {
  background: #ffffff !important;
}
.main_color table caption, .main_color tr:nth-child(even) {
  color: #333333;
}

/* override theme specificity */
#main .wedocs-single-content a:hover {
  text-decoration: underline !important;
}
.wedocs-single-content .avia-button-wrap a {
  color: #ffffff !important;
}
#main .wedocs-single-content .avia-button-wrap a:hover {
  text-decoration: none !important;
}
.wedocs-single-content .entry-content ul {
  list-style-type: disc;
  margin-left: 25px;
}
.wedocs-single-content .entry-content ol {
  margin-left: 25px;
}
.wedocs-single-content .article-child.well {
  margin-top: 30px;
}
.wedocs-single-content p.banner {
  border: 1px solid #18c566 ;
  border-radius: 5px;
  padding: 20px 25px;
  background: #cdeabe;
  margin: 50px 5%;
}
.wedocs-single-content p.banner.important {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.wedocs-single-content p.banner i {
  font-size: 80px;
  float: left;
  padding: 18px 10px 30px 0;
}
.wedocs-single-wrap .wedocs-single-content article .entry-content img {
  max-width: 100%;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
}
.wedocs-feedback-wrap .vote-link-wrap a {
  color: #ffffff !important;
}
.wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer .wedocs-help-link a,
.wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer .wedocs-help-link a:hover {
  border-bottom: none;
}
.wedocs-doc-nav {
  border-top: 1px solid #eeeeee !important;
  border-bottom: 1px solid #eeeeee !important;
  padding: 15px 0;
}
/* end wedocs styles */
