/*!
Theme Name: Gutenify University
Theme URI: https://gutenify.com/themes/gutenify-university
Author: Gutenify
Author URI: https://gutenify.com
Description: Gutenify University is a free WordPress theme with a minimalist design for educational institutes sites. Gutenify University wants each of our users to have a website that is genuinely one-of-a-kind. Each website will have a unique look by combining diverse blocks with Gutenify Plugins and solid extra blocks. We wish to produce a unique look for each website by using powerful typography and clean design. Gutenify University Theme's actual efficiency resides in its customizability when used in conjunction with the Gutenify Plugin. The theme is developed using the Full Site Editing features introduced in WordPress 5.9, which means that any component of your site, including colors, font, and layout, may be altered to fit your needs. The Gutenify Plugin includes a wide range of blocks that will transform your website into a totally unique spectacle when used in conjunction with this theme. Gutenify University with Gutenify Plugin will help you develop something unique that you can proudly call yours, whether it's a single-page website, a blog, a company website, a portfolio, a construction site, or an education site. Official Support Forum: https://gutenify.com/contact/ Demo: https://demo.gutenify.com/gutenify-university/
Version: 1.0.5
Requires at least: 5.6
Tested up to: 5.9
Requires PHP: 5.6
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: gutenify-university
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

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

Gutenify University is based on Twenty Twenty-Two WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --wp--preset--color--pizza: #ca9d13;
  --wp--preset--color--tundora: #454545;
  --wp--preset--color--alabaster: #f8f8f8;
  --wp--preset--color--grey: grey;
  --wp--preset--color--silver: #ccc;
  --wp--preset--font-size--normal: 1rem;
  --wp--preset--font-family--lato-helvetica: "lato", Helvetica, sans-serif;
  /* Admin-bar height */
  --global--admin-bar--height: 0; }

.admin-bar {
  --global--admin-bar--height: 32px; }
  @media only screen and (max-width: 782px) {
    .admin-bar {
      --global--admin-bar--height: 26px; } }

:root {
  --responsive--spacing-horizontal: calc(
		2 * var(--global--spacing-horizontal) * 0.6
	);
  --responsive--aligndefault-width: calc(
		100vw - var(--responsive--spacing-horizontal)
	);
  --responsive--alignwide-width: calc(
		100vw - var(--responsive--spacing-horizontal)
	);
  --responsive--alignfull-width: 100%;
  --responsive--alignright-margin: var(--global--spacing-horizontal);
  --responsive--alignleft-margin: var(--global--spacing-horizontal); }

/**
 * Required Variables
 */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h5 {
  margin-top: 0;
  margin-bottom: 0.9rem; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-bottom: 0.625rem; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.aligncenter {
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto; }

/*
 * Alignment styles - from TT2
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Gutenify University. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */
.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.is-root-container .wp-block[data-align="full"] > .wp-block-group {
  padding-left: var(--wp--custom--gap--horizontal);
  padding-right: var(--wp--custom--gap--horizontal); }

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-group.has-background,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
  margin-left: calc(-1 * var(--wp--custom--gap--horizontal)) !important;
  margin-right: calc(-1 * var(--wp--custom--gap--horizontal)) !important;
  width: unset; }

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit; }

/* Elements
--------------------------------------------- */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  border: 1px solid #333;
  padding: 5px;
  text-align: center; }

/* Links
--------------------------------------------- */
a {
  outline: 0 !important;
  text-decoration: none; }
  .widget a:not(.wp-block-button__link),
  .entry-summery a:not(.wp-block-button__link),
  .entry-content a:not(.wp-block-button__link) {
    text-underline-offset: 3px;
    text-decoration-skip-ink: all;
    text-decoration-thickness: 1px;
    text-decoration: underline; }
    .widget a:not(.wp-block-button__link):hover,
    .entry-summery a:not(.wp-block-button__link):hover,
    .entry-content a:not(.wp-block-button__link):hover {
      color: var(--wp--preset--color--primary); }
  a:focus-visible, a:focus {
    outline: thin dotted !important; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
.wp-block-search__button,
.wp-block-file .wp-block-file__button,
.wp-block-button__link {
  text-decoration: none;
  border-style: solid; }
  .wp-block-search__button:hover,
  .wp-block-file .wp-block-file__button:hover,
  .wp-block-button__link:hover {
    opacity: 0.9; }

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: var(--wp--preset--color--primary); }

input[type="button"],
input[type="reset"], input[type="submit"] {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  border: none;
  cursor: pointer; }

.wp-block-button.is-style-fill a.wp-block-button__link {
  border: none; }

select,
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 {
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid transparent;
  line-height: 1.75;
  padding: 7px 15px; }
  select:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111;
    box-shadow: none;
    outline: none;
    border: 1px solid #000; }

input[type=button],
input[type=reset],
input[type=submit] {
  padding: 10px 20px;
  width: auto; }

textarea {
  width: 100%;
  height: 120px;
  padding: 15px 20px; }

input[type="checkbox"] {
  display: inline; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c3c3c3; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a3a2a2; }

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  background: #f7f7f7;
  border: none;
  line-height: 1.75; }
  .wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]):focus,
  .wp-block-post-comments .comment-form textarea:focus {
    color: #111;
    box-shadow: none;
    outline: none;
    border: 1px solid #000; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 482px) {
    .site-header {
      width: 100%; } }
  @media (max-width: 481px) {
    .site-header {
      display: grid;
      grid-template-columns: 90% auto;
      width: 100%; } }
  .site-header.gutenify-university--header-has-custom-logo .site-branding, .site-header.gutenify-university--header-has-site-title .site-branding, .site-header.gutenify-university--header-has-site-tagline .site-branding {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
  .site-header.gutenify-university--header-has-custom-logo .custom-logo-link {
    margin-bottom: 10px; }
  .site-header.gutenify-university--header-has-custom-logo:not(.gutenify-university--header-has-site-title) .custom-logo-link {
    margin-bottom: 0; }
  .site-header .site-description,
  .site-header .site-title {
    display: none; }
  .site-header.gutenify-university--header-has-site-title .site-title {
    display: block;
    padding: 0 0 10px 0; }
  .site-header.gutenify-university--header-has-site-title:not(.gutenify-university--header-has-site-tagline):not(.gutenify-university--header-has-custom-logo) .site-title {
    padding: 0; }
  .site-header.gutenify-university--header-has-site-tagline .site-description {
    display: block; }
  .site-header .site-branding .site-title {
    font-size: 45px;
    line-height: 1;
    margin: 0;
    padding: 15px 0 10px;
    text-align: center;
    font-weight: bold;
    font-family: var(--site-brand-font-family); }
  .site-header .site-branding .site-description {
    margin: 0;
    color: var(--wp--preset--color--grey); }
  .site-header .site-title a {
    text-decoration: none; }

/* Navigation
--------------------------------------------- */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: block; }

.wp-block-query-pagination {
  margin: 80px 0; }
  .wp-block-query-pagination .wp-block-query-pagination-numbers {
    margin: 0;
    display: inline-block; }
  .wp-block-query-pagination .page-numbers,
  .wp-block-query-pagination .wp-block-query-pagination-next,
  .wp-block-query-pagination .wp-block-query-pagination-previous {
    padding: 12px 15px;
    background: #f1f1f1;
    line-height: 1;
    margin: 0 3px;
    text-decoration: inherit;
    display: inline-block; }
  .wp-block-query-pagination .page-numbers.current,
  .wp-block-query-pagination a:hover,
  .wp-block-query-pagination a:focus,
  .wp-block-query-pagination a:active {
    background-color: var(--wp--preset--color--primary);
    color: #fff; }

@media screen and (min-width: 910px) {
  footer.wp-block-template-part .wp-block-navigation.is-vertical .wp-block-navigation__container {
    gap: 10px; }
  header.wp-block-template-part .wp-block-navigation .wp-block-navigation__container {
    gap: 0 30px; } }

@media screen and (min-width: 910px) {
  .wp-block-navigation ul ul:before {
    content: "";
    position: absolute;
    background: var(--wp--preset--color--background);
    right: 34px;
    top: -6px;
    height: 13px;
    width: 13px;
    transform: rotate(45deg);
    box-shadow: -5px -5px 7px #00000008; }
  .wp-block-navigation ul ul:after {
    content: "";
    display: inline-block;
    background: transparent;
    width: 100%;
    height: 45px;
    position: absolute;
    top: -25px;
    left: 0; }
  .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    top: 48px;
    border: none !important;
    box-shadow: 0 16px 30px #7b6a6a4d;
    right: 0;
    left: inherit;
    width: 230px !important;
    border-radius: 5px; }
  .wp-block-navigation ul li li {
    border-bottom: 1px solid #0a0a0a08; }
    .wp-block-navigation ul li li a {
      padding: 0.6rem 1.5rem !important; }
  .wp-block-navigation ul li li:last-child {
    border: none; } }

@media screen and (max-width: 909px) {
  .wp-block-navigation ul.submenu-container {
    margin: 0;
    padding: 0; }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item,
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__container,
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-page-list {
    width: 100%;
    gap: 0; }
  .wp-block-navigation:not(.has-background)
.wp-block-navigation__submenu-container {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: auto;
    right: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__submenu-icon {
    display: initial;
    margin-left: 15px;
    background: #f1f1f1;
    padding: 3px 10px;
    float: right;
    display: table;
    font-size: 19px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    width: 48px; }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item__content {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 50px 10px 10px; }
  .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor;
    /* font-size: 22px; */
    display: block;
    width: 30px;
    height: 20px;
    margin: 0 !important;
    padding: 0 !important; }
  .wp-block-navigation
.has-child
.wp-block-navigation-submenu__toggle[aria-expanded="false"]
+ .wp-block-navigation__submenu-container {
    display: none; }
  .wp-block-navigation
.has-child
.wp-block-navigation-submenu__toggle[aria-expanded="true"]
+ .wp-block-navigation__submenu-container {
    display: block;
    margin: 0;
    padding: 0; }
  .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container
li
a {
    padding-left: 25px; } }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post:not(body),
.page:not(body) {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.entry-header a {
  text-decoration: none; }
  .entry-header a:hover {
    text-decoration: underline; }

.home.page .entry-header {
  display: none; }

body.page .entry-title {
  text-align: center; }

.entry-meta {
  display: grid;
  grid-template-areas: "avatar byline" "avatar date";
  align-items: center; }
  .entry-meta .avatar {
    grid-area: avatar;
    border-radius: 50%;
    margin-right: 0.3rem;
    align-items: center;
    display: flex; }
  .entry-meta .byline {
    font-weight: bold;
    grid-area: byline; }
  .entry-meta .posted-on {
    grid-area: date; }
    .entry-meta .posted-on a {
      font-size: 0.875rem;
      color: #575861; }

body:not(.single):not(.page) .site-main > article:not(:last-child) {
  position: relative; }

.entry-summary > * > a.more-link,
.entry-content > * > a.more-link {
  display: block; }

.single-itineraries .entry-content,
.home.page .entry-content {
  margin-top: 0; }

.entry-footer {
  display: flex;
  gap: 1em;
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical); }
  .entry-footer a {
    text-decoration: none; }
    .entry-footer a:hover {
      text-decoration: underline; }

/* Comments
--------------------------------------------- */
.wp-block-post-comments > h3:first-of-type {
  margin-top: 0;
  margin-bottom: 30px; }

.wp-block-post-comments .commentlist li.comment,
.wp-block-post-comments ol.comment-list li.comment {
  padding: 45px;
  margin-bottom: 25px;
  border-radius: 5px;
  background: #f7f7f7; }
  @media (max-width: 767px) {
    .wp-block-post-comments .commentlist li.comment,
    .wp-block-post-comments ol.comment-list li.comment {
      padding: 20px; } }
  @media (max-width: 599px) {
    .wp-block-post-comments .commentlist li.comment,
    .wp-block-post-comments ol.comment-list li.comment {
      padding: 25px 20px; } }
  .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta,
  .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0; }
    @media (min-width: 600px) and (max-width: 767px) {
      .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta {
        justify-content: flex-start; } }
    @media (min-width: 405px) and (max-width: 599px) {
      .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta {
        display: block; } }
    .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author,
    .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author,
        .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author {
          align-items: unset; } }
      @media (min-width: 405px) and (max-width: 599px) {
        .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author,
        .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author {
          align-items: flex-start; } }
      @media (max-width: 404px) {
        .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author,
        .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author {
          align-items: unset; } }
      .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author img,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author img {
        border-radius: 50%;
        margin-left: -10px;
        margin-right: 0;
        margin-top: 0; }
      .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author b.fn, .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-author .says,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author b.fn,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-author .says {
        padding: 5px 0 0 15px; }
    @media (max-width: 767px) {
      .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-metadata,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-metadata {
        text-align: left;
        width: auto;
        margin-left: -80px;
        margin-top: 30px; } }
    @media (max-width: 599px) {
      .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-metadata,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-metadata {
        text-align: left;
        width: auto;
        margin-left: 95px;
        margin-top: -45px; } }
    @media (max-width: 550px) {
      .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-metadata,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-metadata {
        width: 60%; } }
    @media (max-width: 404px) {
      .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-metadata,
      .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-metadata {
        margin-left: 95px;
        margin-top: -43px; } }
    .wp-block-post-comments .commentlist li.comment .comment-body footer.comment-meta .comment-metadata .edit-link,
    .wp-block-post-comments ol.comment-list li.comment .comment-body footer.comment-meta .comment-metadata .edit-link {
      position: relative;
      margin-left: 23px; }
  .wp-block-post-comments .commentlist li.comment .comment-body .comment-content,
  .wp-block-post-comments ol.comment-list li.comment .comment-body .comment-content {
    padding: 0 0 0 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .wp-block-post-comments .commentlist li.comment .comment-body .comment-content,
      .wp-block-post-comments ol.comment-list li.comment .comment-body .comment-content {
        margin-top: -20px; } }
    @media (max-width: 767px) {
      .wp-block-post-comments .commentlist li.comment .comment-body .comment-content,
      .wp-block-post-comments ol.comment-list li.comment .comment-body .comment-content {
        margin-top: -15px; } }
    @media (max-width: 599px) {
      .wp-block-post-comments .commentlist li.comment .comment-body .comment-content,
      .wp-block-post-comments ol.comment-list li.comment .comment-body .comment-content {
        padding: 0;
        margin-top: 35px; } }
    @media (max-width: 404px) {
      .wp-block-post-comments .commentlist li.comment .comment-body .comment-content,
      .wp-block-post-comments ol.comment-list li.comment .comment-body .comment-content {
        margin-top: 0; } }
    .wp-block-post-comments .commentlist li.comment .comment-body .comment-content a,
    .wp-block-post-comments ol.comment-list li.comment .comment-body .comment-content a {
      word-wrap: break-word; }
  .wp-block-post-comments .commentlist li.comment .comment-body .reply,
  .wp-block-post-comments ol.comment-list li.comment .comment-body .reply {
    margin: 0 0 0 40px;
    position: relative;
    display: block; }
    @media (max-width: 599px) {
      .wp-block-post-comments .commentlist li.comment .comment-body .reply,
      .wp-block-post-comments ol.comment-list li.comment .comment-body .reply {
        padding: 0;
        margin-left: -12px; } }
    .wp-block-post-comments .commentlist li.comment .comment-body .reply .comment-reply-link,
    .wp-block-post-comments ol.comment-list li.comment .comment-body .reply .comment-reply-link {
      padding: 2px 20px;
      display: inline-block;
      font-weight: 700;
      border: 2px solid;
      border-radius: 50px; }
  .wp-block-post-comments .commentlist li.comment .comment-respond .comment-form-author,
  .wp-block-post-comments .commentlist li.comment .comment-respond .comment-form-email,
  .wp-block-post-comments .commentlist li.comment .comment-respond .comment-form-url,
  .wp-block-post-comments ol.comment-list li.comment .comment-respond .comment-form-author,
  .wp-block-post-comments ol.comment-list li.comment .comment-respond .comment-form-email,
  .wp-block-post-comments ol.comment-list li.comment .comment-respond .comment-form-url {
    width: 45%; }
    @media (max-width: 991px) {
      .wp-block-post-comments .commentlist li.comment .comment-respond .comment-form-author,
      .wp-block-post-comments .commentlist li.comment .comment-respond .comment-form-email,
      .wp-block-post-comments .commentlist li.comment .comment-respond .comment-form-url,
      .wp-block-post-comments ol.comment-list li.comment .comment-respond .comment-form-author,
      .wp-block-post-comments ol.comment-list li.comment .comment-respond .comment-form-email,
      .wp-block-post-comments ol.comment-list li.comment .comment-respond .comment-form-url {
        width: 100%; } }
  .wp-block-post-comments .commentlist li.comment .children,
  .wp-block-post-comments ol.comment-list li.comment .children {
    display: block;
    position: unset;
    margin-top: 15px; }
    .wp-block-post-comments .commentlist li.comment .children li:last-child,
    .wp-block-post-comments ol.comment-list li.comment .children li:last-child {
      margin-bottom: 0; }
    .wp-block-post-comments .commentlist li.comment .children em.comment-awaiting-moderation,
    .wp-block-post-comments ol.comment-list li.comment .children em.comment-awaiting-moderation {
      margin: 20px 40px 0; }
    @media (max-width: 767px) {
      .wp-block-post-comments .commentlist li.comment .children,
      .wp-block-post-comments ol.comment-list li.comment .children {
        margin-left: 0; } }
    .wp-block-post-comments .commentlist li.comment .children li.comment,
    .wp-block-post-comments ol.comment-list li.comment .children li.comment {
      padding: 30px 0 0px 35px;
      border: none;
      margin: 0; }
      @media (max-width: 599px) {
        .wp-block-post-comments .commentlist li.comment .children li.comment,
        .wp-block-post-comments ol.comment-list li.comment .children li.comment {
          padding-left: 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .wp-block-post-comments .commentlist li.comment .children li.comment .comment-meta .comment-metadata,
        .wp-block-post-comments ol.comment-list li.comment .children li.comment .comment-meta .comment-metadata {
          width: 140px; } }
      @media (min-width: 665px) and (max-width: 767px) {
        .wp-block-post-comments .commentlist li.comment .children li.comment .comment-meta .comment-metadata,
        .wp-block-post-comments ol.comment-list li.comment .children li.comment .comment-meta .comment-metadata {
          width: auto; } }
      @media (min-width: 600px) and (max-width: 664px) {
        .wp-block-post-comments .commentlist li.comment .children li.comment .comment-meta .comment-metadata,
        .wp-block-post-comments ol.comment-list li.comment .children li.comment .comment-meta .comment-metadata {
          width: 190px; } }
      @media (min-width: 600px) and (max-width: 664px) {
        .wp-block-post-comments .commentlist li.comment .children li.comment .comment-content,
        .wp-block-post-comments ol.comment-list li.comment .children li.comment .comment-content {
          margin-top: 0; } }
    .wp-block-post-comments .commentlist li.comment .children a,
    .wp-block-post-comments ol.comment-list li.comment .children a {
      padding: 0; }

.wp-block-post-comments .commentlist > li.comment,
.wp-block-post-comments ol.comment-list > li.comment {
  padding-left: 40px; }

.wp-block-post-comments .comment-respond {
  margin-top: 35px; }
  .wp-block-post-comments .comment-respond .comment-reply-title small {
    margin-left: 8px; }
  .wp-block-post-comments .comment-respond #cancel-comment-reply-link {
    float: right;
    padding: 5px 15px;
    border: 2px solid;
    border-radius: 50px;
    font-size: 0.8rem; }
  .wp-block-post-comments .comment-respond form.comment-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .wp-block-post-comments .comment-respond form.comment-form span.required {
      color: red; }
    .wp-block-post-comments .comment-respond form.comment-form .comment-form-author,
    .wp-block-post-comments .comment-respond form.comment-form .comment-form-email,
    .wp-block-post-comments .comment-respond form.comment-form .comment-form-url {
      width: 100%;
      margin-bottom: 25px; }
      @media (max-width: 1084px) {
        .wp-block-post-comments .comment-respond form.comment-form .comment-form-author,
        .wp-block-post-comments .comment-respond form.comment-form .comment-form-email,
        .wp-block-post-comments .comment-respond form.comment-form .comment-form-url {
          width: 45%; } }
      @media (max-width: 400px) {
        .wp-block-post-comments .comment-respond form.comment-form .comment-form-author,
        .wp-block-post-comments .comment-respond form.comment-form .comment-form-email,
        .wp-block-post-comments .comment-respond form.comment-form .comment-form-url {
          width: 100%; } }
      .wp-block-post-comments .comment-respond form.comment-form .comment-form-author input,
      .wp-block-post-comments .comment-respond form.comment-form .comment-form-email input,
      .wp-block-post-comments .comment-respond form.comment-form .comment-form-url input {
        width: 100%;
        height: 45px; }
    .wp-block-post-comments .comment-respond form.comment-form .comment-form-cookies-consent {
      display: flex;
      justify-content: flex-start;
      align-items: baseline;
      flex-wrap: wrap;
      width: 100%;
      cursor: pointer; }
      .wp-block-post-comments .comment-respond form.comment-form .comment-form-cookies-consent > input {
        width: 2%;
        cursor: pointer; }
        @media (max-width: 599px) {
          .wp-block-post-comments .comment-respond form.comment-form .comment-form-cookies-consent > input {
            width: 4%; } }
      .wp-block-post-comments .comment-respond form.comment-form .comment-form-cookies-consent > label {
        cursor: pointer;
        padding-left: 5px;
        color: #000; }
        @media (max-width: 599px) {
          .wp-block-post-comments .comment-respond form.comment-form .comment-form-cookies-consent > label {
            width: 90%; } }
    .wp-block-post-comments .comment-respond form.comment-form > .comment-form-comment {
      max-width: 100%;
      width: 100%;
      margin-bottom: 20px; }
    .wp-block-post-comments .comment-respond form.comment-form label {
      color: #000; }
    .wp-block-post-comments .comment-respond form.comment-form .form-submit button.submit {
      cursor: pointer; }

.wp-block-post-comments .bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget select {
  max-width: 100%; }

.widget .wp-block-search__inside-wrapper button.has-icon svg {
  fill: var(--wp--preset--color--white); }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.mfp-gallery .mfp-content .mfp-close {
  padding-left: 0 !important; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Footer
--------------------------------------------- */
.site-footer .widget-column .widget > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--responsive--alignwide-width); }
  .site-footer .widget-column .widget > *.alignfull {
    max-width: 100%; }

.site-footer .footer-widget-area-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  grid-gap: 1rem; }

.site-footer .site-info {
  text-align: center;
  max-width: var(--responsive--alignfull-width); }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/* Contact Form 7
--------------------------------------------- */
.wpcf7 span.ajax-loader {
  position: absolute;
  left: 50%;
  top: 15px; }

.wpcf7 p {
  position: relative; }

/* Woocommerce
--------------------------------------------- */
/**
 * We get values from WordPress core block css.
 *
 */
:root {
  --wp--custom--core-button--spacing--padding--left: calc(1.333em + 2px);
  --wp--custom--core-button--spacing--padding--right: calc(1.333em + 2px);
  --wp--custom--core-button--spacing--padding--top: calc(0.667em + 2px);
  --wp--custom--core-button--spacing--padding--bottom: calc(0.667em + 2px);
  --wp--custom--core-button--spacing--padding--bottom: calc(0.667em + 2px);
  --wp--custom--core-button--color: #fff;
  --wp--custom--core-button--color--background: #32373c;
  --wp--custom--core-button--box-sizing: border-box;
  --wp--custom--core-button--word-break: border-box;
  --wp--custom--core-button--text-align: center;
  --wp--custom--core-button--border-radius--top-left: 20px;
  --wp--custom--core-button--border-radius--top-right: 20px;
  --wp--custom--core-button--border-radius--bottom-left: 20px;
  --wp--custom--core-button--border-radius--bottom-right: 20px;
  --wp--custom--core-button--typography--font-size: 1.125em;
  --wp--custom--core-button--typography--font-weight: normal;
  --wp--custom--core-button--line-height: unset; }

/* elements
--------------------------------------------- */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: var(--wp--custom--core-button--color);
  background-color: var(--wp--custom--core-button--color--background);
  border-top-left-radius: var(--wp--custom--core-button--border-radius--top-left);
  border-top-right-radius: var(--wp--custom--core-button--border-radius--top-right);
  border-bottom-left-radius: var(--wp--custom--core-button--border-radius--bottom-left);
  border-bottom-right-radius: var(--wp--custom--core-button--border-radius--bottom-right);
  font-weight: var(--wp--custom--core-button--typography--font-weight);
  font-size: var(--wp--custom--core-button--typography--font-size);
  padding-left: var(--wp--custom--core-button--spacing--padding--left);
  padding-right: var(--wp--custom--core-button--spacing--padding--right);
  padding-top: var(--wp--custom--core-button--spacing--padding--top);
  padding-bottom: var(--wp--custom--core-button--spacing--padding--bottom);
  text-align: var(--wp--custom--core-button--text-align);
  word-break: var(--wp--custom--core-button--word-break);
  box-sizing: var(--wp--custom--core-button--box-sizing);
  line-height: var(--wp--custom--core-button--line-height); }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    opacity: 0.9;
    color: var(--wp--preset--color--background);
    background-color: var(--wp--preset--color--primary); }

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
  border: 1px solid #DDD; }

.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #d3ced2;
  padding: 30px;
  border-top: none;
  margin-top: -27px; }

.woocommerce-message {
  border-top-color: #000000; }

.woocommerce-message::before {
  color: #222222; }

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  padding: 6px; }

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 10px 0 0; }

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0.5em 0 10px;
  margin: 0;
  font-size: 1.2rem; }

.woocommerce ul.products li.product .price {
  color: #000000;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 1rem; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 0 0 30px 0;
  background: #f7f7f7;
  text-align: center; }

.woocommerce span.onsale {
  background-color: #ff6007; }

section.related.products h2 {
  margin-bottom: 30px; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000000; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/* Blocks
--------------------------------------------- */
@media (max-width: 481px) {
  #reviews {
    padding-inline: 0; } }

#reviews .commentlist li.comment {
  border: thin solid #dfdfdf;
  border-radius: 5px;
  padding: 12px 18px;
  background: none; }
  #reviews .commentlist li.comment .comment_container img.avatar {
    width: auto;
    border-radius: 50%;
    margin-right: 1em; }
  #reviews .commentlist li.comment .comment_container .comment-text .meta {
    display: inline; }
  #reviews .commentlist li.comment .comment_container .comment-text .description p {
    display: flex;
    padding-left: 0; }
    @media (max-width: 650px) {
      #reviews .commentlist li.comment .comment_container .comment-text .description p {
        margin-top: 50px; } }
    @media (min-width: 482px) and (max-width: 530px) {
      #reviews .commentlist li.comment .comment_container .comment-text .description p {
        margin-top: 15px; } }
    @media (max-width: 420px) {
      #reviews .commentlist li.comment .comment_container .comment-text .description p {
        margin-top: 20px; } }
  #reviews .commentlist li.comment ul.children {
    margin-left: 0;
    padding: 0 !important; }
    #reviews .commentlist li.comment ul.children li.comment {
      border: none; }
      @media (max-width: 700px) {
        #reviews .commentlist li.comment ul.children li.comment {
          padding-inline: 12px; } }
  #reviews .commentlist li.comment .reply {
    display: inline;
    margin-left: 93px; }
    @media (max-width: 650px) {
      #reviews .commentlist li.comment .reply {
        margin-left: 15px; } }

#reviews .comment-respond .comment-form-rating {
  margin-top: 0; }

#reviews .comment-respond .rate_label {
  text-decoration: none; }

#reviews .comment-respond .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 0.5em; }
  @media (max-width: 766px) {
    #reviews .comment-respond .comment-form-cookies-consent {
      align-items: baseline; } }
  #reviews .comment-respond .comment-form-cookies-consent input {
    width: 15px;
    height: 15px; }
    @media (max-width: 600px) {
      #reviews .comment-respond .comment-form-cookies-consent input {
        width: 25px; } }

.wp-block-post-author {
  align-items: center; }

.wp-block-post-author__avatar img {
  border-radius: 50%;
  width: 39px;
  vertical-align: middle; }

.wp-block-post-date:before,
.comment-metadata a:before {
  content: "\f017";
  display: inline-block;
  /* stylelint-disable-next-line */
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  margin-right: 10px; }

.taxonomy-category a {
  border: 2px solid;
  padding: 5px 16px;
  border-radius: 18px; }

.gutenify-post-carousel-item-box-shadow-style {
  box-shadow: 0 0 32px 0 #7a7a7a1a; }

.gutenify-post-carousel-meta-comments-link-icon-style {
  content: "\f086"; }

.gutenify-post-carousel-meta-reviews-icon-style {
  content: "\f005"; }

.gutenify-post-carousel-meta-cat-links-icon-style {
  content: "\f07c"; }

.gutenify-post-carousel-meta-byline-icon-style {
  content: "\f406"; }

.gutenify-post-carousel-meta-tags-links-icon-style {
  content: "\f02c";
  font-size: 10px;
  font-weight: 900; }

.gutenify-post-carousel-meta-posted-on-link-icon-style {
  content: "\f017"; }

.wp-block-search__button {
  word-break: normal;
  background-color: var(--wp--preset--color--primary);
  border-radius: 0;
  border-color: var(--wp--preset--color--primary);
  border-style: solid;
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.15;
  padding-top: 12px;
  padding-right: 30px;
  padding-bottom: 12px;
  padding-left: 30px; }

.wp-block-search__inside-wrapper {
  position: relative; }
  .wp-block-search__inside-wrapper .wp-block-search__button {
    position: absolute;
    right: 0; }

.wp-block-search__icon-button .wp-block-search__button {
  padding: 9px; }

.wp-block-site-title a {
  text-decoration: none; }

.wp-site-blocks p.wp-block-site-tagline {
  margin: 0; }

@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 1.5rem); } }

.wp-block-post.post .gutenify-university-post-content {
  padding: 40px;
  margin: 0; }

.wp-block-post.post .wp-block-group {
  box-shadow: 2px 2px 30px 0 #0000001a; }
