@charset "UTF-8";

/*
Theme Name: CCT
Theme URI: https://wordpress.org/themes/CCT/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CCT
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/* header css */
.right-head {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
header .right-head .navbar ul.menu > li {
    padding: 15px 0.5rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-frame .col-lg-3 {
    flex: 0 0 18%;
    max-width: 18%;
}
.header-frame .col-lg-9 {
    flex: 0 0 82%;
    max-width: 82%;
}
header .left-head span.logo img {
    max-width: 150px;
}
.header-frame .col-12 .row {
    justify-content: space-between;
}
header .right-head .navbar ul.menu > li {
    padding: 14px 0.3rem;
	height: auto;
}
header .right-head {
    padding-top: 0px;
}
}