
/*!
Theme Name: Code Manas Child
Theme URI: https://www.codemanas.com/downloads/code-manas-child/
Author: codemanas
Author URI: https://www.codemanas.com/
Description: Code Manas is a simple WordPress blog theme. With simple and aesthetic design, this theme showcases the blogs in the most effective and simplest way. Being compatible with Kirki, this theme provides rich experiences for the WordPress Customizer using best coding practices. This themes comes with many theme options for a normal user to customize the theme the way one wants.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 5.3
Template:       code-manas
Requires PHP: 5.4
Text Domain: code-manas-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, blog

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 {
	--primary-color: #92bab1;
}

.featured-text-content h1 {
	font-size: 5rem;
}

.featured-text-content {
	text-align: right;
	max-width: 80%;
}

.featured-text-content h1 {
	color: var( --primary-color );
}
#secondary .widget-title {
	color: #fff;
}

button:hover, 
a.button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover,
button, 
a.button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"],
a.comment-reply-link::after,
a.comment-reply-link:hover::after,
#colophon,
#secondary .widget-title,
#scroll-top,
#scroll-top:hover {
	background: var( --primary-color );
}

a,
.cat-tags-links::before,
a.comment-reply-link,
a.comment-reply-link:hover,
.entry-date.published::before,
.author.vcard::before,
.blog-type-category::before,
.comments-link::before,
.custom-page-menu li > a:hover, 
.custom-page-menu li.current-menu-item > a, 
.custom-page-menu li.current_page_item > a, 
.custom-page-menu li:hover > a,
.navigation.pagination .nav-links .prev.page-numbers, 
.navigation.pagination .nav-links .next.page-numbers,
.navigation.pagination .nav-links .page-numbers.current, 
.navigation.pagination .nav-links a.page-numbers:hover,
.edit-link::before,
.entry-title a:hover,
.post-navigation a:hover, 
.posts-navigation a:hover,
#footer-widgets ul li a:hover,
.sidebar .widget ul li a:hover,
a#togglesearchbar:hover,
.main-navigation li > a:hover, 
.main-navigation li.current-menu-item > a, 
.main-navigation li.current_page_item > a, 
.main-navigation li:hover > a {
	color: var( --primary-color );
}