/*!
Theme Name: Businessmatic
Theme URI: https://rarathemes.com/wordpress-themes/businessmatic/
Author: Rara Theme
Author URI: https://rarathemes.com/
Description: Businessmatic is a mobile-friendly and feature-rich free business WordPress theme to create an attractive site for your business and agency. This theme includes a range of sections on the homepage, such as services, about us, why choose us, testimonials, stats and team to showcase unique features of your business effortlessly! This theme is designed to promote success on search engines, with features like SEO optimization, responsive design and lightning-fast load times. Businessmatic is also WooCommerce compatible, translation ready and supports RTL languages. Check the demo at https://rarathemes.com/previews/?theme=businessmatic, documentation at https://docs.rarathemes.com/docs/rara-business/, and get support at https://rarathemes.com/support-ticket/.
Template: rara-business
Version: 1.0.0
Requires PHP: 5.6
Tested up to: 6.1
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: businessmatic
Tags: two-columns, left-sidebar, right-sidebar, custom-header, custom-background, custom-logo, custom-menu, theme-options, featured-images, threaded-comments, full-width-template, footer-widgets, translation-ready, blog, e-commerce, portfolio

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.

Businessmatic is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

:root {
    --primary-color: #fe9801;
    --primary-color-rgb: 254, 152, 1;
    --secondary-color: #FED599;
    --secondary-color-rgb: 157, 232, 251;
    --primary-font: Poppins;
    --secondary-font: Poppins;
}

/*==========================
HEADER CENTER LAYOUT
==========================*/
.center-layout .main-header .container {
    flex-direction: column;
}

.center-layout .site-branding .site-title {
    margin-bottom: 0;
}

.center-layout .main-header .right {
    margin-top: 35px;
}

.center-layout .main-header .right .btn-buy {
    float: none;
    display: inline-block;
    order: 2;
}

.center-layout .main-header .right .main-navigation {
    float: none;
    margin-top: 0;
}

.site-footer {
    background: var(--primary-color);
}

.site-footer .widget ul li a:hover {
    color: #fff;
    opacity: 0.7;
}

.portfolio-holder .filter-grid .element-item .img-holder .text-holder {
    background: rgba(var(--primary-color-rgb), 0.9);
}

.widget_rtc_social_links .rtc-social-icon-wrap a:hover,
#secondary .widget_rtc_social_links .rtc-social-icon-wrap a:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

.our-services .grid .widget .content {
    font-size: 0.8em;
}

.banner .banner-text .btn-holder .btn-view-service,
.banner .banner-text .btn-holder .btn-free-inquiry,
.main-header .right .btn-buy,
.our-services .grid .widget .btn-readmore,
.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder .text-holder .featured_page_content .btn-readmore,
.btn-readmore,
.cta .widget .btn-cta,
#primary .site-main article .entry-footer .btn-readmore,
button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-weight: 500;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 18px 24px;
}

@media only screen and (max-width: 1024px) {
    .responsive-menu-holder .btn-buy {
        background: #fff;
        color: var(--primary-color) !important;
        border-color: var(--primary-color);
    }

    .responsive-menu-holder .mobile-navigation .close-main-nav-toggle {
        color: var(--primary-color);
    }
}