/*
Theme Name: Wolmart
Theme URI: https://d-themes.com/wordpress/wolmart
Author: D-THEMES
Author URI: https://d-themes.com/
Description: Wolmart Multi-Vendor Marketplace Responsive Wordpress Theme.
Version: 1.8.8
Tested up to: 5.5
Requires PHP: 7.4
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: e-commerce, one-column, two-columns, three-columns, four-columns, full-width-template, left-sidebar, right-sidebar, custom-menu, custom-background, custom-colors, custom-header, custom-logo, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready, threaded-comments
Text Domain: wolmart
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bypostauthor {
  display: block;
}

.gallery-caption,
.wp-caption-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 10px;
}

.aligncenter.wp-caption .wp-caption-text {
  padding-bottom: 20px;
}

.alignleft.wp-caption .wp-caption-text {
  padding-bottom: 10px;
}

.blog.home.wolmart-archive-post-layout main {
  padding-top: 0;
}

.wp-block-group.has-background + .btn-readmore {
  display: block;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .blog.home.wolmart-archive-post-layout .post-archive .post-wrap:first-child .post-details {
    padding-top: 10px;
  }
}


/* --- CUSTOM FIXES START --- */
/* Desktop & General */
.header .logo img, .header-middle .logo img, .logo img {
    max-width: 180px !important;
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}
/* Force Poppins on all text if it fails to load via theme settings */
body, h1, h2, h3, h4, h5, h6, .menu-item a, .button, .btn, input, textarea, select {
    font-family: 'Poppins', sans-serif !important;
}
/* Header Distribution Fix */
.header-middle .header-left, .header-middle .header-center, .header-middle .header-right {
    display: flex !important;
    align-items: center !important;
}
/* Mobile specifics */
@media (max-width: 767px) {
    .logo img {
        max-height: 45px !important;
    }
}
@media (max-width: 991px) {
    .sfsi_wicons, .sfsi_wicons.shuffeldiv, div[id*='sfsi'] {
        display: none !important;
    }
}
/* --- CUSTOM FIXES END --- */
