/*
Theme Name: WLCT Theme
Theme URI: https://powderstudio.com/themes/business/
Author: Mat Coes & Brian Gardner
Author URI: https://matcoes.com https://briangardner.com/
Description: This is a custom Wordpress full site editing block theme for Westport Land Conservation Trust.
WLCT Theme is a 'child' theme and requires 'Powder' to be in the themes directory, but not active. 
DO NOT MOVE THE POWDER THEME.
Requires at least: 6.3
Tested up to: 6.3
Requires PHP: 7.0
Version: 0.9.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wlct-theme
Template: powder
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, style-variations, template-editing, translation-ready, wide-blocks

Powder Business WordPress Theme, (C) 2023 Brian Gardner.
Powder Business is distributed under the terms of the GNU GPL.
*/


/* Mobile Navigation
--------------------------------------------- */
@media only screen and (max-width: 767px) {
	.main-nav {
		display: none !important;
		}
	}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open,
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: var(--wp--preset--color--primary) !important;
	color: var(--wp--preset--color--base) !important;
	border: 10px solid var(--wp--preset--color--base);
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	padding: 10px;
} 

.wp-block-navigation__submenu-container.nav-with-gap {
	top: 42px !important;
} 

.wp-block-navigation-item.has-child:has(.nav-with-gap):hover::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 42px;
	z-index: 1;
}

/* Cover
--------------------------------------------- */

.wp-block-cover.is-style-gradient .has-background-dim:not([class*=-background-color]) {
	background-color: transparent;
	background-image: linear-gradient(to top, rgba(10,10,10,0.6), rgba(10,10,10,1));
	opacity: 1;
}

.single.no-featured-image .wp-block-cover.is-style-gradient .has-background-dim:not([class*=-background-color]) {
	background-color: var(--wp--preset--color--contrast);
}

/* -- Pull -- */

.is-style-pull-100 {
	margin-top: 0px !important;
}

/* Typography
--------------------------------------------- */
b,
strong,
th {
	font-weight: var(--wp--custom--font-weight--bold) !important;
}

a {
	text-decoration: none;
	/* border-bottom: 2px solid transparent; */
	transition: color 0.3s ease, border-bottom-color 0.3s ease;
}

a:hover {
	border-bottom-color: currentColor;
}

/* :root {
	  --wp--preset--font-size--small: 18px !important;
	} */

/* MC custom classes
--------------------------------------------- */
H2.title-link a {
	text-decoration: none !important;
}

H4.wp-block-post-title a {
	text-decoration: none !important;
}

.shape-over-cover {
	z-index: 1;    
	position: relative;
}

.bg-page-title {
	color: ;
	text-shadow: 0px 0px 13px rgba(0,0,0,0.75);
}

.footer-menu-links a {
	  font-weight: 300 !important;
	}
	
	.footer-menu-links a:hover {
	  font-weight: 500 !important;
	}


/* WP Forms
--------------------------------------------- */
.wpforms-form button[type=submit] {
	background-color: #C07223 !important;
	border-color: #C07223 !important;
	color: #fff !important;
	transition: background 0.3s ease-in-out;
}
 
.wpforms-form button[type=submit]:hover {
	background-color: #C07223 !important;
}

/* QGiv
--------------------------------------------- */
iframe.qgiv-embed-form.qgiv-embed {
	height: 1200px !important;
	min-height: 1200px !important;
	/* height: auto !important; */
}

/* Excerpt Spacing
--------------------------------------------- */
.wp-block-post-excerpt__more-text {
	  margin-top: 10px; 
	}