/*
Theme Name: Prairie Wild
Theme URI: 
Author: Vireo
Author URI: 
Description: A block based theme built for Prairie Wild Consulting.
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: prairie-wild

/* Defaults
---------------------------------------- */

/* Defaults
---------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-element-button {
	transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
	text-decoration-thickness: 1px;
}

b,
strong,
th {
	font-weight: var(--wp--custom--font-weight--medium);
}

mark {
	background: linear-gradient(90deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary) 100%);
	background-position: 0 85%;
	background-repeat: repeat-x;
	background-size: 100% 15%;
}

/* -- Buttons -- */
.wp-block-buttons .is-style-fill > a {
	box-shadow: 0 3px 6px rgba(0,115,54,0.3);
}

.wp-block-buttons .is-style-fill > a:hover {
	background-color: var(--wp--preset--color--custom-color-2);
}

.wp-block-buttons .is-style-outline > a:hover {
	background-color: var(--wp--preset--color--custom-color-3);
	color: #FFF;
	border-color: var(--wp--preset--color--custom-color-3);
	box-shadow: 0 3px 6px rgba(0,115,54,0.3);
}

/* -- Forms -- */

input,
select,
textarea {
	background-color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--contrast);
	border-radius: 0;
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: var(--wp--custom--font-weight--light);
	line-height: var(--wp--custom--line-height--body);
	padding: 10px 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	background-color: var(--wp--preset--color--neutral);
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
}

::placeholder {
	color: var(--wp--preset--color--contrast);
	font-size: var(--wp--preset--font-size--small);
	opacity: 0.5;
}

/* Blocks
---------------------------------------- */

/* -- Code -- */

*:not(.wp-block-code) > code {
	background-color: var(--wp--preset--color--neutral);
	font-size: var(--wp--preset--font-size--small);
	padding: 5px 8px;
}

/* -- Navigation -- */

.wp-block-navigation__responsive-container.is-menu-open {
	padding: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	border: 1px solid currentColor;
	padding: 2px;
}

.has-background .wp-block-navigation__responsive-container-open:focus,
.has-background .wp-block-navigation__responsive-container-open:hover {
	color: var(--wp--preset--color--base);
}

nav .current-menu-item {
	color: var(--wp--preset--color--custom-color-2);
}

nav li a:hover {
	color: var(--wp--preset--color--custom-color-2) !important;
}

/* -- Navigation Submenu -- */

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: var(--wp--preset--color--contrast);
	border: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	padding: 10px;
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
	padding: 2px 10px;
}


/* Archives
---------------------------------------- */
/* -- Category List -- */
.is-style-menu-labels,
.is-style-category-labels {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.is-style-menu-labels li a,
.is-style-category-labels a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 1px;
	display: inline-block;
	border-radius: 99999px;
	margin: 0;
	padding: 7px 20px;
	border: 1px solid  var(--wp--preset--color--neutral);
	color: var(--wp--preset--color--custom-color-3);
	background-color: var(--wp--preset--color--base);
	text-decoration: none;
}

.is-style-menu-labels li a:hover {
	opacity: 0.7;
}

/* -- Experience Cards -- */
.experience-card {
	position: relative;
}

.experience-card-content {
	position: absolute;
	bottom: 10px;
	left: 0;
	margin: 10px;
}

/* Utility
---------------------------------------- */
/* -- Move to Front-- */
.is-style-to-front {
	position: relative;
	z-index: 33;
}

/* -- Eyebrow -- */
.is-style-eyebrow {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 1px;
	display: inline-block;
	border-radius: 99999px;
	margin: 0;
	padding: 7px 20px;
	border: 1px solid  var(--wp--preset--color--neutral);
	color: var(--wp--preset--color--custom-color-3);
	background-color: var(--wp--preset--color--base);
	box-shadow: 0 2.5px 5px rgba(0,115,54,0.2);
}

/* -- Large Header -- */
.is-style-large-heading {
	font-size: var(--wp--preset--font-size--max-48);
	margin-top: 15px;
}

/* -- Theme Image -- */
.is-style-theme-image img {
	border-radius: 33px;
}

/* -- Backlight Image -- */
.is-style-backlight {
	position: relative;
}

/* -- Card Box Shadow -- */
.is-style-box-shadow {
	box-shadow: 0 0.5rem 0.5rem rgba(0,115,54,0.3);
}

.is-style-backlight:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	background: inherit;
	filter: blur(20px) blur(20px);
	opacity: 0.7;
	z-index: -1;
}

/* -- List 2 column -- */
.is-style-list-2col {
	columns: 2;
}

.is-style-list-3col {
	columns: 3;
}

/* Sliders
---------------------------------------- */
.portfolio-cards .splide__arrows {
	top: -96px !important;
	gap: 0px !important;
  }
  
  .portfolio-cards .splide__arrow {
	background-color: var(--wp--preset--color--custom-color-3);
	border-radius: 9999px;
	opacity: 1 !important;
	height: 45px;
	width: 45px;
	box-shadow: 0 3px 6px rgba(0,115,54,0.3);
  }

  .portfolio-cards .splide__arrow:hover {
	background-color: var(--wp--preset--color--custom-color-2);
}

/* Media Queries
---------------------------------------- */

@media only screen and (max-width: 600px) {

	/* -- Utility -- */

	.is-style-hidden-mobile {
		display: none !important;
	}

}

@media only screen and (max-width: 782px) {

	/* -- Columns -- */

	.is-style-columns-reverse {
		flex-direction: column-reverse;
	}

	.is-style-list-2col,
	.is-style-list-3col {
		columns: 1;
	}

	/* -- Grid -- */
	.wp-block-group-is-layout-grid {
		grid-template-columns: 1fr;
	}

}
