/*
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.69
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 #ccc;
	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;
}

body main {
  font-family: Verdana, Roboto, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.75;
}

body.single h1,
body.single h3,
body.single h4,
body.page-template-default h1,
body.page-template-default h3,
body.page-template-default h4 {
  font-family: Roboto, sans-serif;
}

body.single article h2,
body.page-template-default article h2 {
  font-family: Roboto, sans-serif;
  font-size: 27px;
}

body.home main,
body.archive main {
  font-family: "Crimson Pro", serif;
  font-weight: 300;
  line-height: 1.4;
}

body.home h1,
body.home h2,
body.home h3,
body.home h4,
body.archive h1,
body.archive h2,
body.archive h3,
body.archive h4 {
  margin-block-start: 8px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.yoast-breadcrumbs {
  font-family: Verdana, Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #776;
}

.yoast-breadcrumbs a {
  text-decoration: none;
  color: #776;
}

.yoast-breadcrumbs a:hover,
.yoast-breadcrumbs a:focus {
  text-decoration: underline;
}

.category-header {
  font-family: Poppins, sans-serif;
}

.category-header h2,
.category-header .taxonomy-category {
  display: inline-block;
}

.taxonomy-category a {
  text-decoration: none;
  font-weight: 600;
}

.taxonomy-category a:focus,
.taxonomy-category a:hover {
  text-decoration: underline;
}

.category-label {
  display: inline-block;
}

.category-label a {
  font-family: Verdana, Roboto, sans-serif;
  font-weight: 300;
}

.wp-block-post-excerpt__more-text {
  margin-top: 8px;
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 600;
}

.wp-block-post-excerpt__more-text a {
  text-decoration: none;
}

#reply-title {
  margin-bottom: 7px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

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

/* -- Comment form -- */
#commentform label {
  margin-bottom: 0;
  font-size: 14px;
}

#commentform textarea,
#commentform input {
  border-color: #ccc;
  padding: 6px 9px;
  font-size: 14px;
}

.wp-block-post-comments-form input[type="submit"] {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 0;
}

/* -- Chatbot -- */
.mwai-timeless-theme.mwai-window .mwai-header {
  background: var(--wp--preset--color--primary);
  padding: 15px 8px;
}

.mwai-timeless-theme.mwai-window .mwai-header .mwai-name {
  display: flex;
  flex-direction: column;
}

.mwai-timeless-theme.mwai-window .mwai-header .mwai-subtitle {
  order: 2;
}

.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons {
  position: absolute;
  right: 5px;
  top: 5px;
}

.mwai-timeless-theme button {
  background: var(--wp--preset--color--custom-green);
}

/* -- Table of Contents -- */
.simpletoc {
  margin: var(--wp--preset--spacing--small);
  border: 3px #ccc solid;
  padding: var(--wp--custom--spacing--gap);
}

.simpletoc-collapsible {
  background-color: transparent;
  background-image: url("assets/images/avatar512.png");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 48px;
  border-bottom: 2px solid #000;
  border-radius: 0;
  padding: 30px 0 12px 64px;
  font-weight: 600;
  font-family: Verdana, Roboto, sans-serif;
  font-size: 16px;
}

.simpletoc .active,
.simpletoc-content,
.simpletoc-collapsible:hover {
  background-color: transparent;
}

.simpletoc-list {
  padding: 10px 0 0;
}

.simpletoc li {
  margin-top: 20px;
  list-style: none;
}

.simpletoc li a {
  text-decoration: none;
  color: var(--wp--preset--color--primary);
}

.simpletoc li a:hover,
.simpletoc li a:focus {
  text-decoration: underline;
}

/* -- 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--base);
	border: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--contrast);
	margin-left: -12px;
	padding: 8px 0 4px;
}

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

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

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

	.order-1 {
		order: 1;
	}

	.order-2 {
		order: 2;
	}

	.wp-site-blocks > div.has-global-padding,
	header > div.has-global-padding,
	footer > div.has-global-padding {
		padding-right: 16px;
		padding-left: 16px;
	}

	.order-1 > div.has-global-padding,
	.order-2 > div.has-global-padding {
		padding-top: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
