/*
Theme Name: Kang Yao
Theme URI: http://tograstudio.com/
Author: Togra Studio
Author URI: http://tograstudio.com/
Description: Kang Yao is a lightweight, dependency-free WordPress base theme. Global settings come from a bundled Codestar options panel, page content from native WordPress editors and metaboxes, and forms from Contact Form 7. Built to be forked as the starting point for new projects.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kang-yao
Tags: custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/*
 * This file exists for the WordPress theme header above and is intentionally
 * left without rules. Real styles live in assets/css/theme/ and are enqueued,
 * in order, by inc/enqueue.php:
 *
 *   01-tokens.css      design tokens (colors, type scale, spacing, radius)
 *   02-base.css        reset + element defaults
 *   03-layout.css      container, grid, section rhythm
 *   04-components.css  buttons, cards, forms, pagination, breadcrumbs
 *   05-header.css      topbar, logo bar, navigation, mobile menu
 *   06-footer.css      footer columns and bottom bar
 *   07-content.css     blog, archive, single, comments, page content
 *   99-utilities.css   spacing/display/text helpers
 *
 * Add project-specific overrides in assets/css/theme/50-project.css — it is
 * enqueued last and is the only file a fork is expected to rewrite heavily.
 */
.mtfs-section.mtfs-section--default.mtfs-table-section.mtfs-section--no-space-top.mtfs-section--no-space-bottom .mtfs-table__scroll {
    margin-bottom: 40px;
}

/* .mtfs-heading {
    margin-bottom: 16px;
} */
.card-body svg.mtfs-icon.mtfs-icon--check-circle.mtfs-cards__icon.mb-3 {
    display: none;
}

.mtfs-quote__intro .mtfs-quote__contacts {
    margin-top: 0px;
}

.mtfs-quote__intro .mtfs-heading {
    margin-bottom: 40px;
}

section.mtfs-section.mtfs-section--default.mtfs-cards.mtfs-cards--compact.mtfs-cards--text-small.mtfs-cards--top.mtfs-cards--column.mtfs-cards--media-bleed.mtfs-cards--split.mtfs-cards--plain.mtfs-cards--shape-landscape .card.h-100.text-decoration-none {
    box-shadow: none;
    transform: none;
}

section.mtfs-section.mtfs-section--muted.mtfs-cards.mtfs-cards--compact.mtfs-cards--text-small.mtfs-cards--top.mtfs-cards--column.mtfs-cards--media-bleed.mtfs-cards--split.mtfs-cards--white.mtfs-cards--shape-landscape .card.h-100.text-decoration-none {
    box-shadow: none;
    transform: none;
    background: white;
}

section.mtfs-section.mtfs-section--muted.mtfs-cards.mtfs-cards--compact.mtfs-cards--text-small.mtfs-cards--top.mtfs-cards--column.mtfs-cards--media-bleed.mtfs-cards--split.mtfs-cards--white.mtfs-cards--shape-landscape {
    padding-bottom: 0px;
}

section.mtfs-section.mtfs-section--muted.mtfs-cards.mtfs-cards--compact.mtfs-cards--text-small.mtfs-cards--top.mtfs-cards--column.mtfs-cards--media-bleed.mtfs-cards--split.mtfs-cards--white.mtfs-cards--shape-landscape .card.h-100.text-decoration-none .card-title {
    font-size: 32px;
}

.mtfs-entry {
    padding-bottom: 40px;
}

.mtfs-slider__head header.mtfs-heading.mtfs-heading--center.mtfs-heading--light.mb-0 {
    align-items: start;
}

a.btn.btn-link.mt-auto.align-self-start.pt-3 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

nav.mtfs-post-nav {
    display: none !important;
}

.mtfs-comments {
    display: none !important;
}

.mtfs-contact-why__card {
    padding: 30px 15px 30px 30px;
}

.mtfs-contact-why__list {
    padding-right: 40px;
}

.mtfs-contact-why .mtfs-heading {
    margin-bottom: 30px;
}


.navbar-headertobar {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-bottom: 25px;

}
.mtfs-ibrasearch {
    margin-left: 70px;
}
@media (max-width: 1400px) {
    .mtfs-ibrasearch {
    margin-left: 0px;
}
}