/*
Theme Name: Seed
Theme URI: https://seedthemes.com/item/seed/
Author: SeedThemes
Author URI: https://SeedThemes.com
Description: Starter Theme
Version: 2.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seed
Tags: featured-images, custom-menu
*/

/*
===========================================

This theme use SCSS, please check

1. css/scss/_variables.scss - CSS Variables for colors & styles.
2. css/scss/mobile.scss - will be compiled to css/mobile.css and used for mobile version.
3. css/scss/desktop.scss - will be compiled to css/desktop.css and used for desktop version.
4. If you set $GLOBALS['s_style_css'] in functions.php to 'enable', you can add CSS to this file to override all CSS.

Recommended Text Editor: VS Code with these extensions, 
1. Live Sass Compiler by Ritwick Dey
2. SFTP by liximomo
3. Prettier by Esben Petersen
4. Format HTML in PHP by rifi2k
    
=========================================== 
*/


/* body {
	border: 5px solid #c00;
} */

/* destop screen */
@media screen and (min-width: 992px) {
	div.site-logo img[src$=".svg"] { 
		width: auto !important; 
		height: 55px !important; 
	}
}

/* mobile screen */
@media screen and (max-width: 992px) {
	div.site-logo img[src$=".svg"] { 
		width: auto !important; 
		height: 40px !important; 
	}
}

a:hover {
	color: #fcd92b;
}

p.site-title {
	display: none;
}

header.site-header {
	padding-top: 5px;
	padding-bottom: 5px;
}

footer .site-info {
	background-color: #fcd92b;
	color: #ffffff;
}

.site-header a:hover {
	color: #fcd92b;
}

.site-nav-d .sub-menu li a:hover {
	color: #fcd92b;
}


.main-header.-banner {
	min-height: 160px;
}

.main-header.-banner .bg {
	filter: blur(1px);
}



