/*
Theme Name: Sidekicks
Theme URI: 
Author: Sidekick
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sidekick
Tags: 
*/


#gradient-text-span span {
  background: linear-gradient(135deg, #3A858C, #5FC6CE, #7AC589);;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

#header-div .wp-block-navigation a:hover,
#header-div .wp-block-navigation .wp-block-navigation-item__content:hover,
#footer-div .wp-block-navigation a:hover,
#footer-div .wp-block-navigation .wp-block-navigation-item__content:hover {
    color: #3A858C !important;
    transition: color 0.3s ease;
}

#header-div .wp-block-navigation a:focus,
#footer-div .wp-block-navigation a:focus {
    color: #3A858C;
}

@media (max-width: 768px) {
    /* Navigation goes to the right */
    #header-div .wp-block-navigation {
        order: 2; /* move nav after logo/button */
    }
	
@media (max-width: 800px) {
  br {
    display: none;
  }
	#Grid-layout-mb {
    grid-template-columns:  repeat(2, 1fr) !important;
  }
}
	