/*
Theme Name: Oregon SFI
Theme URI: http://www.oregonsfi.org
Description: Built using magic and skull dust. 
Version: 1.03
Author: Hambell
Author URI: http://www.hambell.com
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* ==========================================================================
WORDPRESS FIXES
========================================================================== */

.alignfull > .kt-row-column-wrap {padding-left:var(--wp--style--root--padding-left); padding-right:var(--wp--style--root--padding-right);}

/* ==========================================================================
GLOBAL
========================================================================== */

h1, h2, h3, h4, h5, h6  {margin-top:1em; margin-bottom:.5em;}

.entry-content a:where(:not(.wp-element-button)):hover {background:var(--wp--preset--color--accent-2); color:var(--wp--preset--color--base);}

.home .header-logo {display: none;}
.kb-nav-dropdown-toggle-btn .kb-nav-arrow-svg{fill:var(--wp--preset--color--accent-4) !important;}
.wp-block-kadence-off-canvas-trigger:focus {color: #FFFFFF !important;}

/* Buttons */
.wp-block-button {margin:10px 0;}
.wp-block-button .wp-block-button__link {font-size:17px;}
.wp-block-button .wp-block-button__link {background: none; padding:6px 17px; border: 3px solid var(--wp--preset--color--accent-2); color:var(--wp--preset--color--accent-1) !important; }
.wp-block-button .wp-block-button__link:hover{background: var(--wp--preset--color--accent-2); color:var(--wp--preset--color--base) !important;}
.wp-block-button.is-style-outline .wp-block-button__link {background: none; padding:6px 17px; border: 3px solid var(--wp--preset--color--accent-4); color:var(--wp--preset--color--base) !important; }
.wp-block-button.is-style-outline .wp-block-button__link:hover{background: var(--wp--preset--color--accent-4); color:var(--wp--preset--color--accent-1) !important;}

/* ==========================================================================
MEDIA QUERRIES
==========================================================================*/

@media only screen and (max-width:768px) { 
	h1 {font-size:40px;}
	h2 {font-size:35px;}
 }
@media only screen and (max-width:1024px) { }
@media only screen and (max-width:1330px) { }
@media only screen and (max-width:1600px) { }