/*
Theme Name: Qhost
Theme URI: https://qhost.themetags.com/
Author: ThemeTags
Author URI: https://www.templatemonster.com/
Description: Qhost – Modern Web Hosting & WHMCS Theme. Qhost is a powerful Easy to Use, Mobile friendly, Highly customizable SEO friendly Wordpress Theme.
Version: 2.1.3
Requires at least: 5.0
Tested up to: 6.0.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qhost
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.
 */

 :root{
    --color_primary: #1962F6;
 }

.admin-bar .site-header {
    top: 32px;
}

 /* Blog - widget search */
 .sidebar .widget.widget_search {
     background: none;
 }

 .widget_search .wp-block-search input#wp-block-search__input-1 {
     border: 1px solid #ddd;
     border-radius: 10px 0 0 10px;
     height: 54px;
 }

 .widget_search .wp-block-search .wp-block-search__button {
     border-radius: 0 10px 10px 0;
     margin-left: -1px;
 }

 /**/
 .widget_block .wp-block-latest-comments__comment {
     font-size: 16px;
 }

 .widget_block .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
     font-weight: 400;
     line-height: 1.5;
     color: #5f6065;
 }

 /*================ Countdown ===================*/
.quiety-countdown .countdown .counting {
    flex: 0 0 25%;
    text-align: center;
    margin-right: 0;
}