/*
Theme Name: Frost
Theme URI: https://frostwp.com/
Author: WP Engine
Author URI: https://wpengine.com/
Description: With its clean, minimal design and powerful feature set, Frost enables agencies to build stylish and sophisticated WordPress websites. Frost is a masterpiece of design and functionality. It features a range of valuable patterns, including hero and portfolio sections, prominent call-to-action buttons, and customer testimonials. Whether you’re building a website for your business, personal brand, or creative project, Frost is perfect for anyone looking to launch quickly and efficiently.
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, threaded-comments, translation-ready, wide-blocks
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0.10
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: frost
*/


/* 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%;
}

/* -- 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);
}

/* -- 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;
}

/* Utility
---------------------------------------- */

/* -- Box Shadow -- */

.is-style-shadow-light {
	box-shadow: var(--wp--preset--shadow--light);
}

.is-style-shadow-solid {
	box-shadow: var(--wp--preset--shadow--solid);
}

/* 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;
	}

}


/* -- Custom Styles -- */
.wp-block-buttons{
	gap: 20px;
}
.wp-block-button a.wp-block-button__link {
	transition: all .2s;
}
.wp-block-button a.wp-block-button__link:hover {
	transition: all .2s;
	transform: scale(1.05);
}
.wp-block-button a.wp-block-button__link:active {
	transform: scale(1);
}


.nf-field-container{
	margin-bottom: 30px !important;
}
.label-above .nf-field-label{
	margin-bottom: 5px;
}
.nf-field-label .nf-label-span, .nf-field-label label{
	font-weight: 600;
}
.nf-form-fields-required{
	display: none;
}
.nf-error-msg, .ninja-forms-req-symbol{
	font-size: 14px;
}

.wp-block-query .wp-block-post .wp-block-post-featured-image a{
	position: relative;
	overflow: hidden;
}
.wp-block-query .wp-block-post .wp-block-post-featured-image a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	transition: all 0.2s ease;
}
.wp-block-query .wp-block-post:nth-child(9n+1) .wp-block-post-featured-image a::before{
	background-color: rgba(76, 148, 255, 0.2);
}
.wp-block-query .wp-block-post:nth-child(9n+2) .wp-block-post-featured-image a::before{
	background-color: rgba(255, 76, 76, 0.2);
}
.wp-block-query .wp-block-post:nth-child(9n+3) .wp-block-post-featured-image a::before{
	background-color: rgba(76, 255, 128, 0.2);
}
.wp-block-query .wp-block-post:nth-child(9n+4) .wp-block-post-featured-image a::before{
	background-color: rgba(255, 217, 76, 0.2);
}
.wp-block-query .wp-block-post:nth-child(9n+5) .wp-block-post-featured-image a::before{
	background-color: rgba(186, 76, 255, 0.2);
}
.wp-block-query .wp-block-post:nth-child(9n+6) .wp-block-post-featured-image a::before{
	background-color: rgba(76, 255, 242, 0.2);
}
.wp-block-query .wp-block-post:nth-child(9n+7) .wp-block-post-featured-image a::before{
	background-color: rgba(255, 76, 196, 0.2);
}
.wp-block-query .wp-block-post:nth-child(9n+8) .wp-block-post-featured-image a::before{
	background-color: rgba(255, 145, 76, 0.2);
}
.wp-block-query .wp-block-post:nth-child(9n+9) .wp-block-post-featured-image a::before{
	background-color: rgba(76, 255, 174, 0.2);
}
.wp-block-query .wp-block-post .wp-block-post-featured-image a img{
	transition: all 0.2s ease;
}
.wp-block-query .wp-block-post:hover .wp-block-post-featured-image a::before{
	opacity: 0;
}
.wp-block-query .wp-block-post:hover .wp-block-post-featured-image a img{
	transform: scale(1.05);
}

.digg-this-icon svg {
	stroke: #fff!important
}

a.digg-this-icon {
	background: var(--wp--preset--color--primary)!important;
	display: flex;
	border-radius: 50%;
	padding: 12px;
	box-sizing: border-box;
	position: relative;
	margin: 0 6px;
	color: transparent
}

a.digg-this-icon:hover,a.digg-this-icon:focus,a.digg-this-icon:active {
	color: transparent;
	background:var(--wp--preset--color--secondary)!important;
}

.digg-this-sharing-icons {
	display: flex;
	flex-direction: row;
	width: auto;
	align-items: start;
	align-content: center
}


.wp-block-navigation .wp-block-navigation-item a{
	border-bottom: 2px solid transparent;
}
.wp-block-navigation .wp-block-navigation-item:hover a,
.wp-block-navigation .wp-block-navigation-item.current-menu-item a{
	border-bottom: 2px solid #fff;
}


.about-me-image:hover img{
	filter:none;
}