@charset "UTF-8";
/*!
Theme Name: Magvibe
Theme URI: http://unfoldwp.com/products/magty/
Author: Unfoldwp
Author URI: https://unfoldwp.com/
Description: Magvibe ( child theme of Magty ) is a cutting-edge, stylish theme crafted for news sites and digital magazines. With seamless responsiveness, effortless customization, and blazing-fast performance, your content will always be the center of attention. With support for one-click demo import, getting started is fast and easy—import the demo content in seconds and start publishing right away. Magvibe is lightweight, SEO-friendly, translation-ready and optimized for speed, making it the perfect choice for anyone looking to create a professional and engaging blog or content-rich news platforms.
Template: magty
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: magvibe
Tags: grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-background, custom-logo, custom-menu, custom-header, featured-images, footer-widgets, post-formats, threaded-comments, theme-options, translation-ready, wide-blocks, rtl-language-support, blog, news

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Magvibe is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

.magty-btn-link.style_4 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--global--color-white);
    border-radius: 2.4rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0,
        rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
    color: #191a1f !important;
    height: 4rem;
    padding: 2px 1.8rem;
    font-size: 1.3rem;
    letter-spacing: 0.25px;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
        opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.magty-btn-link.style_4 svg {
    fill: var(--global--color-black);
}

.magty-primary-bar-row .saga-item-border-top {
    border-top-style: double;
}
.magty-primary-bar-row .saga-item-border-top {
    border-top-color: #000;
}
@media (min-width: 992px) {
    .magty-primary-bar-row .saga-item-border-top {
        border-top-width: 6px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .magty-primary-bar-row .saga-item-border-top {
        border-top-width: 0px;
    }
}
@media (max-width: 575px) {
    .magty-primary-bar-row .saga-item-border-top {
        border-top-width: 0px;
    }
}
.magty-primary-bar-row .saga-item-border-bottom {
    border-bottom-color: #000;
}
