/*
Theme Name: Dhyana
Theme URI: https://wpkoi.com/dhyana-wpkoi-wordpress-theme/
Template: lalita
Author: wpkoithemes
Author URI: https://wpkoi.com
Description: Dhyana is a child theme for Lalita WPKoi theme.
Version: 1.0.3
License: GNU General Public License v2 or later
Text Domain: dhyana
*/

/* =========================================================
   0) BASE / GLOBAL
========================================================= */
body { background-color: #fff; }

body,
button,
input,
select,
textarea {
  font-size: 22px;
  font-weight: 400;
}

/* =========================================================
   1) HEADER + NAV (theme defaults)
========================================================= */
.inside-top-bar { padding: 5px 20px 2px; }

.top-bar {
  font-weight: 400;
  font-size: 15px;
  
}

.inside-header { padding: 0 20px; }

.main-title {
  text-transform: none;
  font-weight: 400;
  font-size: 30px;
  
}

.main-navigation a {
  font-weight: 700;
  text-transform: none;
  font-size: 22px;
}

.main-navigation .main-nav ul li a,
.main-navigation .mobile-bar-items a,
.menu-toggle {
  padding-left: 9px;
  padding-right: 9px;
  line-height: 55px;
}

.menu-item-has-children .dropdown-menu-toggle { padding-left: 9px; }

button.menu-toggle:hover,
button.menu-toggle:focus { background-color: inherit; }

/* header borders */
header.site-header,
.is_stuck.main-navigation { border-bottom: 2px solid; }

.dhyana-header-border-none header.site-header,
.dhyana-header-border-none .is_stuck.main-navigation { border-bottom: none; }

/* branding divider (default ON) */
.nav-float-right .inside-header .site-branding,
.nav-float-right .inside-header .site-logo,
.nav-float-left .inside-header .site-branding,
.nav-float-left .inside-header .site-logo {
  border-right: 2px solid;
  padding-right: 20px;
  min-height: 55px;
}

.dhyana-logo-border-none.nav-float-right .inside-header .site-branding,
.dhyana-logo-border-none.nav-float-right .inside-header .site-logo,
.dhyana-logo-border-none.nav-float-left .inside-header .site-branding,
.dhyana-logo-border-none.nav-float-left .inside-header .site-logo {
  border-right: none;
  padding-right: 20px;
}

/* nav underline effect heavier */
.navigation-effect-stylea #site-navigation .main-nav ul li.menu-item a:focus::after,
.navigation-effect-stylea #site-navigation .main-nav ul li.menu-item a:focus::before,
.navigation-effect-stylea #site-navigation .main-nav ul li.menu-item a:hover::after,
.navigation-effect-stylea #site-navigation .main-nav ul li.menu-item a:hover::before,
.navigation-effect-stylea #site-navigation .main-nav ul li.menu-item.current-menu-item a::after,
.navigation-effect-stylea #site-navigation .main-nav ul li.menu-item.current-menu-item a::before {
  font-weight: 900;
}

/* =========================================================
   2) BUTTONS + HOVER ANIMATIONS
========================================================= */
.button,
.woocommerce a.button,
.woocommerce button.button {
  padding: 12px 25px;
  border: 2px solid;
}

.button,
.button:visited,
button:not(.menu-toggle),
html input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  border: 2px solid;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.button:visited,
header .main-navigation .main-nav ul li a.wpkoi-nav-btn {
  transition: all .3s;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:focus,
header .main-navigation .main-nav ul li a.wpkoi-nav-btn:hover {
  transform: scale(1.1) rotate(4deg);
}

/* don't rotate the hamburger area */
body:not(.mobile-header-logo) #mobile-header .menu-toggle {
  transform: none !important;
}

/* =========================================================
   3) SIDEBAR (theme)
========================================================= */
.lalita-side-left-content {
  border: 2px solid #000;
  border-left: none;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.dhyana-header-border-none .lalita-side-left-content {
  border: none;
  border-left: none;
}

.lalita-side-left-content .lalita-side-left-socials ul,
.lalita-side-left-content .lalita-side-left-text {
  padding: 0;
}

/* =========================================================
   4) FOOTER (theme)
========================================================= */
.site-footer { border-top: 1px solid #000; }

.dhyana-header-border-none .site-footer { border-top: none; }

.site-info {
  font-size: 10pt;
  font-weight: 400;
  padding: 10px 50px;
}

.site-footer .footer-widgets-container .inner-padding {
  padding: 0 0 30px 40px;
}

.footer-widgets { padding: 50px; }

.widget-title { font-weight: 400; }

.footer-bar .lalita-social-bar { float: right; }

.footer-bar .lalita-socials-list li {
  display: inline-block;
  padding-left: 8px;
}

/* back to top */
.lalita-back-to-top,
.lalita-back-to-top:visited {
  border-radius: 50px;
  right: 10px;
}

/* =========================================================
   5) BLOG HEADER (theme)
========================================================= */
.page-header-blog-content-h,
.page-header-blog-inner-img {
  display: table-cell;
  width: 49%;
  padding: 0;
  height: auto;
  max-width: 100% !important;
}

.page-header-blog-inner-img { border-right: 2px solid #000; }

.page-header-blog-content-h .page-header-blog-content {
  margin: 0;
  text-align: left;
  padding: 40px;
}

.page-header-blog-text,
.page-header-blog-button {
  display: block;
  width: 100%;
}

.page-header-blog-content h2 {
  font-size: 90px;
  font-weight: 700;
  padding: 0;
  line-height: 1.2;
  margin-bottom: 10px;
  text-shadow: none !important;
}

.page-header-blog-content p {
  font-size: 22px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 0;
}

.page-header-blog-content a.button {
  border-radius: 0;
  margin-bottom: 10px;
  text-transform: none;
  font-weight: 400;
}

.page-header-blog {
  padding: 0;
  display: table;
  border-bottom: 2px solid #000;
}

.page-header-blog-inner-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* =========================================================
   6) SMALL FIXES
========================================================= */
.elementor-page .screen-reader-text { top: inherit; }

.inside-navigation .search-form input[type="search"]:focus {
  color: #333333 !important;
}

.post-type-archive-product.post-image-above-header.woocommerce-page .post-image {
  display: none;
}

/* =========================================================
   7) CUSTOM OVERRIDES (your design system)
========================================================= */
/* Typography: Helvetica everywhere */
.site-title,
.site-title a,
.site-branding,
.site-branding a,
.wp-block-site-title,
.wp-block-site-title a,
.entry-title,
.entry-title a,
.page-title,
.page-title a,
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* Site title size + weight */
.main-title,
.main-title a {
  font-size: 36px !important;
  line-height: 1.4 !important;
  font-weight: 900 !important;
  margin: 0 !important;
  padding: 4px !important;
}

/* Nav menu lighter + spacing */
.main-navigation a {
  font-size: 17px !important;
  font-weight: 300 !important;
}

.main-navigation .main-nav ul li a {
  padding-left: 70px !important;
  padding-right: 10px !important;
}

/* Clean header */
.site-header {
  background: #ffffff !important;
  z-index: 10000 !important;
}

/* Remove vertical line next to site title/logo */
.nav-float-right .inside-header .site-branding,
.nav-float-right .inside-header .site-logo,
.nav-float-left .inside-header .site-branding,
.nav-float-left .inside-header .site-logo {
  border-right: none !important;
}

/* Reduce header height */
.inside-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.main-navigation .main-nav ul li a,
.main-navigation .mobile-bar-items a,
.menu-toggle {
  line-height: 50px !important;
  padding-top: 5px !important;
  padding-bottom: 0 !important;
}

/* Compact footer */
.site-info { display: none !important; }

.site-footer {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.footer-widgets {
  padding: 0 !important;
  text-align: center !important;
}

.footer-widgets,
.footer-widgets p,
.footer-widgets span {
  font-size: 16px !important;
  line-height: 1.3 !important;
}

.footer-widgets .widget {
  margin: 0 !important;
  padding: 0 !important;
}

/* INFO page title + button (page-id-34) */
.page-id-34 .entry-title {
  font-size: 120px !important;
  font-weight: 400 !important;
  text-align: center !important;
  margin: 200px 0 20px !important;
}

.page-id-34 .wp-block-button__link {
  display: inline-block !important;
  font-size: 13px !important;
  font-weight: 100 !important;
  padding: 3px 8px !important;
  color: #009a46 !important;
  border: 1px solid #009a46 !important;
  background-color: transparent !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: background-color 0.25s ease, color 0.25s ease !important;
}

.page-id-34 .wp-block-button__link:hover,
.page-id-34 .wp-block-button__link:focus {
  background-color: #009a46 !important;
  color: #ffffff !important;
}

/* Blog/archive divider line between posts */
.blog .site-main article,
.archive .site-main article,
.search .site-main article {
  border-bottom: 1px solid #000 !important;
  padding-bottom: 28px !important;
  margin-bottom: 28px !important;
}

.blog .site-main article:last-of-type,
.archive .site-main article:last-of-type,
.search .site-main article:last-of-type {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* =========================================================
   8) RESPONSIVE RULES
   핵심: Tablet(769~1099)은 Mobile과 동일하게!
========================================================= */

/* Blog header h2 scaling */
@media (max-width: 768px) {
  .page-header-blog-content-h h2 { font-size: 60px; }
}

/* MOBILE (<=768) */
@media (max-width: 768px) {
  .page-header-blog { background-image: none !important; }
  .page-header-blog-image,
  .page-header-blog-inner-img { display: none; }

  .page-header-blog-content-h h2 {
    font-size: 40px;
    margin-top: 30px;
  }

  .page-header-blog-content-h p { font-size: 22px; }

  .page-header-blog-content-h .page-header-blog-content,
  .page-header-blog-image {
    width: initial;
    margin: 0;
  }

  .page-header-blog-content a.button { margin-left: 0; }

  body { padding: 0; }

  .lalita-side-left-cover,
  .lalita-side-right-cover { width: 0; }

  .footer-bar .widget,
  .footer-bar .lalita-social-bar {
    float: none;
    margin: 0 10px;
  }

  /* Disable hover animations on mobile */
  .main-navigation a,
  .menu-toggle,
  button,
  a.button {
    transition: none !important;
    transform: none !important;
  }

  .main-navigation a::before,
  .main-navigation a::after { display: none !important; }
}

/* TABLET = MOBILE (769~1099)  ✅ IMPORTANT */
@media (min-width: 1099px) and (max-width: 1099px) {
  html, body { overflow-x: hidden !important; }



 


  /* prevent theme grid push overlap */
  #primary.content-area,
  #page.grid-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    left: auto !important;
    right: auto !important;
    float: none !important;
  }




}

/* DESKTOP FIXED LAYOUT (>=1100) */
@media (min-width: 768px) {
  :root{
    --sidebarW: 20%;
    --headerH: 50px;
    --contentPad: 0px;
  }

  html, body { overflow-x: hidden !important; }

  /* Fixed sidebar */
  #left-sidebar,
  .inside-left-sidebar{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: var(--sidebarW) !important;
    height: 100vh !important;
    overflow-y: auto !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    z-index: 9999 !important;
  }

  .inside-left-sidebar{
    background: #000 !important;
    padding: 00px !important;
  }

  /* Remove black border box inside sidebar */
  .lalita-side-left-content{
    background: transparent !important;
    border: none !important;
  }

  /* Fixed header to the right of sidebar */
  .site-header{
    position: fixed !important;
    top: 0 !important;
    left: var(--sidebarW) !important;
    width: calc(100% - var(--sidebarW)) !important;
    z-index: 10000 !important;
    background: #fff !important;
  }

  /* Push page content right + down */
  body{
    padding-left: var(--sidebarW) !important;
    padding-top: var(--headerH) !important;
  }

  #page.grid-container{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  #primary.content-area{
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    left: auto !important;
    right: auto !important;
  }

  .site-content,
  .inside-article,
  .entry-content{
    padding-left: var(--contentPad) !important;
    padding-right: var(--contentPad) !important;
  }
}

/* =========================================================
   9) CUSTOM FOOTER TEXT (your extra line)
========================================================= */
.custom-footer-text{
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
}



/* =========================================================
   B) MOBILE: bring back clean margins/padding for content
========================================================= */
@media (max-width: 768px) {

  /* Page side padding (acts like “container margin”) */
  body {
    padding: 0 !important; /* keep body clean */
  }

  /* Add side padding to the main layout containers */
  .site-content,
  .inside-article,
  .entry-content,
  .content-area,
  #primary {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }

  /* Optional: keep header aligned with same padding */
  .inside-header,
  .inside-navigation {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }

  /* Optional: footer alignment */
  .footer-widgets-container,
  .inside-site-info {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }
}

/* =========================================================
   TABLET + MOBILE: Header title left / Hamburger right
   Hamburger = ICON ONLY (no "Menu" text)
========================================================= */
@media (max-width: 768px) {

  /* Header layout = one row */
  .inside-header{
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* Title always left */
  .site-branding{
    margin: 0 !important;
    padding: 0 !important;
  }

  .main-title,
  .main-title a{
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  /* Navigation container = right side */
  #site-navigation{
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Hide desktop menu list */
  #site-navigation .main-nav{
    display: none !important;
  }

  /* Hamburger button right */
  #site-navigation .menu-toggle{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 44px !important;
    height: 44px !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /* Remove the "Menu" text */
  #site-navigation .menu-toggle .mobile-menu{
    display: none !important;
  }

  /* Make sure the hamburger icon shows */
  #site-navigation .menu-toggle::before{
    content: "☰" !important;  /* hamburger icon */
    font-size: 24px !important;
    line-height: 1 !important;
    display: block !important;
  }
}


/* =========================================================
   TABLET + MOBILE: title left / hamburger right (same row)
========================================================= */
@media (max-width: 768px) {

  /* IMPORTANT: undo your old mobile centering rule */
  .site-branding{
    width: auto !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .main-title,
  .main-title a{
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  /* Flex the REAL header row wrapper */
  .site-header .header-content-h{
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    gap: 10px !important;
  }

  /* Make inside-header clean */
  .inside-header{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* Keep nav on the right */
  #site-navigation{
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
  }

  /* Hide full menu list until hamburger opens */
  #site-navigation .main-nav{
    display: none !important;
  }

  /* Hamburger button */
  #site-navigation .menu-toggle{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 50px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /* Remove "Menu" text */
  #site-navigation .menu-toggle .mobile-menu{
    display: none !important;
  }

  /* Show icon only */
  #site-navigation .menu-toggle::before{
    content: "☰" !important;
    font-size: 24px !important;
    line-height: 1 !important;
    display: block !important;
  }
}


/* =========================================================
   FIX: hamburger click opens dropdown (make toggled visible)
========================================================= */
@media (max-width: 768px){

  /* Make sure the toggle button is clickable */
  #site-navigation .menu-toggle{
    position: relative !important;
    z-index: 1000000 !important;
    pointer-events: auto !important;
  }

  /* Default: hide menu panel (theme usually does this) */
  #site-navigation .main-nav{
    display: none !important;
  }

  /* When opened: show it */
  #site-navigation.toggled .main-nav{
    display: block !important;
  }

  /* Some themes hide UL too—force it visible */
  #site-navigation.toggled .main-nav ul{
    display: block !important;
  }
}

/* =========================================================
   FULLSCREEN OVERLAY MENU (keeps header visible) + X icon
========================================================= */
@media (max-width: 768px){

  /* --- 1) Keep header on top always --- */
  .site-header{
    position: sticky !important;
    top: 0 !important;
    z-index: 1000002 !important;
    background: #fff !important;
  }

  /* Make navigation container also stay above */
  #site-navigation{
    position: relative !important;
    z-index: 1000003 !important;
  }

  /* --- 2) Overlay menu starts UNDER the header --- */
  /* Adjust this value if your header is taller */
  :root{ --mobileHeaderH: 59px; }

  #site-navigation.toggled .main-nav{
    position: fixed !important;
    top: var(--mobileHeaderH) !important;   /* << under header */
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;

    width: 100vw !important;
    height: calc(100vh - var(--mobileHeaderH)) !important;

    background: #ffffff !important;
    padding: 24px 20px 30px !important;
    margin: 0 !important;

    z-index: 999999 !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
  }

  /* Menu typography */
  #site-navigation.toggled .main-nav ul{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  #site-navigation.toggled .main-nav ul li a{
    display: block !important;
    font-size: 44px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;

    padding: 18px 0 !important;
    text-align: left !important;
    color: #000 !important;

    border: none !important;
    text-transform: none !important;
  }

  #site-navigation.toggled .main-nav ul li + li a{
    border-top: 1px solid #000 !important;
  }

  /* --- 3) Hamburger -> X when open (CSS only) --- */
  /* Hide the default "Menu" text if it exists */
  .menu-toggle .mobile-menu,
  .menu-toggle .menu-toggle-text{
    display: none !important;
  }

  /* We draw our own icon with pseudo-elements */
  .menu-toggle{
    position: relative !important;
    width: 0px !important;
    height: 0px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* Hide theme’s icon inside (so ours is clean) */
  .menu-toggle i,
  .menu-toggle .icon-menu-bars,
  .menu-toggle svg{
    opacity: 0 !important;
  }

  /* Two lines = hamburger by default */
  .menu-toggle::before,
  .menu-toggle::after{
    content: "" !important;
    position: absolute !important;
    left: 20px !important;
    right: 20px !important;
    height: 0px !important;
    background: #ffffff !important;
    transition: transform .1s ease, top .1s ease, opacity .1s ease !important;
  }

  .menu-toggle::before{ top: 16px !important; }
  .menu-toggle::after { top: 28px !important; }

  /* When menu is open -> X */
  #site-navigation.toggled .menu-toggle::before{
    top: 22px !important;
    transform: rotate(45deg) !important;
  }

  #site-navigation.toggled .menu-toggle::after{
    top: 22px !important;
    transform: rotate(-45deg) !important;
  }
}


/* =========================================================
   HIDE SIDEBAR on MOBILE + TABLET (max-width: 1100px)
========================================================= */
@media (max-width: 768px) {
  #left-sidebar,
  .inside-left-sidebar {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  /* Optional: Remove any leftover padding */
  body {
    padding-left: 0 !important;
  }
}


/* Search Widget: input field */
.widget_search input[type="search"] {
  width: 100%;
  padding: 0px 0px;
  font-size: 16px;
  background-color: #fff;         /* input background */
  border: 0px solid #ccc;
  border-radius: 1px;
  color: #000000;                    /* input text color */
}

/* Search Widget: submit button */
.widget_search input[type="submit"] {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0px 0px;
  font-size: 16px;
  color: #a2ff9e;
  background-color: #009a46;
  color: #a2ff9e;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

.widget_search input[type="submit"]:hover {
  background-color: #007c38;
}

/* Categories widget font size */
.widget_categories li,
.widget_categories li a {
  font-size: 16px !important;
  color: #ffffff !important;
}

.widget_categories li a:hover {
  text-decoration: unset;
}


/* Tags widget: general tag style */
.widget_tag_cloud .tagcloud a {
  font-size: 16px !important;  /* adjust this for consistent size */
  background: #000000;
  color: #000000;
  padding: 0px 0px;
  margin: 3px;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}

/* Hover effect */
.widget_tag_cloud .tagcloud a:hover {
  background: #a2ff9e;
  color: #000000;
}

/* Widget title font size in sidebar */
#left-sidebar .widget-title,
.inside-left-sidebar .widget-title {
  font-size: 20px !important;  /* or smaller, like 12px */
  font-weight: 400 !important;
  text-transform: none;
  margin-bottom: 5px;
  color: #ffffff;  /* Optional: change title color */
}

/* Divider between sidebar widgets */
#left-sidebar .widget,
.inside-left-sidebar .widget {
  border-bottom: 1px solid #ccc; /* change color as needed */
  padding-bottom: 16px;
  padding-top: 20px;
  margin-bottom: 0px;
}

/* Optional: remove last widget's border */
#left-sidebar .widget:last-child,
.inside-left-sidebar .widget:last-child {
  border-bottom: none;
  margin-bottom: 0;


}

/* Recent Posts widget: post links */
#left-sidebar .widget_recent_entries ul li a,
.inside-left-sidebar .widget_recent_entries ul li a {
  font-size: 14px !important; /* Adjust post link size */
  line-height: 1.4;
}


/* WORK page: Show only title + category + tags */

/* 1. Hide post meta: date, author */
.blog .entry-meta,
.archive .entry-meta,
.search .entr/y-meta {
  display: none !important;
}

/* 2. Hide the excerpt (preview text) */
.blog .entry-summary,
.archive .entry-summary,
.search .entry-summary {
  display: none !important;
}

/* 3. Ensure footer (category + tags) is visible */
.blog .entry-footer,
.archive .entry-footer,
.search .entry-footer {
  display: block !important;
}

/* SINGLE POST: Hide date + author (top meta) */
.single-post .entry-meta,
.single-post .byline,
.single-post .posted-on,
.single-post .author {
  display: none !important;
}

/* Hide date and author meta on single post pages */
.single-post .entry-meta,
.single-post .byline,
.single-post .posted-on,
.single-post .author {
  display: none !important;
}


.custom-footer-text {
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 45px;
  color: #000000;
}

