/*
Theme Name: RhymShot
Theme URI: https://wordpress.com
Author: WordPress team
Author URI: https://wpspecialprojects.wordpress.com/
Description: rhymshot theme is a custom FSE theme for RhymShot.com using Twenty Twenty-Three as a base.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Template:
Text Domain: rhymshot
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/
/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
html {
  scroll-behavior: smooth;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  height: 100%;
}

.has-global-padding > .alignfull {
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

.has-global-padding > .alignfull:where(:not(.is-layout-constrained)) {
  padding-left: 0;
  padding-right: 0;
}

.has-global-padding > .alignfull:where(:not(.has-global-padding)) > :where([class*=wp-block-]:not(.alignfull):not([class*=__]), p, h1, h2, h3, h4, h5, h6, ul, ol) {
  padding-left: 0;
  padding-right: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background: transparent;
  border-width: 0 0 1px 0;
  color: inherit;
  font-family: var(--wp--preset--font-family--inter);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 400;
  height: auto;
  line-height: 1.55;
  padding: 0;
  padding-left: var(--wp--preset--spacing--10);
}
.has-base-background-color input[type=text], .has-base-alt-background-color input[type=text],
.has-base-background-color input[type=email],
.has-base-alt-background-color input[type=email],
.has-base-background-color input[type=url],
.has-base-alt-background-color input[type=url],
.has-base-background-color input[type=password],
.has-base-alt-background-color input[type=password],
.has-base-background-color input[type=search],
.has-base-alt-background-color input[type=search],
.has-base-background-color input[type=number],
.has-base-alt-background-color input[type=number],
.has-base-background-color input[type=tel],
.has-base-alt-background-color input[type=tel],
.has-base-background-color input[type=range],
.has-base-alt-background-color input[type=range],
.has-base-background-color input[type=date],
.has-base-alt-background-color input[type=date],
.has-base-background-color input[type=month],
.has-base-alt-background-color input[type=month],
.has-base-background-color input[type=week],
.has-base-alt-background-color input[type=week],
.has-base-background-color input[type=time],
.has-base-alt-background-color input[type=time],
.has-base-background-color input[type=datetime],
.has-base-alt-background-color input[type=datetime],
.has-base-background-color input[type=datetime-local],
.has-base-alt-background-color input[type=datetime-local],
.has-base-background-color input[type=color],
.has-base-alt-background-color input[type=color],
.has-base-background-color textarea,
.has-base-alt-background-color textarea {
  border: 1px solid rgba(34, 34, 34, 0.3);
}

input[type=submit] {
  background-color: var(--wp--preset--color--base);
  border-radius: var(--wp--custom--button--border-radius);
  border-width: 2px;
  border-style: none;
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--inter);
  font-size: var(--wp--preset--font-size--normal);
  line-height: inherit;
  padding: 1rem 3.75rem;
  text-decoration: none;
  background-color: var(--wp--preset--color--base);
  border: 2px solid var(--wp--preset--color--base);
  color: var(--wp--preset--color--base);
  padding: calc(0.9325rem - 2px) calc(3.75rem - 2px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=submit] a {
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  input[type=submit] {
    max-width: 330px;
  }
}
.has-contrast-background-color input[type=submit], .has-primary-background-color input[type=submit], .wp-block-cover:not(.is-light) input[type=submit] {
  border-color: currentColor;
}
input[type=submit]:focus, input[type=submit]:active {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--contrast);
  padding: calc(0.9325rem - 2px) calc(3.75rem - 2px);
}
input[type=submit]:hover {
  background-color: transparent;
  border-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--primary);
}

input[type=number] {
  border: none;
}

select {
  border: 3px solid var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--contrast);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.55;
  padding: var(--wp--preset--spacing--20) calc(3 * var(--wp--preset--spacing--20)) var(--wp--preset--spacing--20) var(--wp--preset--spacing--10);
  background: var(--wp--preset--color--base-alt) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position: right var(--wp--preset--spacing--20) top 60%;
}

.wp-block-post-content form {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--40);
  flex: 1;
}
.wp-block-post-content form input:not([type=submit]) {
  box-sizing: border-box;
  padding: var(--wp--preset--spacing--20);
  width: 100%;
}
.wp-block-post-content form label {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 400;
  margin-top: 0.5rem;
}
.wp-block-post-content form label:not(.screen-reader-text) {
  display: block;
}
.wp-block-post-content input[type=text],
.wp-block-post-content input[type=email],
.wp-block-post-content input[type=url] {
  flex: 1;
}

.wp-block-button.is-style-outline > .wp-block-button__link, .wp-block-button__link.is-style-outline {
  padding: 0.875rem 1.5rem;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover, .wp-block-button.is-style-outline > .wp-block-button__link:focus, .wp-block-button.is-style-outline > .wp-block-button__link:active, .wp-block-button__link.is-style-outline:hover, .wp-block-button__link.is-style-outline:focus, .wp-block-button__link.is-style-outline:active {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--contrast) !important;
}
.wp-block-button.is-style-arrow > .wp-block-button__link, .wp-block-button.is-style-text > .wp-block-button__link {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 0 none !important;
  padding: 0;
}
.wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-text > .wp-block-button__link:not(.has-text-color) {
  color: currentColor !important;
}
.wp-block-button.is-style-arrow > .wp-block-button__link:hover, .wp-block-button.is-style-arrow > .wp-block-button__link:focus, .wp-block-button.is-style-arrow > .wp-block-button__link:active, .wp-block-button.is-style-text > .wp-block-button__link:hover, .wp-block-button.is-style-text > .wp-block-button__link:focus, .wp-block-button.is-style-text > .wp-block-button__link:active {
  background-color: transparent !important;
}
.wp-block-button.is-style-arrow > .wp-block-button__link:hover, .wp-block-button.is-style-arrow > .wp-block-button__link:focus, .wp-block-button.is-style-text > .wp-block-button__link:hover, .wp-block-button.is-style-text > .wp-block-button__link:focus {
  text-decoration: underline;
}
.wp-block-button.is-style-arrow > .wp-block-button__link {
  align-items: center;
  display: flex;
  gap: 10px;
}
.wp-block-button.is-style-arrow > .wp-block-button__link::after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 1em;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5626 14.6667L14.4106 7.51467L16.2959 5.62933L26.6666 16L16.2959 26.3707L14.4106 24.4853L21.5626 17.3333H5.33325V14.6667H21.5626Z' fill='black'/%3E%3C/svg%3E%0A");
          mask: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5626 14.6667L14.4106 7.51467L16.2959 5.62933L26.6666 16L16.2959 26.3707L14.4106 24.4853L21.5626 17.3333H5.33325V14.6667H21.5626Z' fill='black'/%3E%3C/svg%3E%0A");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1em;
}

.wp-block-columns .wp-block-column.has-background {
  padding: var(--wp--custom--spacing--small);
}

.wp-block-cover .wp-block-embed.is-type-video {
  min-width: 240px;
}
@media only screen and (max-width: 1279px) {
  .wp-block-cover.is-style-cover-wide-only-screen .wp-block-cover__image-background {
    background-size: 150% auto;
  }
}
@media only screen and (max-width: 781px) {
  .wp-block-cover.is-style-cover-tablet-only-screen .wp-block-cover__image-background {
    background-size: 150% auto;
  }
}
@media only screen and (max-width: 781px) {
  .wp-block-cover.is-style-reduce-height {
    min-height: 300px !important;
  }
}
.wp-block-cover .wp-block-cover__image-background.has-parallax {
  background-color: var(--wp--preset--color--contrast);
}
@supports (-webkit-touch-callout: none) {
  .wp-block-cover .wp-block-cover__image-background.has-parallax {
    background-attachment: scroll;
  }
}

.wp-block-group.has-background {
  padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--40);
}

@media only screen and (max-width: 781px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 8%;
    padding-bottom: 8%;
  }
}
@media only screen and (min-width: 600px) {
  .wp-block-media-text.is-style-sticky-image .wp-block-media-text__media {
    position: sticky;
    top: 0;
  }
}

.wp-block-quote {
  border: 0 none;
  padding-left: 0;
}
.wp-block-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='34' fill='none' version='1.1' viewBox='0 0 42 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.92 33.4c-1.68-4.8-2.52-9.56-2.52-14.3 0-5.44 1.44-9.8 4.32-13.1 2.88-3.36 7.08-5.04 12.6-5.04v7.56c-4.24 0-6.36 2.72-6.36 8.16v1.8h7.68v14.9h-15.7zm22.7 0c-1.6-4.88-2.4-9.64-2.4-14.3 0-5.44 1.4-9.8 4.2-13.1 2.88-3.36 7.08-5.04 12.6-5.04v7.56c-4.16 0-6.24 2.72-6.24 8.16v1.8h7.56v14.9h-15.7z' fill='%23E47B2F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  font-family: var(--wp--preset--font-family--poppins);
  font-size: clamp(3rem, 10vw, 7.5rem);
  font-weight: 700;
  width: 0.4em;
  height: 0.4em;
}

.wp-block-navigation .wp-block-navigation-item.is-style-button a {
  background-color: var(--wp--preset--color--base);
  border-radius: var(--wp--custom--button--border-radius);
  border-width: 2px;
  border-style: none;
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--inter);
  font-size: var(--wp--preset--font-size--normal);
  line-height: inherit;
  padding: 1rem 3.75rem;
  text-decoration: none;
  background-color: var(--wp--preset--color--contrast) !important;
  border: 2px solid var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base) !important;
  padding: calc(0.9325rem - 2px) calc(2.5rem - 2px);
}
.wp-block-navigation .wp-block-navigation-item.is-style-button a a {
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation-item.is-style-button a:hover, .wp-block-navigation .wp-block-navigation-item.is-style-button a:focus, .wp-block-navigation .wp-block-navigation-item.is-style-button a:active {
  background-color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--contrast) !important;
}
.wp-block-navigation .wp-block-navigation-item.is-style-button a:hover {
  border-width: 1px;
  padding: calc(0.9325rem - 1px) calc(2.5rem - 1px);
}
.wp-block-navigation .wp-block-navigation-item.is-style-button a:focus, .wp-block-navigation .wp-block-navigation-item.is-style-button a:active {
  border-width: 2px;
  padding: calc(0.9325rem - 2px) calc(2.5rem - 2px);
}
.wp-block-navigation .wp-block-navigation-item.current-menu-item > a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
  padding-top: var(--wp--preset--spacing--50);
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open li {
  font-size: var(--wp--preset--font-size--gigantic);
}

.wp-block-quote {
  border: 0 none;
  padding-left: 0;
}
.wp-block-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='34' fill='none' version='1.1' viewBox='0 0 42 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.92 33.4c-1.68-4.8-2.52-9.56-2.52-14.3 0-5.44 1.44-9.8 4.32-13.1 2.88-3.36 7.08-5.04 12.6-5.04v7.56c-4.24 0-6.36 2.72-6.36 8.16v1.8h7.68v14.9h-15.7zm22.7 0c-1.6-4.88-2.4-9.64-2.4-14.3 0-5.44 1.4-9.8 4.2-13.1 2.88-3.36 7.08-5.04 12.6-5.04v7.56c-4.16 0-6.24 2.72-6.24 8.16v1.8h7.56v14.9h-15.7z' fill='%23E47B2F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  font-family: var(--wp--preset--font-family--poppins);
  font-size: clamp(3rem, 10vw, 7.5rem);
  font-weight: 700;
  width: 0.4em;
  height: 0.4em;
}

.wp-block-spacer.is-style-line-height {
  height: var(--wp--preset--spacing--30) !important;
  margin: 0;
}
.wp-block-spacer.is-style-small {
  height: var(--wp--preset--spacing--40) !important;
  margin: 0;
}
.wp-block-spacer.is-style-medium {
  height: var(--wp--preset--spacing--50) !important;
  margin: 0;
}
.wp-block-spacer.is-style-large {
  height: var(--wp--preset--spacing--60) !important;
  margin: 0;
}
.wp-block-spacer.is-style-x-large {
  height: var(--wp--preset--spacing--70) !important;
  margin: 0;
}
.wp-block-spacer.is-style-gigantic {
  height: var(--wp--preset--spacing--90) !important;
  margin: 0;
}
.wp-block-spacer.is-style-vertical-line-dark {
  width: 2px;
  background: var(--wp--preset--color--contrast);
  margin: auto;
}
.wp-block-spacer.is-style-vertical-line-light {
  width: 2px;
  background: var(--wp--preset--color--base);
  margin: auto;
}

body.error404 .wp-site-blocks {
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  flex-direction: column;
}
body.error404 .wp-site-blocks main.wp-block-group {
  flex: 1;
  align-content: center;
}

.error-404-heading {
  font-size: clamp(1.875rem, -0.625rem + 6.67vw, 4.375rem);
}

.wp-site-blocks > footer.wp-block-template-part {
  margin-top: 0;
}

.footer-block .wp-block-social-links.is-style-logos-only .wp-social-link svg {
  height: 1.5rem;
  width: 1.5rem;
}

@media only screen and (max-width: 599px) {
  header.wp-block-template-part .logo-nav-wrapper {
    flex-wrap: nowrap;
  }
}
header.wp-block-template-part .logo-nav-wrapper > .wp-block-group.is-content-justification-right {
  margin-left: auto;
}
@media only screen and (max-width: 599px) {
  header.wp-block-template-part .logo-nav-wrapper > .wp-block-group.is-content-justification-right {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 599px) {
  header.wp-block-template-part .wp-block-navigation {
    order: 3;
  }
}
@media (max-width: 400px) {
  header.wp-block-template-part .wp-block-social-links {
    gap: 1rem;
    flex-wrap: nowrap;
  }
}

.wp-block-jetpack-contact-form label {
  font-weight: 400;
}
.wp-block-jetpack-contact-form textarea {
  padding: var(--wp--preset--spacing--20);
}
.wp-block-jetpack-contact-form .grunion-field-wrap {
  display: flex;
  flex-direction: column;
}
.wp-block-jetpack-contact-form .grunion-field-wrap > label {
  order: 2;
}

.contact-form-submission .go-back-message .link {
  color: var(--wp--preset--color--white);
}

.contact-form-submission {
  border-color: var(--wp--preset--color--white);
}

.colophon-wrap {
  text-align: center;
  font-size: var(--wp--preset--font-size--small);
}
.colophon-wrap a {
  text-decoration: none;
}
.colophon-wrap a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */