@media (max-width: 767px) {
  .wp-theme-gq-news .LogoContainer {
    text-align: left;
  }
  .wp-theme-gq-news .navMwnu {
    display: none;
    position: fixed;
    left: -100%;
    top: 0;
    padding: 0;
    height: 100vh;
    overflow: auto;
    background-color: #fff;
    z-index: 9;
    transition: 0.3s ease-in-out;
  }
  .wp-theme-gq-news .navMwnu.menuShowMobile {
    display: block;
    left: 0%;
    width: 100%;
  }
  .wp-theme-gq-news .navMwnu ul {
    flex-direction: column;
    gap: 16px;
  }
  .wp-theme-gq-news .navMwnu ul li a {
    color: var(--textDark);
    padding-bottom: 16px;
    border-bottom: 1px #D9D9D9 solid;
    display: block;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
  }
  .wp-theme-gq-news .navMwnu ul li:last-child a {
    border-bottom: 0;
  }
  .wp-theme-gq-news .navMwnu .logoInnerBox {
    display: flex;
    background-color: var(--darkBg);
    padding: 35px 22px;
    justify-content: space-between;
    align-items: center;
  }
  .wp-theme-gq-news .navMwnu .logoInnerBox img {
    max-width: 85px;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 45px;
  }
  .wp-theme-gq-news .navMwnu .logoInnerBox svg {
    height: 42px;
    width: 42px;
  }
  .wp-theme-gq-news .navMwnu .container {
    padding-left: 0;
    padding-right: 0;
  }
  .wp-theme-gq-news .navMwnu .searchBox {
    padding: 26px 34px 32px;
  }
  .wp-theme-gq-news .navMwnu .searchBox form {
    position: relative;
  }
  .wp-theme-gq-news .navMwnu .searchBox input {
    width: 100%;
    border: 0;
    border-bottom: 2px #424B5A solid;
    padding-left: 40px;
    padding-bottom: 16px;
    padding-top: 10px;
  }
  .wp-theme-gq-news .navMwnu .searchBox i {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .wp-theme-gq-news .navMwnu .searchBox button {
    background-color: var(--darkBg);
    padding: 7px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
  }
  .wp-theme-gq-news .navMwnu nav.menu-nav {
    padding: 0 24px 32px;
  }
  .wp-theme-gq-news .navMwnu .menuFooterwrapper {
    padding: 0 24px 32px;
  }
  .wp-theme-gq-news .navMwnu .subsBtnWrap a {
    text-align: center;
    padding: 11px 20px;
    background-color: var(--darkBg);
    color: var(--whiteColor);
    display: block;
    font-size: 16px;
    font-weight: 400;
  }
  .wp-theme-gq-news .navMwnu ul.socialLinks {
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 56px;
  }
  .wp-theme-gq-news .navMwnu ul.socialLinks li a {
    border: 1px var(--darkBg) solid;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .wp-theme-gq-news .navMwnu ul.socialLinks li a svg path {
    fill: var(--darkBg);
  }
  .wp-theme-gq-news .imageOverTextInner img {
    height: 660px;
  }
  .wp-theme-gq-news .siteSec {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .wp-theme-gq-news .siteSec.darkBg {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  .wp-theme-gq-news .heroBanner .imageOverTextInner img {
    height: 750px;
  }
  .wp-theme-gq-news .heroBanner .overLayText {
    padding: 0;
    padding-bottom: 37px;
  }
  .wp-theme-gq-news .heroBanner .overLayText h3, .wp-theme-gq-news .heroBanner .overLayText h4, .wp-theme-gq-news .heroBanner .overLayText h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .wp-theme-gq-news .secTitle {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 32px;
  }
  .wp-theme-gq-news .numberingBox {
    font-size: 60px;
    line-height: 64px;
  }
  .wp-theme-gq-news .twoColumnCard {
    margin-top: 32px;
    margin-bottom: 0;
  }
  .wp-theme-gq-news .twoColumnCard h1, .wp-theme-gq-news .twoColumnCard h2, .wp-theme-gq-news .twoColumnCard h3, .wp-theme-gq-news .twoColumnCard h4, .wp-theme-gq-news .twoColumnCard h5, .wp-theme-gq-news .twoColumnCard h6 {
    font-size: 16px;
  }
  .wp-theme-gq-news .twoColumnCard .numberTitleWrap .numberingBox {
    font-size: 34px;
    line-height: normal;
  }
  .wp-theme-gq-news .genericgridInner img {
    height: 183px;
  }
  .wp-theme-gq-news .genericgridInner h3 {
    font-size: 16px;
    line-height: 160%;
  }
  .wp-theme-gq-news .twocolumnsSec .imageOverTextInner img {
    height: 293px;
  }
  .wp-theme-gq-news .twocolumnsSec .overLayText {
    padding-bottom: 24px;
  }
  .wp-theme-gq-news .twocolumnsSec .overLayText h3, .wp-theme-gq-news .twocolumnsSec .overLayText h2 {
    font-size: 16px;
    line-height: 160%;
  }
  .wp-theme-gq-news .siteFooter .belowFooter .flexCustom {
    flex-direction: column;
    gap: 17px;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
  }
  .wp-theme-gq-news.archive.category .category-archive-container {
    padding-top: 40px;
  }
  .wp-theme-gq-news.archive.category .genericgridInner {
    margin-bottom: 16px;
  }
  .wp-theme-gq-news.archive.category .genericgridInner h3 {
    font-size: 16px;
    -webkit-line-clamp: 5;
  }
  .wp-theme-gq-news.archive.category .genericgridInner img {
    height: 470px;
  }
  .wp-theme-gq-news.archive.category ul.child-category-list {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 32px;
    overflow-x: scroll;
    gap: 24px;
  }
  .wp-theme-gq-news.archive.category ul.child-category-list li a {
    font-size: 20px;
    white-space: nowrap;
  }
  .wp-theme-gq-news.archive.category .imageOverTextInner img {
    height: 567px;
  }
  .wp-theme-gq-news.archive.category .genericWithSidebySide .genericgridInner a {
    flex-direction: row;
    margin-bottom: 32px;
    gap: 16px;
  }
  .wp-theme-gq-news.archive.category .genericWithSidebySide .genericgridInner a .imgHolder {
    height: 145px;
    width: 145px;
  }
  .wp-theme-gq-news.archive.category .genericWithSidebySide .genericgridInner a .imgHolder img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wp-theme-gq-news.archive.category .genericWithSidebySide .genericgridInner a .genericCardContentInner {
    flex: 0 0 calc(100% - 145px);
  }
  .wp-theme-gq-news.archive.category .genericWithSidebySide .genericgridInner a .authorName {
    display: none;
  }
  .wp-theme-gq-news.single .bannerBox h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .wp-theme-gq-news.single .excerptBox p {
    font-size: 16px;
  }
  .wp-theme-gq-news.single .siteContentInner p {
    font-size: 16px;
  }
  .wp-theme-gq-news .searchQueryTitle {
    font-size: 16px !important;
    line-height: 26px;
  }
  .wp-theme-gq-news .searchQueryTitle hr.seperatorBox {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}/*# sourceMappingURL=responsive.css.map */