/*!
Theme Name: Lulac Denton
Theme URI: http://underscores.me/
Author: Chris Lam
Author URI: http://chrislamdesign.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lulac-denton
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Lulac Denton is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
label {
	width:100%;
}
/* ACCESSIBLITY */
.offscreen {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip-path: inset(1px 1px 1px 1px);
	clip-path: inset(1px, 1px, 1px, 1px);
}

.skip-to-content.offscreen:focus {
	position: relative;
	display: inline-block;
	height: auto;
	width: auto;
	padding: 0.625em 1.25em;
	background-color: #002e5e;
	color: #fff;
	overflow: visible;
	clip-path: none;
	text-decoration: none;
}

html {
	font-size: 16px;
}

body {
	width: 100%;
	overflow-x: hidden !important;
	font-family: "Inter", sans-serif;
}
.home .tribe-events-widget-events-list__events h3 {
	color:white !important;
}

.in-the-news-container .wp-block-group {
	margin-bottom:3rem;
}
/* TYPOGRAPHY */

h1, h2, h3, h4, h5 {

}
p, li, a {
}
p {
}
a {
	font-weight: 400;
	color:#ED142E;
}
a.wrapper-link {
	text-decoration: none;
	height: 100%;
}


.light {
	font-weight: 300 !important;
}
.h-auto {
	min-height: auto !important;
}
.bold {
	font-weight: 700 !important;
}
strong {
	font-weight: 600 !important;
}

.centered {
	text-align: center;
}
.white {
	color: white;
	z-index: 1000;
}
.no-bullets {
	list-style: none;
	padding-left: 0;
}

.site-main {
	min-height: 80vh;
}

/* GUTENBERG EDITOR COLORS */

.has-blue-background-color {
	background-color: #142E6E;
}

.has-blue-color {
	color: #142E6E;
}

.has-red-background-color {
	background-color: #ED142E;
}


.has-red-color {
	color: #ED142E;
}

.has-off-white-background-color {
	background-color: #f5f5f5;
}

.has-off-white-color {
	color: #f5f5f5;
}
.has-white-background-color {
	background-color: #ffffff;
}

.has-white-color {
	color: #ffffff;
}

.has-light-blue-color {
	color:#E0ECF8;
}
.has-light-blue-background-color {
	background-color: #E0ECF8;
}
/* IMAGES */
.object-fit-contain, .object-fit-contain img {
	object-fit: contain;
	font-family: 'object-fit:contain';
}

.object-fit-cover, .object-fit-cover img {
	object-fit: cover;
	font-family: 'object-fit:cover';
}
.height-auto img, .height-auto {
	height: auto !important;
}

/* BUTTONS */
.gb-button {
	font-size: 1rem;
	border-radius:3px;
	font-weight: 400;
}

.btn-primary, .facetwp-load-more {
	background: #E8E8E8;
	text-transform: uppercase;
	border: none;
	color: black;
	padding: 12px 36px 12px 36px;
	letter-spacing: 1px;

}

/* NAVIGATION */
.site-header {
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	z-index: 1000;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	background-color:#142E6E;
	padding-top:20px;
	padding-bottom:20px;
}
.site-branding img {
	width: 250px;
	height: auto;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}





/* FOOTER */
.site-footer {
	background: #E0ECF8;
	min-height: 100px;
	position: relative;
}
.site-footer h3, .site-footer a, .site-footer p, .site-footer li {
	color: #142E6E;
	font-weight: 400;
}
.site-footer h3 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.site-footer ul {
	list-style: none;
	padding-left:0;
}
.site-footer li {
	margin-bottom: .5rem;
}

@media only screen and (max-width: 768px) {
	html {
		font-size: 15px;
	}
}

@media only screen and (max-width: 480px) {
	html {
		font-size: 14px;
	}
}