﻿/*
Theme Name: PC Helpsoft
Theme URI: https://www.pchelpsoft.com/
Description: PC Helpsoft
Author: Avanquest
Author URI: https://www.avanquest.com
Version: 2.0
*/

/* Layout */
body {
    min-width: 280px;
    position: relative;
  }

  /* Alignment */
  .alignleft {
    float: left;
    margin: 0 15px 15px 0;
  }

  .alignright {
    float: right;
    margin: 0 0 15px 15px;
  }

  .aligncenter {
    margin: 0 auto;
    display: block;
  }

  .img-full-width {
    width: 100%;
    height: auto;
  }
  
  /* Colors */
  .text-brand-green {
    color: #3fb00f;
  }

  a.text-brand-green:hover {
    color: #3fb00f;
  }
  
  .text-brand-orange {
    color: #ED4B03;
  }
  
  .bg-brand-light {
    background-color: #eeeeee;
  }
  
  .bg-brand-dark-green {
    background-color: #1d5840;
  }
  
  .bg-brand-green {
    background-color: #3fb00f;
  }

  .fill-brand-green {
    fill: #3fb00f;
  }
  .fill-brand-green .cls-1 {
    stroke: #3fb00f !important;
  }

  .bg-brand-blue,
  .nav-blue.nav-link--bottom-indicator:after {
    background-color: #1B7BA5;
  }

  .fill-brand-blue {
    fill: #1B7BA5;
  }
  .fill-brand-blue .cls-1 {
    stroke: #1B7BA5 !important;
  }

  .bg-brand-dark-blue {
    background-color: #013A57;
  }

  .bg-brand-light-blue,
  .nav-light-blue.nav-link--bottom-indicator:after {
    background-color: #2C7D69;
  }

  .fill-brand-light-blue {
    fill: #2C7D69;
  }
  .fill-brand-light-blue .cls-1 {
    stroke: #2C7D69 !important;
  }
  
  .bg-brand-dark-grey {
    background-color: #141414;
  }
  
  .bg-brand-grey {
    background-color: #474747;
  }

  .bg-brand-light-grey {
    background-color: #f2f2f2;
  }

  .text-light a.text-dark {
    color: #f8f9fa !important;
  }
  
  /* Text */
  .text--sm {
    font-size: 0.85em;
    line-height: 1.15em;
  }
  
  .text-shadow {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  }

  .legal-text a {
    text-decoration: underline;
  }
  
  /* Buttons */
  .btn-lger {
    padding: 1rem 2rem;
  }

  .btn-ico {
    width: 30px;
    height: 30px;
  }

  .btn-txt {
    margin-top: -2px;
    vertical-align: middle;;
  }

  .btn-brand-orange {
    color: #fff;
    background-color: #ED4B03;
    border-color: #ED4B03;
  }
  
  .btn-brand-orange:hover {
    color: #fff;
    background-color: #d92f00;
    border-color: #cc2c00;
  }
  
  .btn-brand-orange:focus,
  .btn-brand-orange.focus {
    color: #fff;
    background-color: #d92f00;
    border-color: #cc2c00;
    box-shadow: 0 0 0 0.2rem rgba(255, 85, 38, 0.5);
  }
  
  .btn-brand-orange.disabled,
  .btn-brand-orange:disabled {
    color: #fff;
    background-color: #ED4B03;
    border-color: #ED4B03;
  }
  
  .btn-brand-orange:not(:disabled):not(.disabled):active,
  .btn-brand-orange:not(:disabled):not(.disabled).active,
  .show > .btn-brand-orange.dropdown-toggle {
    color: #fff;
    background-color: #cc2c00;
    border-color: #bf2900;
  }
  
  .btn-brand-orange:not(:disabled):not(.disabled):active:focus,
  .btn-brand-orange:not(:disabled):not(.disabled).active:focus,
  .show > .btn-brand-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 85, 38, 0.5);
  }
  
  /* Icons */
  .icon {
    height: 6rem;
    width: 6rem;
  }
  
  .icon--sm {
    height: 4rem;
    width: 4rem;
  }
  
  .icon--lg {
    height: 8rem;
    width: 8rem;
  }

  .icon .ico {
    max-height: 100%;
    width: auto;
  }
  
  /* Navbars */
  .navbar--main {
    border-bottom: #eaeaea 1px solid;
    border-top: #eaeaea 1px solid;
    padding: 1rem .5rem;
  }
  
  .navbar--top {
    padding: 0px 1rem;
    z-index: 2021;
  }

  .scrolled .navbar--top {
    z-index: 1020;
  }
  
  .navbar--top__nav-link,
  .navbar--top__navbar-text {
    padding: 5px;
  }
  
  .navbar--top__nav-link {
    opacity: 0.5;
    transition: opacity 0.2s linear;
  }
  
  .navbar--top__nav-link:hover {
    opacity: 1;
  }

  .navbar-brand img {
      height: 60px;
      width: auto;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 1.1em;
  }

  .navbar-light a.top-navbar-link {
    color: rgba(0,0,0,.5);
  }

  .navbar-light .navbar-nav .nav-link:after {
    content: "";
    display: block;
    height: 3px;
    background: #B5D729;
    transition: width 0.3s ease-in-out;
    width: 0;
  }

  .navbar-light .navbar-nav > li > .nav-link:hover:after {
    width: 100%;
  }

  .navbar-light .navbar-nav > .current-menu-item > .nav-link:after,
  .navbar-light .navbar-nav > .current-page-ancestor > .nav-link:after,
  .single-post .navbar-nav .menu-blog .nav-link:after {
    width: 100%;
    background: #ED4B03;
  }

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

  .menu-item-has-children:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  
  /* Footers */
  .footer-main__card {
    background-color: #424242;
  }
  
  .footer-main__card__img {
    height: auto;
    width: 6em;
  }

  #menu-footer-menu ul {
    padding: 0;
    list-style-type: none;
  }

  .footer-menu .menu-item a.h5 {
    text-decoration: none;
  }
  
  /* Page Banners */
  .page-banner--with-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .standard-banner-bg {
    background-image: url(images/standard-banner.jpg);
  }

  .overlay {
    position: relative;
  }
  .overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
  }
  
  /* Image wrappers */
  .img-wrapper--has-leaf .leaf {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: auto;
    width: 350px;
    z-index: 0;
  }
  
  .img-wrapper--has-leaf.green .leaf {
    left: -150px;
  }
  
  .img-wrapper--has-leaf.blue .leaf {
    right: -250px;
  }
  
  .img-wrapper__img,
  .img-wrapper__img {
    position: relative;
    z-index: 1;
  }
  
  @media (min-width: 992px) {
    .img-wrapper--has-leaf .leaf {
      min-width: 450px;
    }
  }
  
  /* Page nav */
  .page-nav {
    top: 113px;
    z-index: 1;
    top: -1px;
    margin-top: -113px;
    padding-top: 113px;
  }

  .page-nav.is-sticky {
    
  }

  .page-nav #sticky-btn-wrap {
    transition: initial;
    max-height: 0px;
    overflow: hidden;
  }

  .page-nav.is-sticky #sticky-btn-wrap {
    max-height: 300px;
    transition: max-height 1s, 1.5s ease-out;
  }

  #sticky-btn-wrap .btn-brand-orange {
    min-width: 160px;
  }
  
  .nav-item--with-divider {
    position: relative;
  }
  
  .nav-item--with-divider:after {
    content: "";
    background-color: #3fb00f;
    position: absolute;
    right: 0;
    left: auto;
    top: 12px;
    bottom: 12px;
    width: 1px;
  }
  
  .nav-link--bottom-indicator {
    position: relative;
    padding: 0.75rem 1.5rem;
  }
  
  .nav-link--bottom-indicator:after {
    content: "";
    background-color: #3fb00f;
    position: absolute;
    right: 15px;
    left: 15px;
    top: auto;
    bottom: 0px;
    height: 5px;
    opacity: 0;
  }
  
  .nav-link--bottom-indicator:hover:after {
    opacity: 0.4;
  }
  
  .nav-link--bottom-indicator.active:after {
    opacity: 1;
  }
  
  /* Tiles */
  .tile--alternate {
    background-color: white;
  }
  
  @media (max-width: 576px) {
    .tile--alternate:nth-child(odd) {
      background-color: #f2f2f2;
    }
  }
  
  @media (min-width: 576px) {
    .tile--alternate:nth-child(4n + 1) {
      background-color: #f2f2f2;
    }
    .tile--alternate:nth-child(4n + 4) {
      background-color: #f2f2f2;
    }
  }
  
  /* Tables */
  .table--spaced tr {
    border-bottom: white 3px solid;
  }
  
  /* Responsive videos */
  .responsive-video {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
  }
  
  .responsive-video iframe,
  .responsive-video object,
  .responsive-video embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  /* Modal */
  .modal-dialog {
    max-width: 980px;
    margin: 50px auto;
  }

  .modal-body {
    position: relative;
    padding: 0px;
  }
  .close {
    position: absolute;
    right: -40px;
    top: -10px;
    z-index: 999;
    font-size: 3rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
  }
  
  .tab-pane--product-section:target:before {
    content: "";
    display: block;
    height: 236px;
    margin-top: -236px;
  }


  /* Product Page */
  #product-top {
    z-index: 2;
  }

  .legal-text {
    color: rgba(0,0,0,0.3)
  }

  /* Blog Pages */
  .card-img-top.featured-image {
    width: 100%;
    height: 15vw;
    object-fit: cover;
  }

  .pagination-blog .page-item {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .pagination-blog .page-item:first-child {
    margin-left: 0;
  }
  .pagination-blog .page-item:last-child {
    margin-right: 0;
  }
  .pagination-blog .page-link {
    border-radius: 0.35rem;
    border: none;
    padding: 0.75rem 1rem;
    font-weight: 700;
    font-size: 0.9rem;
  }

  .pagination-blog .page-link.current {
    background: #B5D729;
    color: #fff;
  }

  .a2a_kit a {
    float: none !important;
    display: inline-block;
  }

  .display-5 {
    font-size: 3rem;
  }

  @media (max-width: 991px) {

    .navbar-nav .menu-item-has-children:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }

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

    .page-nav.is-sticky #sticky-btn-wrap {
      height: 0;
      display: none;
    }

  }

  @media (max-width: 576px) {

    .navbar--main {
      padding: .5rem;
    }

    .navbar-brand img {
      height: 40px;
    }

    .page-banner--with-image.home-banner {
      background-position: right center;
    }

    .page-banner--with-image.home-banner br {
      display: none;
    }

    .page-banner--with-image:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
    }

    .page-banner.page-banner--with-image h1,
    .page-banner.page-banner--with-image p {
      color: #fff;
      text-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
    }

    .btn-ico {
      width: 20px;
      height: 20px;
    }

    .h1, h1 {
      font-size: 2rem;
    }

    .img-wrapper--has-leaf.blue .leaf {
      right: -30px;
    }

    .footer-menu-block {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-menu-block .h5{
      margin-bottom: 0;
      text-align: center;
    }

    .footer-menu-block .sub-menu a.text--sm {
      padding:5px;
    }

    .page-nav {
      padding-top: 69px;
      margin-top: -64px;
    }

    .compatibility-table, .compatibility-table tbody, .compatibility-table tr, .compatibility-table td {
      display: block;
      width: 100%;
    }

    .compatibility-table tr {
      margin-bottom: 15px;
    }

    .card-img-top.featured-image {
      height: 65vw;
    }

    .single-post-text .display-5 {
      font-size: 2.3rem;
    }

  }

  /*# sourceMappingURL=styles.css.map */