/*!
Theme Name: podolsk_theme
Theme URI: http://underscores.me/
Author: WP dev.
Author URI: https://t.me/hello_wp
Description: 2026
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: podolsk_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.wpcf7-spinner {
	display: none;
}

#prebooking .wpcf7 span.wpcf7-list-item {
  color: #fff;
}


.cta-wide-consent {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

.cta-wide-consent input[type="checkbox"] {
  vertical-align: calc(0.36em - 6.5px);
}

.hero-consent {
  position: relative;
}

.hero-consent .wpcf7-form-control-wrap,
.cta-wide-consent .wpcf7-form-control-wrap {
  position: static;
}

/* Подсказки CF7 в потоке, иначе наезжают на кнопку и общий alert */
.hero-consent .wpcf7-not-valid-tip,
.cta-wide-consent .wpcf7-not-valid-tip,
.header-main__form .wpcf7-not-valid-tip,
.hero-form .wpcf7-not-valid-tip,
.cta-wide .wpcf7-not-valid-tip {
  position: static !important;
  display: block;
  left: auto;
  top: auto;
  width: 100%;
  max-width: 100%;
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.35;
  white-space: normal;
}

.cta-wide-consent .wpcf7-not-valid-tip {
  color: #fff;
}

.hero-form .hero-form-row > .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 12px;
}

.hero-form .hero-form-row > .wpcf7-form-control-wrap input[type="text"],
.hero-form .hero-form-row > .wpcf7-form-control-wrap input[type="tel"] {
  margin-bottom: 0;
}

.hero-form-inline .hero-form-row > .wpcf7-form-control-wrap {
  margin-bottom: 0;
}

.booking-form input[type="submit"] {
  margin-bottom: 0;
}

.cta-wide .wpcf7-not-valid-tip,
.cta-wide-consent .wpcf7-not-valid-tip {
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  position: static;
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 10px 0 0;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.4;
  white-space: normal;
  grid-column: 1 / -1;
}

.callback .wpcf7 span.wpcf7-list-item,
.callback .wpcf7-not-valid-tip {
  color: #fff;
}

.hero-consent {
  margin-bottom: 20px !important;
}

.hero-consent {
  font-size: min(calc(12px + 8px), calc(12px + 8 * ((100vw - 375px) / 1545)));
}

.callback .wpcf7-not-valid-tip {
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-bottom: 0;

}

.callback .hero-consent .wpcf7-not-valid-tip {
  width: fit-content;
  max-width: 100%;
  margin-top: 7px;
  padding: 5px 9px;
  border-radius: 7px;
  background: rgba(17, 21, 74, 0.32);
  font-weight: 600;
  text-decoration: none;
}

.callback .hero-consent .wpcf7-not-valid-tip {
  margin-left: calc(-1 * (var(--hc-check) + var(--hc-gap)));
  max-width: calc(100% + var(--hc-check) + var(--hc-gap));
}


.wpcf7-list-item-label {
  padding-left: 0 !important;
}

.hero-consent .wpcf7-list-item-label:before,
.hero-consent .wpcf7-list-item-label:after {
  display: none !important;
}

.hero-b-metrics ul {
  display: flex !important;
  flex-wrap: wrap;
}

.hero-b-metrics li {
  flex: 1 1 auto;
  padding-inline: 10px;
}

.header .logo {
  min-width: auto;
}

.menu-link {
  background: none;
  border: none;
}

.text-block table :is(tr, td, th) {
  border: none !important
}

br+br {
  display: none;
}

.header-main__img {
  pointer-events: none;
}

.hero-form-inline .hero-consent {
  margin-bottom: 23px;
}
 
.header-main__form .hero-consent {
	margin-top: 0;
	margin-bottom: 4px;
}

.hero-consent {
	--hc-check: 15px;
	--hc-gap: 5px;
	position: relative;
	display: block;
	padding-top: 2px;
	padding-left: calc(var(--hc-check) + var(--hc-gap));
	text-align: left;
	line-height: 1.35;
}

.hero-consent .wpcf7-form-control-wrap {
	display: contents !important;
	width: auto !important;
	max-width: none !important;
	position: static;
}

.hero-consent .wpcf7-checkbox {
	display: inline;
}

.hero-consent .wpcf7-list-item {
	display: inline;
	margin: 0;
}

.hero-consent label {
	display: inline;
	margin: 0;
}

.hero-consent input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 2px;
	width: var(--hc-check);
	height: var(--hc-check);
	min-width: var(--hc-check);
	min-height: var(--hc-check);
	margin: 0 !important;
	-webkit-appearance: auto !important;
	appearance: auto !important;
}

.hero-consent .wpcf7-list-item-label {
	display: inline;
	padding: 0 !important;
}

.hero-consent .policy-link {
	display: contents;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font: inherit;
	color: inherit;
	cursor: pointer;
}

.hero-consent .policy-link__text {
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

.hero-consent .wpcf7-not-valid-tip,
.cta-wide-consent .wpcf7-not-valid-tip {
	display: block;
	width: 100%;
	margin: 4px 0 0;
}

@media (max-width: 768px) {
  .hero-consent {
    --hc-check: 13px;
    --hc-gap: 5px;
  }
}

.header-main-3 .header-main__list li {
  padding-block: 0 !important;
}

.text-block a {
  color: #5b4cff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.policy-link {
  text-align: left !important;
}


:root {
  --h1-size: 46px;
  --h2-size: 34px;
  --h3-size: 28px;
  --h4-size: 24px;

  --section: 45px;
}

.section-padding {
  padding-top: var(--section);
  padding-bottom: var(--section);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #202636;
}

h1 {
  font-size: var(--h1-size);
  margin: 0 0 30px;
}

h2 {
  font-size: var(--h2-size);
  margin: 0 0 30px;
}

h3 {
  font-size: var(--h3-size);
  margin: 0 0 30px;
}

h4,
h5,
h6 {
  font-size: var(--h4-size);
  margin: 0 0 30px;
}

* {
  -webkit-overflow-scrolling: touch;
}

:root {
  --font: 'Source Sans 3';
}

a[href^="tel:"] {
  white-space: nowrap;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;

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

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table {
  border-collapse: collapse;
}

tr,
td {
  padding: 10px;
  border: 1px solid #ddd;
}

blockquote.wp-block-quote {
  padding: 10px;
  border-left: 4px solid var(--primary);
  margin: 10px 0;
  background: var(--bg);
}

blockquote.wp-block-quote p {
  padding: 10px;
  margin: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

html {
  box-sizing: border-box;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: normal;
  font-weight: bold;
}

h1 {
  font-size: var(--h1-size);
}

h2 {
  font-size: var(--h2-size);
}

h3 {
  font-size: var(--h3-size);
}

h4,
h5,
h6 {
  font-size: var(--h4-size);
}

p {
  margin: 0 0 20px 0;
}

p:last-child {
  margin-bottom: 0;
}

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


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

ul,
ol {
  margin: 0 0 1.5em 0;
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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


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

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

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

/* 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,
.custom-logo-link img {
  display: 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%;
}

.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;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.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;
}

/*gutenberg */
.alignfull>div {
  max-width: 1140px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.alignfull .wp-block-columns,
.alignfull .wp-block-image {
  margin-bottom: 0;
}



/*comments*/

.post-img img {
  margin: auto;
  display: block;
  max-height: 400px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

article .content {
  font-size: 18px;
}

footer.comment-meta {
  background: none;
  color: #000;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer.comment-meta a {
  color: var(--grey);
}

.comment-metadata>a {
  padding-right: 10px;
}

.comments-count {
  color: var(--grey);
  font-size: 14px;
}

.comment-reply-title,
.comments-title {
  font-size: 20px;
  font-family: var(--font-2), sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}

.comment-body {
  padding: 20px;
  border-radius: 5px;
  background: var(--white);
}

.comment-content {
  margin: 10px 0;
}

a.comment-reply-link:hover,
.form-submit input#submit:hover {
  opacity: 0.8;
}

a.comment-reply-link {
  display: inline-block;
  background: var(--primary);
  border-radius: 4px;
  color: #fff;
  padding: 4px 20px;
  font-size: 14px;
}

.form-submit input#submit {
  display: inline-block;
  background: var(--primary);
  border-radius: 5px;
  color: var(--white);
  padding: 10px 20px;
  font-size: 16px;
  font-family: var(--font-2), sans-serif;
  border: none;
  cursor: pointer;
}

.comment-respond {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

#cancel-comment-reply-link {
  font-size: 14px;
  color: var(--grey);
}

.logged-in-as>a {
  color: #000;
  font-size: 20px;
}

.comment-reply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comment {
  margin: 20px 0;
}

.comment-author.vcard img.avatar {
  margin-right: 10px;
  flex-shrink: 0;
  border-radius: 2px;
}

.comment-list {
  padding: 0;
  list-style: none;
}

span.says {
  display: none;
}

textarea#comment {
  border-radius: 5px;
  margin: 10px 0 0 0;
  height: 100px;
  outline: 0;
  padding: 15px;
  border: 1px solid var(--grey);
}

.comment-author.vcard a,
.comment-author.vcard {
  color: var(--primary);
  font-size: 16px;
  font-weight: bold;
  font-family: var(--font-2);
  text-transform: capitalize;
}

.comment-author.vcard {
  display: flex;
  align-items: center;
}

.comment-metadata {
  font-size: 12px;
  color: var(--grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

form#commentform input {
  border-radius: 5px;
  padding: 10px;
  display: block;
  outline: 0;
  border: 1px solid var(--grey);
}

.comment-awaiting-moderation {
  margin-top: 10px;
}

.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

input#wp-comment-cookies-consent {
  margin-right: 10px;
}

.post-img {
  margin-bottom: 30px;
}

.cat-name,
.meta {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  color: #717171;
}

.sep {
  width: 6px;
  height: 6px;
  background: #9e9e9e;
  border-radius: 50%;
  margin: 10px;
}



form#searchform {
  border: 1px solid #656565;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-width: 260px;
  width: 100%;
  padding-left: 4px;
}

button#searchsubmit {
  background: transparent;
  cursor: pointer;
}

input#s {
  border: none;
  width: 100%;
  padding: 10px;
}


/*contact form 7*/

.wpcf7-not-valid-tip {
  text-align: left;
  margin-bottom: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

body .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #ffb900;
  text-align: center;
  border-radius: 8px;
}

.wpcf7 p {
  margin: 0;
}

span.ajax-loader {
  display: none !important;
}

input.wpcf7-form-control.wpcf7-submit {
  color: #fff;
}

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

.wpcf7 span.wpcf7-list-item {
  margin: 0 !important;
  color: #75758a;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}


.wpcf7-acceptance label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding: 0 0 0 60px;
  cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
  transition: .2s;
}

.wpcf7-acceptance .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  transition: .2s;
}

.wpcf7-acceptance label input:checked+.wpcf7-list-item-label:before {
  background: var(--primary);
}

.wpcf7-acceptance label input:checked+.wpcf7-list-item-label:after {
  left: 26px;
}


.menu-item-has-children:hover>.sub-menu {
  display: block;
}

.menu-item-has-children>.sub-menu {
  display: none;
  max-width: 260px;
  width: 100%;
  padding: 10px;
  background: #fff;
  z-index: 2;
  position: absolute;
}

.menu-item-has-children>.sub-menu a {
  font-size: 14px;
}

.menu-item-has-children:hover>a span.submenu-arrow {
  transform: rotate(180deg);
}

span.submenu-arrow svg {
  height: 15px;
  width: 100%;
}

span.submenu-arrow {
  width: 10px;
  display: inline-block;
  margin-left: 7px;
  transition: all .3s;
}


.nav-links span,
.nav-links a {
  padding: 4px 13px;
  display: block;
  min-width: 10px;
  background: var(--primary);
  margin: 10px;
  color: #000;
}

.nav-links span {
  background: #ddd;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}



#wpadminbar {
  z-index: 999;
}

.wpcf7-form {
  position: relative;
}





@media screen and (max-width: 991px) {}

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


@media screen and (max-width: 767px) {}

@media screen and (max-width: 600px) {
  body #wpadminbar {
    position: fixed;
  }
}

@media screen and (max-width: 575px) {
  :root {
    --h1-size: 36px;
    --h2-size: 26px;
    --h3-size: 24px;
    --h4-size: 20px;
  }
}
